Searched defs:IsInstantNTP (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_tab_helper.cc34 bool IsInstantNTP(content::WebContents* web_contents) { function in namespace:__anon5029
76 return IsNTPWebUI(web_contents()) || IsInstantNTP(web_contents());
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_current_page_delegate_impl.cc42 bool OmniboxCurrentPageDelegateImpl::IsInstantNTP() const { function in class:OmniboxCurrentPageDelegateImpl
43 return chrome::IsInstantNTP(controller_->GetWebContents());
/external/chromium_org/chrome/browser/search/
H A Dsearch.cc437 bool IsInstantNTP(const content::WebContents* contents) { function in namespace:chrome

Completed in 1885 milliseconds