Searched refs:interstitial_page (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_interstitial_delegate.cc13 content::InterstitialPage* interstitial_page = local
18 interstitial_page->Show();
H A Dlogin_prompt.cc408 content::InterstitialPage* interstitial_page =
410 if (interstitial_page)
411 interstitial_page->Proceed();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_browsertest.cc31 #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/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc31 #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
481 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
[all...]
H A Dsafe_browsing_blocking_page.h119 content::InterstitialPage* interstitial_page() const { function in class:SafeBrowsingBlockingPage
H A Dsafe_browsing_service_browsertest.cc441 InterstitialPage* interstitial_page = contents->GetInterstitialPage(); local
442 return interstitial_page != NULL;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_delegate.h74 InterstitialPageImpl* interstitial_page) = 0;
H A Drender_frame_host_manager.h269 // |interstitial_page| should be non NULL (use the remove_interstitial_page
272 void set_interstitial_page(InterstitialPageImpl* interstitial_page) { argument
273 DCHECK(!interstitial_page_ && interstitial_page);
274 interstitial_page_ = interstitial_page;
285 InterstitialPageImpl* interstitial_page() const { return interstitial_page_; } function in class:content::RenderFrameHostManager
H A Dnavigator_impl.cc241 if (root->render_manager()->interstitial_page() != NULL) {
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor_browsertest.cc28 #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/ui/
H A Dbrowser_focus_uitest.cc30 #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/
H A Dssl_browser_tests.cc31 #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
1807 interstitial_page->GetRenderViewHostForTesting();
1837 InterstitialPage* interstitial_page local
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader_unittest.cc11 #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/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc46 #include "content/public/browser/interstitial_page.h"
477 content::InterstitialPage* interstitial_page = local
479 if (interstitial_page) {
484 interstitial_page->Proceed();
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc79 explicit TestInterstitialPageDelegate(TestInterstitialPage* interstitial_page) argument
80 : interstitial_page_(interstitial_page) {}
215 TestInterstitialPage* interstitial_page)
216 : interstitial_page_(interstitial_page) {
214 TestInterstitialPageStateGuard( TestInterstitialPage* interstitial_page) argument
H A Dweb_contents_impl.cc1949 InterstitialPageImpl* interstitial_page) {
1950 DCHECK(interstitial_page);
1951 GetRenderManager()->set_interstitial_page(interstitial_page);
2194 GetRenderManager()->interstitial_page()->FocusThroughTabTraversal(reverse);
2207 return GetRenderManager()->interstitial_page() != NULL;
2211 return GetRenderManager()->interstitial_page();
1948 AttachInterstitialPage( InterstitialPageImpl* interstitial_page) argument
H A Dweb_contents_impl.h656 InterstitialPageImpl* interstitial_page) OVERRIDE;

Completed in 7411 milliseconds