Home
last modified time | relevance | path

Searched refs:exact_suggestion_is_in_history (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dhistory_url_provider.cc461 exact_suggestion_is_in_history(false), in HistoryURLProviderParams()
833 params->exact_suggestion_is_in_history = can_check_history_for_exact_match && in DoAutocomplete()
840 if (params->exact_suggestion_is_in_history) { in DoAutocomplete()
866 provider_max_matches_ + (params->exact_suggestion_is_in_history ? 1 : 0); in DoAutocomplete()
937 (params->exact_suggestion_is_in_history || in QueryComplete()
H A Dhistory_url_provider.h158 bool exact_suggestion_is_in_history; member