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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 62 // |manually_selected_match_|). If |force| is true then the selected line will
103 return manually_selected_match_;
131 AutocompleteResult::Selection manually_selected_match_; member in class:AutocompletePopupModel
autocomplete_popup_model.cc 75 manually_selected_match_.Clear();
78 manually_selected_match_.destination_url = match.destination_url;
79 manually_selected_match_.provider_affinity = match.provider;
80 manually_selected_match_.is_history_what_you_typed_match =
206 const bool was_temporary_text = !manually_selected_match_.empty();
240 manually_selected_match_.Clear();

Completed in 32 milliseconds