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

/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc129 jstring j_text,
145 base::string16 text = ConvertJavaStringToUTF16(env, j_text);
158 jstring j_text) {
159 return GetTopSynchronousResult(env, obj, j_text, true);
485 jstring j_text,
493 j_text,
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
155 Classify( JNIEnv* env, jobject obj, jstring j_text) argument
482 GetTopSynchronousResult( JNIEnv* env, jobject obj, jstring j_text, bool prevent_inline_autocomplete) argument

Completed in 78 milliseconds