Searched refs:attempts (Results 1 – 4 of 4) sorted by relevance
79 int attempts = 0; in scrollBackToBeginning() local81 attempts++; in scrollBackToBeginning()82 if (attempts > maxAttempts) { in scrollBackToBeginning()164 int attempts = 0; in launchApp() local166 attempts++; in launchApp()167 if (attempts > maxScrollAttempts) { in launchApp()
394 int attempts = 0; in launchApp() local395 while (attempts++ < maxScrollAttempts) { in launchApp()447 if (attempts == maxScrollAttempts) { in launchApp()
594 int attempts = 0;597 while (attempts++ < maxScrollAttempts) {
203 int attempts = 0; in openBrowseHeaders() local205 && attempts++ < OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openBrowseHeaders()208 if (attempts == OPEN_SIDE_PANEL_MAX_ATTEMPTS) { in openBrowseHeaders()