webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
_WebKitDownloadPrivate Struct Reference

Public Member Functions

 ~_WebKitDownloadPrivate ()
 

Public Attributes

RefPtr< DownloadProxydownload
 
GRefPtr< WebKitURIRequestrequest
 
GRefPtr< WebKitURIResponseresponse
 
WebKitWebViewwebView
 
CString destinationURI
 
guint64 currentSize
 
bool isCancelled
 
GUniquePtr< GTimer > timer
 
gdouble lastProgress
 
gdouble lastElapsed
 
bool allowOverwrite
 

Constructor & Destructor Documentation

◆ ~_WebKitDownloadPrivate()

_WebKitDownloadPrivate::~_WebKitDownloadPrivate ( )
inline

Member Data Documentation

◆ allowOverwrite

bool _WebKitDownloadPrivate::allowOverwrite

◆ currentSize

guint64 _WebKitDownloadPrivate::currentSize

◆ destinationURI

CString _WebKitDownloadPrivate::destinationURI

◆ download

RefPtr<DownloadProxy> _WebKitDownloadPrivate::download

◆ isCancelled

bool _WebKitDownloadPrivate::isCancelled

◆ lastElapsed

gdouble _WebKitDownloadPrivate::lastElapsed

◆ lastProgress

gdouble _WebKitDownloadPrivate::lastProgress

◆ request

GRefPtr<WebKitURIRequest> _WebKitDownloadPrivate::request

◆ response

GRefPtr<WebKitURIResponse> _WebKitDownloadPrivate::response

◆ timer

GUniquePtr<GTimer> _WebKitDownloadPrivate::timer

◆ webView

WebKitWebView* _WebKitDownloadPrivate::webView

The documentation for this struct was generated from the following file: