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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.h 34 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
autocomplete_match.cc 48 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;
autocomplete_match.h 297 bool is_history_what_you_typed_match; member in struct:AutocompleteMatch
history_provider.cc 49 if (i->is_history_what_you_typed_match || i->starred) {
autocomplete_result.cc 75 is_history_what_you_typed_match = false;
zero_suggest_provider.cc 468 match.is_history_what_you_typed_match = false;
history_url_provider.cc 379 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 &&
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 17 is_history_what_you_typed_match(false),
33 is_history_what_you_typed_match(false),
autocomplete_match.h 175 bool is_history_what_you_typed_match; member in struct:AutocompleteMatch
autocomplete.h 475 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
    [all...]
autocomplete_popup_model.cc 80 manually_selected_match_.is_history_what_you_typed_match =
81 match.is_history_what_you_typed_match;
history_provider.cc 46 if (i->is_history_what_you_typed_match || i->starred) {
history_url_provider.cc 236 // 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;
    [all...]
autocomplete.cc 559 is_history_what_you_typed_match = false;
    [all...]
autocomplete_edit.cc 454 match.is_history_what_you_typed_match)) {
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 82 manually_selected_match_.is_history_what_you_typed_match =
83 match.is_history_what_you_typed_match;
omnibox_edit_model.cc 590 match.is_history_what_you_typed_match)) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc 139 output->SetBoolean(item_prefix + ".is_history_what_you_typed_match",
140 it->is_history_what_you_typed_match);

Completed in 513 milliseconds