Searched defs:result_view (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc295 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 45 milliseconds