OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:manually_selected_match_
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/autocomplete/
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();
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_edit.h
399
// TODO(pkasting): When
manually_selected_match_
moves to the controller, this
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc
77
manually_selected_match_
.Clear();
80
manually_selected_match_
.destination_url = match.destination_url;
81
manually_selected_match_
.provider_affinity = match.provider;
82
manually_selected_match_
.is_history_what_you_typed_match =
172
const bool was_temporary_text = !
manually_selected_match_
.empty();
209
manually_selected_match_
.Clear();
omnibox_popup_model.h
61
// |
manually_selected_match_
|). If |force| is true then the selected line will
94
return
manually_selected_match_
;
128
AutocompleteResult::Selection
manually_selected_match_
;
member in class:OmniboxPopupModel
Completed in 376 milliseconds