Searched refs:interstitial (Results 1 – 9 of 9) sorted by relevance
66 TestInterstitialPage* interstitial) = 0;180 virtual void TestInterstitialPageDeleted(TestInterstitialPage* interstitial) { in TestInterstitialPageDeleted() argument181 DCHECK(interstitial_page_ == interstitial); in TestInterstitialPageDeleted()896 TestInterstitialPage* interstitial = in TEST_F() local898 TestInterstitialPageStateGuard state_guard(interstitial); in TEST_F()899 interstitial->Show(); in TEST_F()901 EXPECT_FALSE(interstitial->is_showing()); in TEST_F()905 interstitial->TestDidNavigate(1, url2); in TEST_F()906 EXPECT_TRUE(interstitial->is_showing()); in TEST_F()908 EXPECT_TRUE(contents()->interstitial_page() == interstitial); in TEST_F()[all …]
99 InterstitialPage* interstitial = GetOfflineLoadPage(); in TEST_F() local100 ASSERT_TRUE(interstitial); in TEST_F()104 interstitial->Proceed(); in TEST_F()125 InterstitialPage* interstitial = GetOfflineLoadPage(); in TEST_F() local126 ASSERT_TRUE(interstitial); in TEST_F()130 interstitial->DontProceed(); in TEST_F()
641 InterstitialPage* interstitial = in ShowBlockingPage() local643 if (interstitial && in ShowBlockingPage()648 interstitial->DontProceed(); in ShowBlockingPage()649 interstitial = NULL; in ShowBlockingPage()652 if (!interstitial) { in ShowBlockingPage()
130 InterstitialPage* interstitial = in GetSafeBrowsingBlockingPage() local132 if (!interstitial) in GetSafeBrowsingBlockingPage()134 return static_cast<SafeBrowsingBlockingPage*>(interstitial); in GetSafeBrowsingBlockingPage()
8 // sending detailed malware reports from the safe browsing interstitial page.
323 PDFUnsupportedFeatureInterstitial* interstitial = new in OnYes() local326 interstitial->Show(); in OnYes()
62 // entering and exiting). One example is an interstitial page (e.g., safe116 // Nothing to do in the interstitial case.
61 bool interstitial) { in CheckAuthenticationBrokenState() argument64 EXPECT_EQ(interstitial ? INTERSTITIAL_PAGE : NORMAL_PAGE, in CheckAuthenticationBrokenState()
1312 AutomationInterstitialPage* interstitial = in ShowInterstitialPage() local1316 interstitial->Show(); in ShowInterstitialPage()