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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 264 // 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->Proceed()
308 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
    [all...]
safe_browsing_service_browsertest.cc 340 InterstitialPage* interstitial_page = contents->interstitial_page(); local
341 return interstitial_page != NULL;
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_gtk.cc 10 #include "content/browser/tab_contents/interstitial_page.h"
126 if (container_->tab_contents()->interstitial_page()) {
127 container_->tab_contents()->interstitial_page()->FocusThroughTabTraversal(
tab_contents_view_touch.cc 15 #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);
tab_contents_view_views.cc 19 #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);
tab_contents_view_gtk.cc 22 #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/
browser_focus_uitest.cc 24 #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->HasFocus())
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 23 #include "content/browser/tab_contents/interstitial_page.h"
170 TestInterstitialPage* interstitial_page)
171 : interstitial_page_(interstitial_page) {
    [all...]
tab_contents.h 552 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) {
560 render_manager_.set_interstitial_page(interstitial_page);
570 InterstitialPage* interstitial_page() const { function in class:TabContents
571 return render_manager_.interstitial_page();
    [all...]
tab_contents_view_gtk.cc 30 #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);
render_view_context_menu.cc     [all...]
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 13 #include "content/browser/tab_contents/interstitial_page.h"
64 EXPECT_EQ(interstitial ? INTERSTITIAL_PAGE : NORMAL_PAGE,
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()
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 95 #include "content/browser/tab_contents/interstitial_page.h"
    [all...]

Completed in 226 milliseconds