Home
last modified time | relevance | path

Searched refs:InterstitialPage (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/chromeos/offline/
Doffline_load_page_unittest.cc77 InterstitialPage* GetOfflineLoadPage() { in GetOfflineLoadPage()
78 return InterstitialPage::GetInterstitialPage(contents()); in GetOfflineLoadPage()
99 InterstitialPage* interstitial = GetOfflineLoadPage(); in TEST_F()
125 InterstitialPage* interstitial = GetOfflineLoadPage(); in TEST_F()
Doffline_load_page.cc69 : InterstitialPage(tab_contents, true, url), in OfflineLoadPage()
188 InterstitialPage::Proceed(); in Proceed()
196 InterstitialPage::DontProceed(); in DontProceed()
214 InterstitialPage::Observe(type, source, details); in Observe()
Doffline_load_page.h25 class OfflineLoadPage : public InterstitialPage {
43 using InterstitialPage::Show;
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_blocking_page_test.cc270 InterstitialPage::GetInterstitialPage(contents)); in SendCommand()
277 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( in DontProceedThroughInterstitial()
285 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( in ProceedThroughInterstitial()
308 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( in YesInterstitial()
315 if (!InterstitialPage::GetInterstitialPage(contents)) in WaitForInterstitial()
Dsafe_browsing_blocking_page.cc126 : InterstitialPage(tab_contents, in SafeBrowsingBlockingPage()
512 InterstitialPage::Proceed(); in Proceed()
526 InterstitialPage::DontProceed(); in DontProceed()
553 InterstitialPage::DontProceed(); in DontProceed()
641 InterstitialPage* interstitial = in ShowBlockingPage()
642 InterstitialPage::GetInterstitialPage(tab_contents); in ShowBlockingPage()
Dsafe_browsing_blocking_page_unittest.cc130 InterstitialPage* interstitial = in GetSafeBrowsingBlockingPage()
131 InterstitialPage::GetInterstitialPage(contents()); in GetSafeBrowsingBlockingPage()
224 ASSERT_TRUE(InterstitialPage::GetInterstitialPage(contents())); in TEST_F()
228 ASSERT_FALSE(InterstitialPage::GetInterstitialPage(contents())); in TEST_F()
Dsafe_browsing_blocking_page.h45 class SafeBrowsingBlockingPage : public InterstitialPage {
Dsafe_browsing_service_browsertest.cc340 InterstitialPage* interstitial_page = contents->interstitial_page(); in ShowingInterstitialPage()
/external/chromium/chrome/browser/ssl/
Dssl_blocking_page.cc48 : InterstitialPage(handler->GetTabContents(), true, handler->request_url()), in SSLBlockingPage()
131 InterstitialPage::Proceed(); in Proceed()
138 InterstitialPage::DontProceed(); in DontProceed()
Dssl_blocking_page.h22 class SSLBlockingPage : public InterstitialPage {
Dssl_browser_tests.cc109 InterstitialPage* interstitial_page = tab->interstitial_page(); in ProceedThroughInterstitial()
299 InterstitialPage* interstitial_page = tab->interstitial_page(); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/
Dpdf_unsupported_feature.cc162 class PDFUnsupportedFeatureInterstitial : public InterstitialPage {
167 : InterstitialPage(tab, false, tab->GetURL()), in PDFUnsupportedFeatureInterstitial()
Dbrowser_focus_uitest.cc140 class TestInterstitialPage : public InterstitialPage {
143 : InterstitialPage(tab, new_navigation, url) { in TestInterstitialPage()
160 return InterstitialPage::render_view_host(); in render_view_host()
164 return InterstitialPage::tab(); in tab()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h559 void set_interstitial_page(InterstitialPage* interstitial_page) { in set_interstitial_page()
570 InterstitialPage* interstitial_page() const { in interstitial_page()
775 friend class InterstitialPage; variable
Dweb_contents_unittest.cc55 class TestInterstitialPage : public InterstitialPage {
86 : InterstitialPage(tab, new_navigation, url), in TestInterstitialPage()
105 InterstitialPage::DontProceed(); in DontProceed()
110 InterstitialPage::Proceed(); in Proceed()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc124 class AutomationInterstitialPage : public InterstitialPage {
129 : InterstitialPage(tab, true, url), in AutomationInterstitialPage()
1405 InterstitialPage* ssl_blocking_page = in ActionOnSSLBlockingPage()
1406 InterstitialPage::GetInterstitialPage(tab_contents); in ActionOnSSLBlockingPage()