HomeSort by relevance Sort by last modified time
    Searched full:interstitial_page (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium/chrome/common/
view_types.h 22 INTERSTITIAL_PAGE,
  /external/chromium_org/chrome/renderer/safe_browsing/
DEPS 21 "+content/public/browser/interstitial_page.h",
phishing_dom_feature_extractor_browsertest.cc 28 #include "content/public/browser/interstitial_page.h"
277 content::InterstitialPage* interstitial_page = local
279 interstitial_page->Proceed();
322 content::InterstitialPage* interstitial_page = local
324 interstitial_page->Proceed();
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc 31 #include "content/public/browser/interstitial_page.h"
77 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
78 ASSERT_TRUE(interstitial_page);
82 interstitial_page->GetDelegateForTesting();
89 InterstitialPage* interstitial_page = tab->GetInterstitialPage(); local
90 ASSERT_TRUE(interstitial_page);
94 interstitial_page->GetDelegateForTesting();
  /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...]
  /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_container.cc 11 #include "content/browser/tab_contents/interstitial_page.h"
tab_contents_container_views.cc 13 #include "content/browser/tab_contents/interstitial_page.h"
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_container_native.cc 11 #include "content/browser/tab_contents/interstitial_page.h"
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);
native_tab_contents_container_win.cc 11 #include "content/browser/tab_contents/interstitial_page.h"
  /external/chromium_org/content/browser/frame_host/
navigation_controller_delegate.h 70 InterstitialPageImpl* interstitial_page) = 0;
render_frame_host_manager.h 198 // |interstitial_page| should be non NULL (use the remove_interstitial_page
201 void set_interstitial_page(InterstitialPageImpl* interstitial_page) {
202 DCHECK(!interstitial_page_ && interstitial_page);
203 interstitial_page_ = interstitial_page;
214 InterstitialPageImpl* interstitial_page() const { return interstitial_page_; } function in class:content::RenderFrameHostManager
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 31 #include "content/public/browser/interstitial_page.h"
409 SafeBrowsingBlockingPage* interstitial_page = local
413 ASSERT_TRUE(interstitial_page);
414 interstitial_page->CommandReceived(command);
420 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
422 ASSERT_TRUE(interstitial_page);
423 interstitial_page->DontProceed();
429 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
431 ASSERT_TRUE(interstitial_page);
432 interstitial_page->Proceed()
455 InterstitialPage* interstitial_page = InterstitialPage::GetInterstitialPage( local
    [all...]
  /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...]
ssl_blocking_page.h 14 #include "content/browser/tab_contents/interstitial_page.h"
  /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_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);
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h 13 #include "content/browser/tab_contents/interstitial_page.h"
  /external/chromium_org/content/browser/android/
interstitial_page_delegate_android.cc 10 #include "content/public/browser/interstitial_page.h"
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 30 #include "content/public/browser/interstitial_page.h"
586 TestInterstitialPage* interstitial_page = new TestInterstitialPage( local
619 interstitial_page->render_view_host(),
630 interstitial_page->render_view_host());
665 interstitial_page->render_view_host());
679 interstitial_page->render_view_host(),
708 TestInterstitialPage* interstitial_page = new TestInterstitialPage( local
720 EXPECT_TRUE(interstitial_page->HasFocus());
723 interstitial_page->DontProceed();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 7 #include "content/public/browser/interstitial_page.h"

Completed in 418 milliseconds

1 2 3