HomeSort by relevance Sort by last modified time
    Searched refs:GetIconIfExtensionMatch (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view_model.h 23 virtual const SkBitmap* GetIconIfExtensionMatch(size_t index) const = 0;
autocomplete_popup_contents_view.h 67 virtual const SkBitmap* GetIconIfExtensionMatch(size_t index) const OVERRIDE;
autocomplete_popup_contents_view.cc 378 const SkBitmap* AutocompletePopupContentsView::GetIconIfExtensionMatch(
382 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index));
autocomplete_result_view.cc 235 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(model_index_);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view_model.h 24 virtual gfx::Image GetIconIfExtensionMatch(size_t index) const = 0;
omnibox_popup_contents_view.h 54 virtual gfx::Image GetIconIfExtensionMatch(size_t index) const OVERRIDE;
omnibox_popup_contents_view.cc 276 gfx::Image OmniboxPopupContentsView::GetIconIfExtensionMatch(
280 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index));
omnibox_result_view.cc 304 const gfx::Image image = model_->GetIconIfExtensionMatch(model_index_);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 99 const SkBitmap* GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
autocomplete_popup_model.cc 225 const SkBitmap* AutocompletePopupModel::GetIconIfExtensionMatch(
autocomplete_popup_view_gtk.cc 489 const SkBitmap* bitmap = model_->GetIconIfExtensionMatch(match);
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h 90 gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
omnibox_popup_model.cc 191 gfx::Image OmniboxPopupModel::GetIconIfExtensionMatch(
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 487 const gfx::Image image = model_->GetIconIfExtensionMatch(match);

Completed in 1892 milliseconds