HomeSort by relevance Sort by last modified time
    Searched refs:GetMatchAtIndex (Results 1 - 4 of 4) 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(
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 155 if (HasMatchAt(line) && GetMatchAtIndex(line).associated_keyword.get()) {
185 view->SetMatch(GetMatchAtIndex(i));
280 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index));
460 const AutocompleteMatch& OmniboxPopupContentsView::GetMatchAtIndex(
omnibox_popup_contents_view.h 113 const AutocompleteMatch& GetMatchAtIndex(size_t index) const;

Completed in 361 milliseconds