/external/chromium_org/chrome/browser/ui/search/ |
D | search_ipc_router_policy_impl.cc | 30 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()
|
D | local_ntp_browsertest.cc | 45 ASSERT_TRUE(chrome::IsInstantNTP(active_tab)); in IN_PROC_BROWSER_TEST_F()
|
D | instant_extended_interactive_uitest.cc | 411 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()
|
D | instant_controller.cc | 203 if (chrome::IsInstantNTP(contents)) in TabDeactivated()
|
D | search_tab_helper.cc | 85 return chrome::IsInstantNTP(contents); in IsNTP()
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
D | omnibox_current_page_delegate_impl.cc | 42 bool OmniboxCurrentPageDelegateImpl::IsInstantNTP() const { in IsInstantNTP() function in OmniboxCurrentPageDelegateImpl 43 return chrome::IsInstantNTP(controller_->GetWebContents()); in IsInstantNTP()
|
D | omnibox_current_page_delegate.h | 36 virtual bool IsInstantNTP() const = 0;
|
D | omnibox_current_page_delegate_impl.h | 23 virtual bool IsInstantNTP() const OVERRIDE;
|
D | omnibox_edit_model.cc | 1399 if (delegate_->IsInstantNTP()) { in ClassifyPage()
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | bookmark_tab_helper.cc | 34 bool IsInstantNTP(content::WebContents* web_contents) { in IsInstantNTP() function 76 return IsNTPWebUI(web_contents()) || IsInstantNTP(web_contents()); in ShouldShowBookmarkBar()
|
D | bookmark_utils.cc | 241 return IsInstantNTP(web_contents) ? in GetURLToBookmark()
|
/external/chromium_org/chrome/browser/ui/startup/ |
D | session_crashed_infobar_delegate.cc | 80 chrome::IsInstantNTP(active_tab)) { in Accept()
|
/external/chromium_org/chrome/browser/search/ |
D | search.h | 106 bool IsInstantNTP(const content::WebContents* contents);
|
D | search_unittest.cc | 460 EXPECT_EQ(test.expected_result, IsInstantNTP(contents)) in TEST_F() 485 EXPECT_FALSE(IsInstantNTP(contents)); in TEST_F()
|
D | search.cc | 378 bool IsInstantNTP(const content::WebContents* contents) { in IsInstantNTP() function
|
/external/chromium_org/chrome/browser/ui/ |
D | singleton_tabs.cc | 53 if ((contents_url == GURL(kChromeUINewTabURL) || IsInstantNTP(contents) || in ShowSingletonTabOverwritingNTP()
|
/external/chromium_org/chrome/browser/favicon/ |
D | favicon_tab_helper.cc | 101 if (chrome::IsInstantNTP(web_contents())) in ShouldDisplayFavicon()
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
D | toolbar_model_impl.cc | 190 if (chrome::IsInstantNTP(delegate_->GetActiveWebContents())) in ShouldDisplayURL()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | browser_tab_strip_controller.cc | 287 chrome::IsInstantNTP(contents)); in IsNewTabPage()
|
/external/chromium_org/chrome/browser/tab_contents/ |
D | render_view_context_menu.cc | 1260 !chrome::IsInstantNTP(source_web_contents_); in IsCommandIdEnabled()
|