Searched refs:is_history_what_you_typed_match (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dautocomplete_result.h34 is_history_what_you_typed_match(false) {
43 !is_history_what_you_typed_match;
57 bool is_history_what_you_typed_match; member in struct:AutocompleteResult::Selection
H A Dautocomplete_match.cc46 is_history_what_you_typed_match(false),
61 is_history_what_you_typed_match(false),
83 is_history_what_you_typed_match(match.is_history_what_you_typed_match),
120 is_history_what_you_typed_match = match.is_history_what_you_typed_match;
H A Dautocomplete_match.h331 bool is_history_what_you_typed_match; member in struct:AutocompleteMatch
H A Dautocomplete_result.cc120 is_history_what_you_typed_match = false;
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider.cc62 if (i->is_history_what_you_typed_match ||
H A Dzero_suggest_provider.cc411 match.is_history_what_you_typed_match = false;
H A Dhistory_url_provider.cc648 match.is_history_what_you_typed_match = true;
782 // Checking what_you_typed_match.is_history_what_you_typed_match tells us
784 params->what_you_typed_match.is_history_what_you_typed_match &&
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.cc135 manually_selected_match_.is_history_what_you_typed_match =
136 match.is_history_what_you_typed_match;
H A Domnibox_edit_model.cc685 match.is_history_what_you_typed_match)) {
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc76 result->is_history_what_you_typed_match =
77 input.is_history_what_you_typed_match;

Completed in 852 milliseconds