HomeSort by relevance Sort by last modified time
    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