OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMatch
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h
48
void
SetMatch
(const AutocompleteMatch& match);
autocomplete_result_view.cc
174
void AutocompleteResultView::
SetMatch
(const AutocompleteMatch& match) {
autocomplete_popup_contents_view.cc
304
result_view->
SetMatch
(GetMatchAtIndex(i));
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h
59
void
SetMatch
(const AutocompleteMatch& match);
omnibox_popup_contents_view.cc
175
view->
SetMatch
(GetMatchAtIndex(i));
omnibox_result_view.cc
182
void OmniboxResultView::
SetMatch
(const AutocompleteMatch& match) {
Completed in 816 milliseconds