OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:result_view
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc
295
AutocompleteResultView*
result_view
;
local
297
result_view
=
299
AddChildViewAt(
result_view
, static_cast<int>(i));
301
result_view
= static_cast<AutocompleteResultView*>(GetChildViewAt(i));
302
result_view
->SetVisible(true);
304
result_view
->SetMatch(GetMatchAtIndex(i));
Completed in 32 milliseconds