Searched refs:InterstitialPage (Results 1 – 16 of 16) sorted by relevance
/external/chromium/chrome/browser/chromeos/offline/ |
D | offline_load_page_unittest.cc | 77 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()
|
D | offline_load_page.cc | 69 : 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()
|
D | offline_load_page.h | 25 class OfflineLoadPage : public InterstitialPage { 43 using InterstitialPage::Show;
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_blocking_page_test.cc | 270 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()
|
D | safe_browsing_blocking_page.cc | 126 : 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()
|
D | safe_browsing_blocking_page_unittest.cc | 130 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()
|
D | safe_browsing_blocking_page.h | 45 class SafeBrowsingBlockingPage : public InterstitialPage {
|
D | safe_browsing_service_browsertest.cc | 340 InterstitialPage* interstitial_page = contents->interstitial_page(); in ShowingInterstitialPage()
|
/external/chromium/chrome/browser/ssl/ |
D | ssl_blocking_page.cc | 48 : InterstitialPage(handler->GetTabContents(), true, handler->request_url()), in SSLBlockingPage() 131 InterstitialPage::Proceed(); in Proceed() 138 InterstitialPage::DontProceed(); in DontProceed()
|
D | ssl_blocking_page.h | 22 class SSLBlockingPage : public InterstitialPage {
|
D | ssl_browser_tests.cc | 109 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/ |
D | pdf_unsupported_feature.cc | 162 class PDFUnsupportedFeatureInterstitial : public InterstitialPage { 167 : InterstitialPage(tab, false, tab->GetURL()), in PDFUnsupportedFeatureInterstitial()
|
D | browser_focus_uitest.cc | 140 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/ |
D | tab_contents.h | 559 void set_interstitial_page(InterstitialPage* interstitial_page) { in set_interstitial_page() 570 InterstitialPage* interstitial_page() const { in interstitial_page() 775 friend class InterstitialPage; variable
|
D | web_contents_unittest.cc | 55 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/ |
D | testing_automation_provider.cc | 124 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()
|