/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | autocomplete_result_view_model.h | 23 virtual const SkBitmap* GetIconIfExtensionMatch(size_t index) const = 0;
|
D | autocomplete_popup_contents_view.h | 67 virtual const SkBitmap* GetIconIfExtensionMatch(size_t index) const OVERRIDE;
|
D | autocomplete_popup_contents_view.cc | 378 const SkBitmap* AutocompletePopupContentsView::GetIconIfExtensionMatch( in GetIconIfExtensionMatch() function in AutocompletePopupContentsView 382 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index)); in GetIconIfExtensionMatch()
|
D | autocomplete_result_view.cc | 235 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(model_index_); in GetIcon()
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_result_view_model.h | 24 virtual gfx::Image GetIconIfExtensionMatch(size_t index) const = 0;
|
D | omnibox_popup_contents_view.cc | 267 gfx::Image OmniboxPopupContentsView::GetIconIfExtensionMatch( in GetIconIfExtensionMatch() function in OmniboxPopupContentsView 271 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index)); in GetIconIfExtensionMatch()
|
D | omnibox_popup_contents_view.h | 54 virtual gfx::Image GetIconIfExtensionMatch(size_t index) const OVERRIDE;
|
D | omnibox_result_view.cc | 304 const gfx::Image image = model_->GetIconIfExtensionMatch(model_index_); in GetIcon()
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
D | omnibox_popup_model.h | 90 gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
|
D | omnibox_popup_model.cc | 191 gfx::Image OmniboxPopupModel::GetIconIfExtensionMatch( in GetIconIfExtensionMatch() function in OmniboxPopupModel
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_model.h | 99 const SkBitmap* GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
|
D | autocomplete_popup_model.cc | 225 const SkBitmap* AutocompletePopupModel::GetIconIfExtensionMatch( in GetIconIfExtensionMatch() function in AutocompletePopupModel
|
D | autocomplete_popup_view_gtk.cc | 489 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(match); in IconForMatch()
|
D | autocomplete_popup_view_mac.mm | 418 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(match);
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
D | omnibox_popup_view_gtk.cc | 502 const gfx::Image image = model_->GetIconIfExtensionMatch(match); in IconForMatch()
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
D | omnibox_popup_view_mac.mm | 486 gfx::Image image = model_->GetIconIfExtensionMatch(match);
|