OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMatchAtIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h
120
const AutocompleteMatch&
GetMatchAtIndex
(size_t index) const;
autocomplete_popup_contents_view.cc
304
result_view->SetMatch(
GetMatchAtIndex
(i));
382
return model_->GetIconIfExtensionMatch(
GetMatchAtIndex
(index));
560
const AutocompleteMatch& AutocompletePopupContentsView::
GetMatchAtIndex
(
Completed in 22 milliseconds