Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/search/
Dsearch.cc183 bool IsSuitableURLForInstant(const GURL& url, const TemplateURL* template_url) { in IsSuitableURLForInstant() function
206 if (!IsSuitableURLForInstant(url, template_url)) in IsInstantURL()
318 if (template_url && IsSuitableURLForInstant(url, template_url)) in GetSearchTermsFromURL()