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

  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 46 if (web_contents_->ShowingInterstitialPage()) {
86 if (web_contents_->ShowingInterstitialPage())
web_contents_impl_unittest.cc     [all...]
web_contents_android.cc 115 if (web_contents_->ShowingInterstitialPage()) {
227 return web_contents_->ShowingInterstitialPage();
web_contents_impl.cc     [all...]
web_contents_impl.h 294 virtual bool ShowingInterstitialPage() const OVERRIDE;
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 438 bool ShowingInterstitialPage() {
575 EXPECT_TRUE(ShowingInterstitialPage());
592 EXPECT_TRUE(ShowingInterstitialPage());
621 EXPECT_TRUE(ShowingInterstitialPage());
624 EXPECT_FALSE(ShowingInterstitialPage());
654 EXPECT_FALSE(ShowingInterstitialPage());
663 EXPECT_FALSE(ShowingInterstitialPage());
706 EXPECT_FALSE(ShowingInterstitialPage());
716 EXPECT_TRUE(ShowingInterstitialPage());
    [all...]
safe_browsing_blocking_page_test.cc 465 if (contents->ShowingInterstitialPage() && wait_for_delete) {
475 ASSERT_FALSE(contents->ShowingInterstitialPage());
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 54 if (web_contents()->ShowingInterstitialPage())
  /external/chromium_org/content/public/browser/
web_contents.h 437 virtual bool ShowingInterstitialPage() const = 0;
  /external/chromium_org/chrome/browser/printing/
print_view_manager_base.cc 495 if (web_contents()->ShowingInterstitialPage()) {
print_preview_dialog_controller.cc 182 if (initiator->ShowingInterstitialPage())
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 337 current_tab->ShowingInterstitialPage())
339 if (current_tab->ShowingInterstitialPage())
413 if ((new_tab == current_tab) || !current_tab->ShowingInterstitialPage())
    [all...]
browser_focus_uitest.cc 172 EXPECT_TRUE(tab->ShowingInterstitialPage());
browser_browsertest.cc     [all...]
browser_command_controller.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 337 if (web_contents_->ShowingInterstitialPage()) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]

Completed in 722 milliseconds