HomeSort by relevance Sort by last modified time
    Searched refs:ImageLoadingHelper (Results 1 - 3 of 3) 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();
36 // Requests to download an image. When done, the ImageLoadingHelper
71 DISALLOW_COPY_AND_ASSIGN(ImageLoadingHelper);
image_loading_helper.cc 100 ImageLoadingHelper::ImageLoadingHelper(RenderView* render_view)
104 ImageLoadingHelper::~ImageLoadingHelper() {
107 void ImageLoadingHelper::OnDownloadImage(int id,
122 // Will complete asynchronously via ImageLoadingHelper::DidDownloadImage
135 bool ImageLoadingHelper::DownloadImage(int id,
149 base::Bind(&ImageLoadingHelper::DidDownloadImage,
155 void ImageLoadingHelper::DidDownloadImage(
183 SkBitmap ImageLoadingHelper::ImageFromDataUrl(const GURL& url) const
    [all...]
render_view_impl.cc     [all...]

Completed in 185 milliseconds