HomeSort by relevance Sort by last modified time
    Searched refs:InterstitialPage (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/content/public/browser/
interstitial_page.h 30 // InterstitialPage instances take care of deleting themselves when closed
34 class InterstitialPage {
45 CONTENT_EXPORT static InterstitialPage* Create(
51 // Retrieves the InterstitialPage if any associated with the specified
53 CONTENT_EXPORT static InterstitialPage* GetInterstitialPage(
56 virtual ~InterstitialPage() {}
web_contents.h 50 class InterstitialPage;
441 virtual InterstitialPage* GetInterstitialPage() const = 0;
  /external/chromium_org/chrome/browser/ui/login/
login_interstitial_delegate.cc 13 content::InterstitialPage* interstitial_page =
14 content::InterstitialPage::Create(web_contents,
  /external/chromium_org/content/browser/android/
interstitial_page_delegate_android.h 19 class InterstitialPage;
31 void set_interstitial_page(InterstitialPage* page) { page_ = page; }
49 InterstitialPage* page_; // Owns this.
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_load_page.h 22 class InterstitialPage;
80 content::InterstitialPage* interstitial_page_; // Owns us.
merge_session_load_page_unittest.cc 19 using content::InterstitialPage;
85 InterstitialPage* GetMergeSessionLoadPage() {
86 return InterstitialPage::GetInterstitialPage(web_contents());
133 InterstitialPage* interstitial = GetMergeSessionLoadPage();
151 InterstitialPage* interstitial = GetMergeSessionLoadPage();
167 InterstitialPage* interstitial = GetMergeSessionLoadPage();
merge_session_load_page.cc 39 using content::InterstitialPage;
62 interstitial_page_ = InterstitialPage::Create(web_contents, true, url, this);
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog_browsertest.cc 35 content::InterstitialPage* page = content::InterstitialPage::Create(
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.h 21 class InterstitialPage;
78 content::InterstitialPage* interstitial_page_; // Owns us.
offline_load_page_unittest.cc 12 using content::InterstitialPage;
76 InterstitialPage* GetOfflineLoadPage() {
77 return InterstitialPage::GetInterstitialPage(web_contents());
102 InterstitialPage* interstitial = GetOfflineLoadPage();
129 InterstitialPage* interstitial = GetOfflineLoadPage();
offline_load_page.cc 44 using content::InterstitialPage;
57 interstitial_page_ = InterstitialPage::Create(web_contents, true, url, this);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.h 16 class InterstitialPage;
61 content::InterstitialPage* interstitial_page_; // Owns us.
supervised_user_browsertest.cc 40 using content::InterstitialPage;
76 InterstitialPage* interstitial_page = tab->GetInterstitialPage();
88 InterstitialPage* interstitial_page = tab->GetInterstitialPage();
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.h 25 class InterstitialPage;
111 content::InterstitialPage* interstitial_page_; // Owns us.
ssl_blocking_page.cc 70 using content::InterstitialPage;
409 interstitial_page_ = InterstitialPage::Create(
  /external/chromium_org/content/browser/frame_host/
navigation_controller_delegate.h 18 class InterstitialPage;
36 virtual InterstitialPage* GetInterstitialPage() const = 0;
interstitial_page_impl.cc 124 InterstitialPage* InterstitialPage::Create(WebContents* web_contents,
135 InterstitialPage* InterstitialPage::GetInterstitialPage(
749 NOTREACHED() << "InterstitialPage does not support showing popups yet.";
755 NOTREACHED() << "InterstitialPage does not support showing drop-downs yet.";
761 << "InterstitialPage does not support showing full screen popups.";
768 NOTREACHED() << "InterstitialPage does not support showing popups yet.";
773 NOTREACHED() << "InterstitialPage does not support showing drop-downs yet.";
778 << "InterstitialPage does not support showing full screen popups."
    [all...]
interstitial_page_impl.h 38 : public NON_EXPORTED_BASE(InterstitialPage),
60 // InterstitialPage implementation:
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 52 class InterstitialPage;
119 content::InterstitialPage* interstitial_page() const {
211 content::InterstitialPage* interstitial_page_; // Owns us
safe_browsing_blocking_page_test.cc 41 using content::InterstitialPage;
430 // We use InterstitialPage::GetInterstitialPage(tab) instead of
437 InterstitialPage::GetInterstitialPage(contents)->
446 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage(
455 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage(
473 // Can't use InterstitialPage::GetInterstitialPage() because that
481 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage
    [all...]
safe_browsing_blocking_page_unittest.cc 22 using content::InterstitialPage;
156 InterstitialPage* interstitial =
157 InterstitialPage::GetInterstitialPage(web_contents());
271 ASSERT_TRUE(InterstitialPage::GetInterstitialPage(web_contents()));
275 ASSERT_FALSE(InterstitialPage::GetInterstitialPage(web_contents()));
safe_browsing_blocking_page.cc 55 using content::InterstitialPage;
444 interstitial_page_ = InterstitialPage::Create(
648 InterstitialPage* interstitial =
649 InterstitialPage::GetInterstitialPage(web_contents);
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_unsupported_feature.cc 42 using content::InterstitialPage;
158 interstitial_page_ = InterstitialPage::Create(
227 InterstitialPage* interstitial_page_; // Owns us.
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.cc 258 !content::InterstitialPage::GetInterstitialPage(web_contents_)) {
  /external/chromium_org/content/browser/web_contents/
web_contents_android.cc 219 InterstitialPage* interstitial = InterstitialPage::Create(

Completed in 1007 milliseconds

1 2