Searched defs:UrlIconSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Durl_icon_source.cc20 UrlIconSource::UrlIconSource( function in class:app_list::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(
H A Durl_icon_source.h27 class UrlIconSource : public gfx::ImageSkiaSource, class in namespace:app_list
35 UrlIconSource(const IconLoadedCallback& icon_loaded_callback,
40 virtual ~UrlIconSource();
71 DISALLOW_COPY_AND_ASSIGN(UrlIconSource);

Completed in 1081 milliseconds