OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsGoogleSearchUrl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/android/
url_utilities.cc
59
static jboolean
IsGoogleSearchUrl
(JNIEnv* env, jclass clazz, jstring url) {
63
return google_util::
IsGoogleSearchUrl
(gurl);
/external/chromium_org/chrome/browser/google/
google_util.cc
204
bool
IsGoogleSearchUrl
(const GURL& url) {
Completed in 90 milliseconds