HomeSort by relevance Sort by last modified time
    Searched defs:interstitial_page (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/ui/login/
login_interstitial_delegate.cc 13 content::InterstitialPage* interstitial_page = local
18 interstitial_page->Show();
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader_unittest.cc 11 #include "content/public/browser/interstitial_page.h"
69 content::InterstitialPage* interstitial_page = local
72 interstitial_page->DontCreateViewForTesting();
73 interstitial_page->Show();
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_browsertest.cc 31 #include "content/public/browser/interstitial_page.h"
76 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
77 ASSERT_TRUE(interstitial_page);
81 interstitial_page->GetDelegateForTesting();
88 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
89 ASSERT_TRUE(interstitial_page);
93 interstitial_page->GetDelegateForTesting();
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor_browsertest.cc 28 #include "content/public/browser/interstitial_page.h"
285 content::InterstitialPage* interstitial_page = local
287 interstitial_page->Proceed();
330 content::InterstitialPage* interstitial_page = local
332 interstitial_page->Proceed();
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.h 269 // |interstitial_page| should be non NULL (use the remove_interstitial_page
272 void set_interstitial_page(InterstitialPageImpl* interstitial_page) {
273 DCHECK(!interstitial_page_ && interstitial_page);
274 interstitial_page_ = interstitial_page;
285 InterstitialPageImpl* interstitial_page() const { return interstitial_page_; } function in class:content::RenderFrameHostManager
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 119 content::InterstitialPage* interstitial_page() const { function in class:SafeBrowsingBlockingPage
safe_browsing_blocking_page_test.cc 31 #include "content/public/browser/interstitial_page.h"
435 SafeBrowsingBlockingPage* interstitial_page = local
439 ASSERT_TRUE(interstitial_page);
440 interstitial_page->CommandReceived(command);
446 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
448 ASSERT_TRUE(interstitial_page);
449 interstitial_page->DontProceed();
455 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
457 ASSERT_TRUE(interstitial_page);
458 interstitial_page->Proceed()
481 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
    [all...]
safe_browsing_service_browsertest.cc 441 InterstitialPage* interstitial_page = contents->GetInterstitialPage(); local
442 return interstitial_page != NULL;
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 30 #include "content/public/browser/interstitial_page.h"
442 TestInterstitialPage* interstitial_page = new TestInterstitialPage( local
444 content::RenderViewHost* host = interstitial_page->render_view_host();
462 TestInterstitialPage* interstitial_page = new TestInterstitialPage(tab); local
464 EXPECT_TRUE(interstitial_page->HasFocus());
467 interstitial_page->DontProceed();
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 31 #include "content/public/browser/interstitial_page.h"
261 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
262 ASSERT_TRUE(interstitial_page);
266 interstitial_page->Proceed();
524 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
525 ASSERT_TRUE(interstitial_page);
526 interstitial_page->DontProceed();
1805 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
1837 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 46 #include "content/public/browser/interstitial_page.h"
477 content::InterstitialPage* interstitial_page = local
479 if (interstitial_page) {
484 interstitial_page->Proceed();
    [all...]

Completed in 247 milliseconds