Home
last modified time | relevance | path

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

/external/chromium_org/components/google/core/browser/
Dgoogle_util.h53 bool StartsWithCommandLineGoogleBaseURL(const GURL& url);
Dgoogle_util.cc161 bool StartsWithCommandLineGoogleBaseURL(const GURL& url) { in StartsWithCommandLineGoogleBaseURL() function
Dgoogle_util_unittest.cc29 return google_util::StartsWithCommandLineGoogleBaseURL(GURL(url)); in StartsWithBaseURL()
/external/chromium_org/chrome/browser/search/
Dsearch.cc181 google_util::StartsWithCommandLineGoogleBaseURL(url)); in IsSuitableURLForInstant()
486 !google_util::StartsWithCommandLineGoogleBaseURL(instant_url)) { in GetInstantURL()
/external/chromium_org/chrome/browser/ui/toolbar/
Dtoolbar_model_impl.cc392 google_util::StartsWithCommandLineGoogleBaseURL(entry->GetVirtualURL())) in GetSearchTerms()