Home
last modified time | relevance | path

Searched refs:WKDataRef (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKData.h39 WK_EXPORT WKDataRef WKDataCreate(const unsigned char* bytes, size_t size);
41 WK_EXPORT const unsigned char* WKDataGetBytes(WKDataRef data);
42 WK_EXPORT size_t WKDataGetSize(WKDataRef data);
DWKData.cpp39 WKDataRef WKDataCreate(const unsigned char* bytes, size_t size) in WKDataCreate()
45 const unsigned char* WKDataGetBytes(WKDataRef dataRef) in WKDataGetBytes()
50 size_t WKDataGetSize(WKDataRef dataRef) in WKDataGetSize()
DWKBase.h54 typedef const struct OpaqueWKData* WKDataRef; typedef
DWKSharedAPICast.h80 WK_ADD_API_MAPPING(WKDataRef, WebData) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKFrame.h75 typedef void (*WKFrameGetResourceDataFunction)(WKDataRef data, WKErrorRef error, void* functionCont…
79 typedef void (^WKFrameGetResourceDataBlock)(WKDataRef data, WKErrorRef error);
84 typedef void (*WKFrameGetWebArchiveFunction)(WKDataRef archiveData, WKErrorRef error, void* functio…
87 typedef void (^WKFrameGetWebArchiveBlock)(WKDataRef archiveData, WKErrorRef error);
DWKFrame.cpp150 static void callGetResourceDataBlockAndDispose(WKDataRef data, WKErrorRef error, void* context) in callGetResourceDataBlockAndDispose()
174 static void callGetWebArchiveBlockAndDispose(WKDataRef archiveData, WKErrorRef error, void* context) in callGetWebArchiveBlockAndDispose()
DWKDownload.h42 WK_EXPORT WKDataRef WKDownloadGetResumeData(WKDownloadRef download);
DWKDownload.cpp45 WKDataRef WKDownloadGetResumeData(WKDownloadRef download) in WKDownloadGetResumeData()
DWKPagePrivate.h63 typedef void (*WKPageDrawToPDFFunction)(WKDataRef data, WKErrorRef error, void* functionContext);
DWKPage.h185 …ngRef suggestedFilename, WKStringRef mimeType, WKURLRef originatingURL, WKDataRef data, const void…
318 WK_EXPORT WKDataRef WKPageCopySessionState(WKPageRef page, void* context, WKPageSessionStateFilterC…
319 WK_EXPORT void WKPageRestoreFromSessionState(WKPageRef page, WKDataRef sessionStateData);
DWKPage.cpp231 WKDataRef WKPageCopySessionState(WKPageRef pageRef, void *context, WKPageSessionStateFilterCallback… in WKPageCopySessionState()
236 void WKPageRestoreFromSessionState(WKPageRef pageRef, WKDataRef sessionStateData) in WKPageRestoreFromSessionState()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DRestoreSessionStateContainingFormData.cpp51 static WKRetainPtr<WKDataRef> createSessionStateContainingFormData(WKContextRef context) in createSessionStateContainingFormData()
77 WKRetainPtr<WKDataRef> data = createSessionStateContainingFormData(context.get()); in TEST()
/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.h53 typedef GenericCallback<WKDataRef> DataCallback;
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm190 static void pageDidDrawToPDF(WKDataRef dataRef, WKErrorRef, void* untypedContext) category