Searched refs:WKDownloadRef (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.h | 73 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 …]
|
D | WKDownload.h | 41 WK_EXPORT WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download); 42 WK_EXPORT WKDataRef WKDownloadGetResumeData(WKDownloadRef download); 43 WK_EXPORT void WKDownloadCancel(WKDownloadRef download);
|
D | WKDownload.cpp | 40 WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download) in WKDownloadCopyRequest() 45 WKDataRef WKDownloadGetResumeData(WKDownloadRef download) in WKDownloadGetResumeData() 50 void WKDownloadCancel(WKDownloadRef download) in WKDownloadCancel()
|
D | WKContext.cpp | 87 WKDownloadRef WKContextDownloadURLRequest(WKContextRef contextRef, const WKURLRequestRef requestRef) in WKContextDownloadURLRequest()
|
D | WKAPICast.h | 90 WK_ADD_API_MAPPING(WKDownloadRef, DownloadProxy) in WK_ADD_API_MAPPING()
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKBase.h | 80 typedef const struct OpaqueWKDownload* WKDownloadRef; typedef
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 19812 Add WKDownloadRef. 19815 Add WKDownloadRef <-> DownloadProxy mapping. 19995 DownloadProxy will be the implementation of the forthcoming WKDownloadRef object.
|
D | ChangeLog | 261 WKContextDownloadURLRequest() should return a WKDownloadRef
|