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

/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc130 jstring j_desired_tld,
143 if (j_desired_tld != NULL)
144 desired_tld = ConvertJavaStringToUTF16(env, j_desired_tld);
127 Start(JNIEnv* env, jobject obj, jstring j_text, jstring j_desired_tld, jstring j_current_url, bool prevent_inline_autocomplete, bool prefer_keyword, bool allow_exact_keyword_match, bool want_asynchronous_matches) argument

Completed in 76 milliseconds