HomeSort by relevance Sort by last modified time
    Searched refs:want_asynchronous_matches (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
keyword_extensions_delegate_impl.cc 69 if (input.want_asynchronous_matches()) {
88 } else if (input.want_asynchronous_matches()) {
99 return input.want_asynchronous_matches();
autocomplete_controller.cc 240 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)) {
autocomplete_provider_unittest.cc 105 if (input.want_asynchronous_matches()) {
history_url_provider.cc 579 if (input.want_asynchronous_matches()) {
    [all...]
  /external/chromium_org/components/omnibox/
autocomplete_input.h 60 // 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
autocomplete_input.cc 53 bool want_asynchronous_matches,
61 want_asynchronous_matches_(want_asynchronous_matches) {
search_provider.cc 597 (!done_ && input_.want_asynchronous_matches())))
612 if (!input_.want_asynchronous_matches())
    [all...]
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 135 bool want_asynchronous_matches) {
151 want_asynchronous_matches, ChromeAutocompleteSchemeClassifier(profile_));
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 655 input_.allow_exact_keyword_match(), input_.want_asynchronous_matches(),
    [all...]

Completed in 207 milliseconds