Home
last modified time | relevance | path

Searched refs:IsInstantNTP (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
Dsearch_ipc_router_policy_impl.cc30 return is_active_tab && !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldProcessFocusOmnibox()
38 return !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldProcessDeleteMostVisitedItem()
42 return !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldProcessUndoMostVisitedDeletion()
46 return !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldProcessUndoAllMostVisitedDeletions()
50 return !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldProcessLogEvent()
55 return is_active_tab && !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldProcessPasteIntoOmnibox()
59 return !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldProcessChromeIdentityCheck()
63 return !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldSendSetPromoInformation()
75 return !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldSendMostVisitedItems()
79 return !is_incognito_ && chrome::IsInstantNTP(web_contents_); in ShouldSendThemeBackgroundInfo()
Dlocal_ntp_browsertest.cc45 ASSERT_TRUE(chrome::IsInstantNTP(active_tab)); in IN_PROC_BROWSER_TEST_F()
Dinstant_extended_interactive_uitest.cc411 EXPECT_TRUE(chrome::IsInstantNTP(active_tab)); in IN_PROC_BROWSER_TEST_F()
435 EXPECT_TRUE(chrome::IsInstantNTP(active_tab)); in IN_PROC_BROWSER_TEST_F()
852 EXPECT_TRUE(chrome::IsInstantNTP(active_tab)); in IN_PROC_BROWSER_TEST_F()
Dinstant_controller.cc203 if (chrome::IsInstantNTP(contents)) in TabDeactivated()
Dsearch_tab_helper.cc85 return chrome::IsInstantNTP(contents); in IsNTP()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_current_page_delegate_impl.cc42 bool OmniboxCurrentPageDelegateImpl::IsInstantNTP() const { in IsInstantNTP() function in OmniboxCurrentPageDelegateImpl
43 return chrome::IsInstantNTP(controller_->GetWebContents()); in IsInstantNTP()
Domnibox_current_page_delegate.h36 virtual bool IsInstantNTP() const = 0;
Domnibox_current_page_delegate_impl.h23 virtual bool IsInstantNTP() const OVERRIDE;
Domnibox_edit_model.cc1399 if (delegate_->IsInstantNTP()) { in ClassifyPage()
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_tab_helper.cc34 bool IsInstantNTP(content::WebContents* web_contents) { in IsInstantNTP() function
76 return IsNTPWebUI(web_contents()) || IsInstantNTP(web_contents()); in ShouldShowBookmarkBar()
Dbookmark_utils.cc241 return IsInstantNTP(web_contents) ? in GetURLToBookmark()
/external/chromium_org/chrome/browser/ui/startup/
Dsession_crashed_infobar_delegate.cc80 chrome::IsInstantNTP(active_tab)) { in Accept()
/external/chromium_org/chrome/browser/search/
Dsearch.h106 bool IsInstantNTP(const content::WebContents* contents);
Dsearch_unittest.cc460 EXPECT_EQ(test.expected_result, IsInstantNTP(contents)) in TEST_F()
485 EXPECT_FALSE(IsInstantNTP(contents)); in TEST_F()
Dsearch.cc378 bool IsInstantNTP(const content::WebContents* contents) { in IsInstantNTP() function
/external/chromium_org/chrome/browser/ui/
Dsingleton_tabs.cc53 if ((contents_url == GURL(kChromeUINewTabURL) || IsInstantNTP(contents) || in ShowSingletonTabOverwritingNTP()
/external/chromium_org/chrome/browser/favicon/
Dfavicon_tab_helper.cc101 if (chrome::IsInstantNTP(web_contents())) in ShouldDisplayFavicon()
/external/chromium_org/chrome/browser/ui/toolbar/
Dtoolbar_model_impl.cc190 if (chrome::IsInstantNTP(delegate_->GetActiveWebContents())) in ShouldDisplayURL()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dbrowser_tab_strip_controller.cc287 chrome::IsInstantNTP(contents)); in IsNewTabPage()
/external/chromium_org/chrome/browser/tab_contents/
Drender_view_context_menu.cc1260 !chrome::IsInstantNTP(source_web_contents_); in IsCommandIdEnabled()