Home
last modified time | relevance | path

Searched refs:WKDownloadRef (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.h73 typedef void (*WKContextDownloadDidStartCallback)(WKContextRef context, WKDownloadRef download, con…
74 …nloadDidReceiveAuthenticationChallengeCallback)(WKContextRef context, WKDownloadRef download, WKAu…
75 typedef void (*WKContextDownloadDidReceiveResponseCallback)(WKContextRef context, WKDownloadRef dow…
76 typedef void (*WKContextDownloadDidReceiveDataCallback)(WKContextRef context, WKDownloadRef downloa…
77 …wnloadShouldDecodeSourceDataOfMIMETypeCallback)(WKContextRef context, WKDownloadRef download, WKSt…
78 …DecideDestinationWithSuggestedFilenameCallback)(WKContextRef context, WKDownloadRef download, WKSt…
79 typedef void (*WKContextDownloadDidCreateDestinationCallback)(WKContextRef context, WKDownloadRef d…
80 typedef void (*WKContextDownloadDidFinishCallback)(WKContextRef context, WKDownloadRef download, co…
81 typedef void (*WKContextDownloadDidFailCallback)(WKContextRef context, WKDownloadRef download, WKEr…
82 typedef void (*WKContextDownloadDidCancel)(WKContextRef context, WKDownloadRef download, const void…
[all …]
DWKDownload.h41 WK_EXPORT WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download);
42 WK_EXPORT WKDataRef WKDownloadGetResumeData(WKDownloadRef download);
43 WK_EXPORT void WKDownloadCancel(WKDownloadRef download);
DWKDownload.cpp40 WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download) in WKDownloadCopyRequest()
45 WKDataRef WKDownloadGetResumeData(WKDownloadRef download) in WKDownloadGetResumeData()
50 void WKDownloadCancel(WKDownloadRef download) in WKDownloadCancel()
DWKContext.cpp87 WKDownloadRef WKContextDownloadURLRequest(WKContextRef contextRef, const WKURLRequestRef requestRef) in WKContextDownloadURLRequest()
DWKAPICast.h90 WK_ADD_API_MAPPING(WKDownloadRef, DownloadProxy) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h80 typedef const struct OpaqueWKDownload* WKDownloadRef; typedef
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1619812 Add WKDownloadRef.
19815 Add WKDownloadRef <-> DownloadProxy mapping.
19995 DownloadProxy will be the implementation of the forthcoming WKDownloadRef object.
DChangeLog261 WKContextDownloadURLRequest() should return a WKDownloadRef