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 32 #include "content/public/browser/interstitial_page.h"
79 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
80 ASSERT_TRUE(interstitial_page);
84 interstitial_page->GetDelegateForTesting();
91 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
92 ASSERT_TRUE(interstitial_page);
96 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/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 104 content::InterstitialPage* interstitial_page() const { function in class:SafeBrowsingBlockingPage
safe_browsing_blocking_page_test.cc 31 #include "content/public/browser/interstitial_page.h"
503 SafeBrowsingBlockingPage* interstitial_page = local
507 ASSERT_TRUE(interstitial_page);
508 interstitial_page->CommandReceived(command);
514 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
516 ASSERT_TRUE(interstitial_page);
517 interstitial_page->DontProceed();
523 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
525 ASSERT_TRUE(interstitial_page);
526 interstitial_page->Proceed()
556 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
    [all...]
safe_browsing_service_browsertest.cc 437 InterstitialPage* interstitial_page = contents->GetInterstitialPage(); local
438 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/content/browser/frame_host/
render_frame_host_manager.h 243 // |interstitial_page| should be non NULL (use the remove_interstitial_page
246 void set_interstitial_page(InterstitialPageImpl* interstitial_page) {
247 DCHECK(!interstitial_page_ && interstitial_page);
248 interstitial_page_ = interstitial_page;
259 InterstitialPageImpl* interstitial_page() const { return interstitial_page_; } function in class:content::RenderFrameHostManager
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 29 #include "content/public/browser/interstitial_page.h"
255 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
256 ASSERT_TRUE(interstitial_page);
260 interstitial_page->Proceed();
511 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
512 ASSERT_TRUE(interstitial_page);
513 interstitial_page->DontProceed();
1746 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
1778 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"
479 content::InterstitialPage* interstitial_page = local
481 if (interstitial_page) {
486 interstitial_page->Proceed();
    [all...]

Completed in 840 milliseconds