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

  /external/chromium_org/content/renderer/
image_loading_helper.h 22 // One instance of ImageLoadingHelper is owned by RenderView.
23 class ImageLoadingHelper : public RenderViewObserver {
25 explicit ImageLoadingHelper(RenderView* render_view);
28 virtual ~ImageLoadingHelper();
37 // Requests to download an image. When done, the ImageLoadingHelper
72 DISALLOW_COPY_AND_ASSIGN(ImageLoadingHelper);
image_loading_helper.cc 90 ImageLoadingHelper::ImageLoadingHelper(RenderView* render_view)
94 ImageLoadingHelper::~ImageLoadingHelper() {
97 void ImageLoadingHelper::OnDownloadImage(int id,
110 // Will complete asynchronously via ImageLoadingHelper::DidDownloadImage
123 bool ImageLoadingHelper::DownloadImage(int id,
138 base::Bind(&ImageLoadingHelper::DidDownloadImage,
145 void ImageLoadingHelper::DidDownloadImage(
169 SkBitmap ImageLoadingHelper::ImageFromDataUrl(const GURL& url) const
    [all...]

Completed in 351 milliseconds