OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:waitforinterstitial
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
InterstitialPageTest.java
42
private boolean
waitForInterstitial
(final boolean shouldBeShown) throws InterruptedException {
97
assertTrue("Interstitial never shown.",
waitForInterstitial
(true));
100
assertTrue("Interstitial never hidden.",
waitForInterstitial
(false));
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc
313
void
WaitForInterstitial
() {
372
WaitForInterstitial
();
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc
454
void
WaitForInterstitial
() {
495
WaitForInterstitial
();
Completed in 318 milliseconds