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

  /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/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/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/tab_contents/
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...]

Completed in 130 milliseconds