Searched refs:manually_selected_match_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.h71 // |manually_selected_match_|). If |force| is true then the selected line will
107 return manually_selected_match_;
141 AutocompleteResult::Selection manually_selected_match_; member in class:OmniboxPopupModel
H A Domnibox_popup_model.cc130 manually_selected_match_.Clear();
133 manually_selected_match_.destination_url = match.destination_url;
134 manually_selected_match_.provider_affinity = match.provider;
135 manually_selected_match_.is_history_what_you_typed_match =
227 const bool was_temporary_text = !manually_selected_match_.empty();
272 manually_selected_match_.Clear();

Completed in 765 milliseconds