Searched defs:want_asynchronous_matches (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/components/omnibox/
H A Dautocomplete_input.cc53 bool want_asynchronous_matches,
61 want_asynchronous_matches_(want_asynchronous_matches) {
44 AutocompleteInput( const base::string16& text, size_t cursor_position, const base::string16& desired_tld, const GURL& current_url, metrics::OmniboxEventProto::PageClassification current_page_classification, bool prevent_inline_autocomplete, bool prefer_keyword, bool allow_exact_keyword_match, bool want_asynchronous_matches, const AutocompleteSchemeClassifier& scheme_classifier) argument
H A Dautocomplete_input.h60 // If |want_asynchronous_matches| is false the controller asks the providers
75 bool want_asynchronous_matches,
185 bool want_asynchronous_matches() const { return want_asynchronous_matches_; } function in class:AutocompleteInput
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc135 bool want_asynchronous_matches) {
151 want_asynchronous_matches, ChromeAutocompleteSchemeClassifier(profile_));
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 232 milliseconds