Searched refs:want_asynchronous_matches (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dkeyword_extensions_delegate_impl.cc69 if (input.want_asynchronous_matches()) {
88 } else if (input.want_asynchronous_matches()) {
99 return input.want_asynchronous_matches();
H A Dautocomplete_controller.cc240 const bool old_want_asynchronous_matches = input_.want_asynchronous_matches();
253 (input_.want_asynchronous_matches() == old_want_asynchronous_matches);
273 if (!input.want_asynchronous_matches())
282 if (input.want_asynchronous_matches() && (input.text().length() < 6)) {
H A Dautocomplete_provider_unittest.cc105 if (input.want_asynchronous_matches()) {
H A Dhistory_url_provider.cc579 if (input.want_asynchronous_matches()) {
/external/chromium_org/components/omnibox/
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
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 Dsearch_provider.cc597 (!done_ && input_.want_asynchronous_matches())))
612 if (!input_.want_asynchronous_matches())
/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
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc655 input_.allow_exact_keyword_match(), input_.want_asynchronous_matches(),

Completed in 103 milliseconds