Home | History | Annotate | Download | only in ui

Lines Matching refs:regular

51       } regular;
62 } regular;
70 enum { REGULAR = 0, INCOGNITO = 1 } window_to_probe;
265 // So we setup everything except for the |first_profile_| regular, and then
312 browser_a_regular, check_case.profile_a.regular.downloads);
316 browser_b_regular, check_case.profile_b.regular.downloads);
326 check_case.profile_a.regular.windows,
328 check_case.profile_b.regular.windows,
341 DownloadsCloseCheckCase::REGULAR) ||
345 DownloadsCloseCheckCase::REGULAR) ||
352 (check_case.window_to_probe == DownloadsCloseCheckCase::REGULAR ?
395 // Second level nesting is {regular, incognito
424 // Non-last regular window triggers no warning.
426 BrowserCloseTest::DownloadsCloseCheckCase::REGULAR,
429 // Last regular window triggers browser close.
431 BrowserCloseTest::DownloadsCloseCheckCase::REGULAR,
434 // Last regular window triggers browser close for download on different
437 REGULAR,
440 // Last regular window triggers no warning if incognito
443 BrowserCloseTest::DownloadsCloseCheckCase::REGULAR,
446 // Last regular window triggers no warning if other profile window active.
448 BrowserCloseTest::DownloadsCloseCheckCase::REGULAR,
451 // Last regular window triggers no warning if other incognito window
454 BrowserCloseTest::DownloadsCloseCheckCase::REGULAR,
457 // Last regular window triggers no warning if incognito active.
459 BrowserCloseTest::DownloadsCloseCheckCase::REGULAR,
462 // Test plural for regular.
464 BrowserCloseTest::DownloadsCloseCheckCase::REGULAR,
476 if (profile_a.regular.windows || profile_a.regular.downloads)
477 result += base::StringPrintf("Regular profile A: (%d w, %d d), ",
478 profile_a.regular.windows,
479 profile_a.regular.downloads);
484 if (profile_b.regular.windows || profile_b.regular.downloads)
485 result += base::StringPrintf("Regular profile B: (%d w, %d d), ",
486 profile_b.regular.windows,
487 profile_b.regular.downloads);
492 result += (window_to_probe == REGULAR ? "Probe regular" :