Home
last modified time | relevance | path

Searched refs:GetIconIfExtensionMatch (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view_model.h23 virtual const SkBitmap* GetIconIfExtensionMatch(size_t index) const = 0;
Dautocomplete_popup_contents_view.h67 virtual const SkBitmap* GetIconIfExtensionMatch(size_t index) const OVERRIDE;
Dautocomplete_popup_contents_view.cc378 const SkBitmap* AutocompletePopupContentsView::GetIconIfExtensionMatch( in GetIconIfExtensionMatch() function in AutocompletePopupContentsView
382 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index)); in GetIconIfExtensionMatch()
Dautocomplete_result_view.cc235 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(model_index_); in GetIcon()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_model.h99 const SkBitmap* GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
Dautocomplete_popup_model.cc225 const SkBitmap* AutocompletePopupModel::GetIconIfExtensionMatch( in GetIconIfExtensionMatch() function in AutocompletePopupModel
Dautocomplete_popup_view_gtk.cc489 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(match); in IconForMatch()
Dautocomplete_popup_view_mac.mm418 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(match);