Searched refs:interstitial_page (Results 1 - 13 of 13) 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/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/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/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 451 milliseconds