Searched defs:IsGoogleSearchUrl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/android/
H A Durl_utilities.cc59 static jboolean IsGoogleSearchUrl(JNIEnv* env, jclass clazz, jstring url) { function
63 return google_util::IsGoogleSearchUrl(gurl);
/external/chromium_org/components/google/core/browser/
H A Dgoogle_util.cc193 bool IsGoogleSearchUrl(const GURL& url) { function in namespace:google_util

Completed in 145 milliseconds