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

/external/chromium_org/chrome/browser/autocomplete/
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.cc48 is_history_what_you_typed_match(false),
64 is_history_what_you_typed_match(false),
85 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.h297 bool is_history_what_you_typed_match; member in struct:AutocompleteMatch
H A Dhistory_provider.cc49 if (i->is_history_what_you_typed_match || i->starred) {
H A Dautocomplete_result.cc75 is_history_what_you_typed_match = false;
H A Dzero_suggest_provider.cc468 match.is_history_what_you_typed_match = false;
H A Dhistory_url_provider.cc379 match.is_history_what_you_typed_match = true;
503 // Checking |is_history_what_you_typed_match| tells us whether
505 if (what_you_typed_match.is_history_what_you_typed_match &&
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.cc17 is_history_what_you_typed_match(false),
33 is_history_what_you_typed_match(false),
H A Dautocomplete_match.h175 bool is_history_what_you_typed_match; member in struct:AutocompleteMatch
H A Dautocomplete.h475 is_history_what_you_typed_match(false) {
484 !is_history_what_you_typed_match;
498 bool is_history_what_you_typed_match; member in struct:AutocompleteResult::Selection
H A Dautocomplete_popup_model.cc80 manually_selected_match_.is_history_what_you_typed_match =
81 match.is_history_what_you_typed_match;
H A Dhistory_provider.cc46 if (i->is_history_what_you_typed_match || i->starred) {
H A Dhistory_url_provider.cc236 // Checking |is_history_what_you_typed_match| tells us whether
238 if (what_you_typed_match.is_history_what_you_typed_match &&
344 match.is_history_what_you_typed_match = true;
H A Dautocomplete.cc559 is_history_what_you_typed_match = false;
H A Dautocomplete_edit.cc454 match.is_history_what_you_typed_match)) {
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.cc82 manually_selected_match_.is_history_what_you_typed_match =
83 match.is_history_what_you_typed_match;
H A Domnibox_edit_model.cc590 match.is_history_what_you_typed_match)) {
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc139 output->SetBoolean(item_prefix + ".is_history_what_you_typed_match",
140 it->is_history_what_you_typed_match);

Completed in 245 milliseconds