Home | History | Annotate | Download | only in renderer

Lines Matching defs:ImageLoadingHelper

100 ImageLoadingHelper::ImageLoadingHelper(RenderFrame* render_frame)
104 ImageLoadingHelper::~ImageLoadingHelper() {
107 void ImageLoadingHelper::OnDownloadImage(int id,
122 // Will complete asynchronously via ImageLoadingHelper::DidDownloadImage
135 bool ImageLoadingHelper::DownloadImage(int id,
146 base::Bind(&ImageLoadingHelper::DidDownloadImage,
152 void ImageLoadingHelper::DidDownloadImage(
180 SkBitmap ImageLoadingHelper::ImageFromDataUrl(const GURL& url) const {
193 bool ImageLoadingHelper::OnMessageReceived(const IPC::Message& message) {
195 IPC_BEGIN_MESSAGE_MAP(ImageLoadingHelper, message)