OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartsWithCommandLineGoogleBaseURL
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/google/
google_util.h
74
bool
StartsWithCommandLineGoogleBaseURL
(const GURL& url);
google_util.cc
155
bool
StartsWithCommandLineGoogleBaseURL
(const GURL& url) {
google_util_unittest.cc
29
return google_util::
StartsWithCommandLineGoogleBaseURL
(GURL(url));
294
//
StartsWithCommandLineGoogleBaseURL
() should return true.
317
// cause
StartsWithCommandLineGoogleBaseURL
() to return true.
/external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.cc
298
google_util::
StartsWithCommandLineGoogleBaseURL
(entry->GetVirtualURL()))
/external/chromium_org/chrome/browser/search/
search.cc
186
google_util::
StartsWithCommandLineGoogleBaseURL
(url));
433
!google_util::
StartsWithCommandLineGoogleBaseURL
(instant_url)) {
Completed in 47 milliseconds