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

  /external/chromium_org/chrome/browser/ui/app_list/search/common/
url_icon_source.cc 20 UrlIconSource::UrlIconSource(
35 UrlIconSource::~UrlIconSource() {
40 void UrlIconSource::StartIconFetch() {
50 gfx::ImageSkiaRep UrlIconSource::GetImageForScale(float scale) {
61 void UrlIconSource::OnURLFetchComplete(
81 void UrlIconSource::OnImageDecoded(const ImageDecoder* decoder,
91 void UrlIconSource::OnDecodeImageFailed(
url_icon_source.h 27 class UrlIconSource : public gfx::ImageSkiaSource,
35 UrlIconSource(const IconLoadedCallback& icon_loaded_callback,
40 virtual ~UrlIconSource();
71 DISALLOW_COPY_AND_ASSIGN(UrlIconSource);
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_result.cc 75 new UrlIconSource(base::Bind(&PeopleResult::OnIconLoaded,
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 90 new UrlIconSource(base::Bind(&WebstoreResult::OnIconLoaded,

Completed in 164 milliseconds