HomeSort by relevance Sort by last modified time
    Searched defs:IsInstantNTP (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 34 bool IsInstantNTP(content::WebContents* web_contents) {
76 return IsNTPWebUI(web_contents()) || IsInstantNTP(web_contents());
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc 42 bool OmniboxCurrentPageDelegateImpl::IsInstantNTP() const {
43 return chrome::IsInstantNTP(controller_->GetWebContents());
  /external/chromium_org/chrome/browser/search/
search.cc 437 bool IsInstantNTP(const content::WebContents* contents) {

Completed in 278 milliseconds