Home
last modified time | relevance | path

Searched refs:interstitial (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dweb_contents_unittest.cc66 TestInterstitialPage* interstitial) = 0;
180 virtual void TestInterstitialPageDeleted(TestInterstitialPage* interstitial) { in TestInterstitialPageDeleted() argument
181 DCHECK(interstitial_page_ == interstitial); in TestInterstitialPageDeleted()
896 TestInterstitialPage* interstitial = in TEST_F() local
898 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 …]
/external/chromium/chrome/browser/chromeos/offline/
Doffline_load_page_unittest.cc99 InterstitialPage* interstitial = GetOfflineLoadPage(); in TEST_F() local
100 ASSERT_TRUE(interstitial); in TEST_F()
104 interstitial->Proceed(); in TEST_F()
125 InterstitialPage* interstitial = GetOfflineLoadPage(); in TEST_F() local
126 ASSERT_TRUE(interstitial); in TEST_F()
130 interstitial->DontProceed(); in TEST_F()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_blocking_page.cc641 InterstitialPage* interstitial = in ShowBlockingPage() local
643 if (interstitial && in ShowBlockingPage()
648 interstitial->DontProceed(); in ShowBlockingPage()
649 interstitial = NULL; in ShowBlockingPage()
652 if (!interstitial) { in ShowBlockingPage()
Dsafe_browsing_blocking_page_unittest.cc130 InterstitialPage* interstitial = in GetSafeBrowsingBlockingPage() local
132 if (!interstitial) in GetSafeBrowsingBlockingPage()
134 return static_cast<SafeBrowsingBlockingPage*>(interstitial); in GetSafeBrowsingBlockingPage()
Dreport.proto8 // sending detailed malware reports from the safe browsing interstitial page.
/external/chromium/chrome/browser/
Dpdf_unsupported_feature.cc323 PDFUnsupportedFeatureInterstitial* interstitial = new in OnYes() local
326 interstitial->Show(); in OnYes()
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dweb_drop_target.mm62 // entering and exiting). One example is an interstitial page (e.g., safe
116 // Nothing to do in the interstitial case.
/external/chromium/chrome/browser/ssl/
Dssl_browser_tests.cc61 bool interstitial) { in CheckAuthenticationBrokenState() argument
64 EXPECT_EQ(interstitial ? INTERSTITIAL_PAGE : NORMAL_PAGE, in CheckAuthenticationBrokenState()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc1312 AutomationInterstitialPage* interstitial = in ShowInterstitialPage() local
1316 interstitial->Show(); in ShowInterstitialPage()