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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc 225 const SkBitmap* AutocompletePopupModel::GetIconIfExtensionMatch(
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 191 gfx::Image OmniboxPopupModel::GetIconIfExtensionMatch(
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 267 gfx::Image OmniboxPopupContentsView::GetIconIfExtensionMatch(
271 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index));
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 378 const SkBitmap* AutocompletePopupContentsView::GetIconIfExtensionMatch(
382 return model_->GetIconIfExtensionMatch(GetMatchAtIndex(index));

Completed in 192 milliseconds