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

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.h148 bool exact_suggestion_is_in_history; member in struct:HistoryURLProviderParams
152 // |exact_suggestion_is_in_history| is true (and thus "the what you typed
H A Dhistory_url_provider.cc466 exact_suggestion_is_in_history(false),
797 params->exact_suggestion_is_in_history = can_check_history_for_exact_match &&
804 if (params->exact_suggestion_is_in_history) {
818 kMaxMatches + (params->exact_suggestion_is_in_history ? 1 : 0);
874 (params->exact_suggestion_is_in_history ||

Completed in 570 milliseconds