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

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc264 // tab->interstitial_page() because the tab doesn't have a pointer
268 SafeBrowsingBlockingPage* interstitial_page = local
271 ASSERT_TRUE(interstitial_page);
272 interstitial_page->CommandReceived(command);
277 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
279 ASSERT_TRUE(interstitial_page);
280 interstitial_page->DontProceed();
285 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
287 ASSERT_TRUE(interstitial_page);
288 interstitial_page
308 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
[all...]
H A Dsafe_browsing_service_browsertest.cc340 InterstitialPage* interstitial_page = contents->interstitial_page(); local
341 return interstitial_page != NULL;
/external/chromium_org/content/browser/web_contents/
H A Drender_view_host_manager.h190 // |interstitial_page| should be non NULL (use the remove_interstitial_page
193 void set_interstitial_page(InterstitialPageImpl* interstitial_page) { argument
194 DCHECK(!interstitial_page_ && interstitial_page);
195 interstitial_page_ = interstitial_page;
206 InterstitialPageImpl* interstitial_page() const { return interstitial_page_; } function in class:content::RenderViewHostManager
H A Dweb_contents_impl_unittest.cc74 explicit TestInterstitialPageDelegate(TestInterstitialPage* interstitial_page) argument
75 : interstitial_page_(interstitial_page) {}
215 TestInterstitialPage* interstitial_page)
216 : interstitial_page_(interstitial_page) {
214 TestInterstitialPageStateGuard( TestInterstitialPage* interstitial_page) argument
H A Dweb_contents_impl.cc1748 InterstitialPageImpl* interstitial_page) {
1749 DCHECK(interstitial_page);
1750 render_manager_.set_interstitial_page(interstitial_page);
1852 render_manager_.interstitial_page()->FocusThroughTabTraversal(reverse);
1859 return render_manager_.interstitial_page() != NULL;
1863 return render_manager_.interstitial_page();
1747 AttachInterstitialPage( InterstitialPageImpl* interstitial_page) argument
H A Dweb_contents_impl.h147 void AttachInterstitialPage(InterstitialPageImpl* interstitial_page);
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_container_gtk.cc10 #include "content/browser/tab_contents/interstitial_page.h"
126 if (container_->tab_contents()->interstitial_page()) {
127 container_->tab_contents()->interstitial_page()->FocusThroughTabTraversal(
H A Dtab_contents_view_touch.cc15 #include "content/browser/tab_contents/interstitial_page.h"
157 if (tab_contents()->interstitial_page()) {
158 tab_contents()->interstitial_page()->Focus();
319 if (tab_contents()->interstitial_page())
320 tab_contents()->interstitial_page()->SetSize(size);
H A Dtab_contents_view_views.cc19 #include "content/browser/tab_contents/interstitial_page.h"
137 if (tab_contents()->interstitial_page()) {
138 tab_contents()->interstitial_page()->Focus();
311 if (tab_contents()->interstitial_page())
312 tab_contents()->interstitial_page()->SetSize(size);
H A Dtab_contents_view_gtk.cc22 #include "content/browser/tab_contents/interstitial_page.h"
269 if (tab_contents()->interstitial_page()) {
270 tab_contents()->interstitial_page()->Focus();
446 if (tab_contents()->interstitial_page())
447 tab_contents()->interstitial_page()->SetSize(size);
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_browsertest.cc31 #include "content/public/browser/interstitial_page.h"
78 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
79 ASSERT_TRUE(interstitial_page);
83 interstitial_page->GetDelegateForTesting();
90 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
91 ASSERT_TRUE(interstitial_page);
95 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"
403 SafeBrowsingBlockingPage* interstitial_page = local
407 ASSERT_TRUE(interstitial_page);
408 interstitial_page->CommandReceived(command);
414 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
416 ASSERT_TRUE(interstitial_page);
417 interstitial_page->DontProceed();
423 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
425 ASSERT_TRUE(interstitial_page);
426 interstitial_page
449 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
[all...]
H A Dsafe_browsing_blocking_page.h103 content::InterstitialPage* interstitial_page() const { function in class:SafeBrowsingBlockingPage
H A Dsafe_browsing_blocking_page_unittest.cc16 #include "content/public/browser/interstitial_page.h"
48 interstitial_page()->DontCreateViewForTesting();
63 interstitial_page()->DontCreateViewForTesting();
H A Dsafe_browsing_service_browsertest.cc411 InterstitialPage* interstitial_page = contents->GetInterstitialPage(); local
412 return interstitial_page != NULL;
/external/chromium/chrome/browser/
H A Dbrowser_focus_uitest.cc24 #include "content/browser/tab_contents/interstitial_page.h"
582 TestInterstitialPage* interstitial_page = local
585 interstitial_page->Show();
615 interstitial_page->render_view_host(), L"",
626 interstitial_page->tab());
661 interstitial_page->tab());
675 interstitial_page->render_view_host(), L"",
703 TestInterstitialPage* interstitial_page = local
706 interstitial_page->Show();
715 EXPECT_TRUE(interstitial_page
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dweb_contents_unittest.cc23 #include "content/browser/tab_contents/interstitial_page.h"
170 TestInterstitialPage* interstitial_page)
171 : interstitial_page_(interstitial_page) {
903 EXPECT_TRUE(contents()->interstitial_page() == NULL);
908 EXPECT_TRUE(contents()->interstitial_page() == interstitial);
918 EXPECT_TRUE(contents()->interstitial_page() == NULL);
948 EXPECT_TRUE(contents()->interstitial_page() == NULL);
953 EXPECT_TRUE(contents()->interstitial_page() == interstitial);
963 EXPECT_TRUE(contents()->interstitial_page() == NULL);
991 EXPECT_TRUE(contents()->interstitial_page()
169 TestInterstitialPageStateGuard( TestInterstitialPage* interstitial_page) argument
[all...]
H A Dtab_contents_view_gtk.cc30 #include "content/browser/tab_contents/interstitial_page.h"
228 tab_contents()->interstitial_page()->Focus();
428 if (tab_contents()->interstitial_page())
429 tab_contents()->interstitial_page()->SetSize(size);
H A Dtab_contents.h552 return render_manager_.interstitial_page() != NULL;
556 // |interstitial_page| should be non NULL (use the remove_interstitial_page
559 void set_interstitial_page(InterstitialPage* interstitial_page) { argument
560 render_manager_.set_interstitial_page(interstitial_page);
570 InterstitialPage* interstitial_page() const { function in class:TabContents
571 return render_manager_.interstitial_page();
H A Drender_view_context_menu.cc928 !source_tab_contents_->interstitial_page() &&
/external/chromium/chrome/browser/ssl/
H A Dssl_browser_tests.cc13 #include "content/browser/tab_contents/interstitial_page.h"
109 InterstitialPage* interstitial_page = tab->interstitial_page(); local
110 ASSERT_TRUE(interstitial_page);
111 interstitial_page->Proceed();
299 InterstitialPage* interstitial_page = tab->interstitial_page(); local
300 ASSERT_TRUE(interstitial_page);
301 interstitial_page->DontProceed();
334 EXPECT_FALSE(browser()->GetSelectedTabContents()->interstitial_page());
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_focus_uitest.cc30 #include "content/public/browser/interstitial_page.h"
575 TestInterstitialPage* interstitial_page = new TestInterstitialPage( local
608 interstitial_page->render_view_host(),
619 interstitial_page->render_view_host());
654 interstitial_page->render_view_host());
668 interstitial_page->render_view_host(),
697 TestInterstitialPage* interstitial_page = new TestInterstitialPage( local
709 EXPECT_TRUE(interstitial_page->HasFocus());
712 interstitial_page->DontProceed();
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader_unittest.cc12 #include "content/public/browser/interstitial_page.h"
70 content::InterstitialPage* interstitial_page = local
73 interstitial_page->DontCreateViewForTesting();
74 interstitial_page->Show();
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc28 #include "content/public/browser/interstitial_page.h"
212 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
213 ASSERT_TRUE(interstitial_page);
217 interstitial_page->Proceed();
443 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
444 ASSERT_TRUE(interstitial_page);
445 interstitial_page->DontProceed();
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc95 #include "content/browser/tab_contents/interstitial_page.h"
1329 if (tab_contents && tab_contents->interstitial_page()) {
1330 tab_contents->interstitial_page()->DontProceed();

Completed in 6525 milliseconds