Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefDownloadImageCallback

CefBaseRefCounted
   |
   +--CefDownloadImageCallback

   in cef_browser.h

class CefDownloadImageCallback
extends CefBaseRefCounted

Callback interface for CefBrowserHost::DownloadImage. The methods of this class will be called on the browser process UI thread.


Method Summary
 virtual void OnDownloadImageFinished( const CefString& image_url, int http_status_code, CefRefPtr< CefImage > image )= 0
          Method that will be executed when the image download has completed.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

OnDownloadImageFinished

public virtual void OnDownloadImageFinished( const CefString& image_url, int http_status_code, CefRefPtr< CefImage > image )= 0;
Method that will be executed when the image download has completed. |image_url| is the URL that was downloaded and |http_status_code| is the resulting HTTP status code. |image| is the resulting image, possibly at multiple scale factors, or empty if the download failed.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt