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

  /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...]

Completed in 89 milliseconds