Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/search/
Dsearch.cc139 bool MatchesAnySearchURL(const GURL& url, TemplateURL* template_url) { in MatchesAnySearchURL() function
218 return IsQueryExtractionEnabled() && MatchesAnySearchURL(url, template_url); in IsInstantURL()