Searched defs:CFDataRef (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
H A DDownloadBundle.h31 typedef const struct __CFData* CFDataRef; typedef in typeref:struct:__CFData
36 bool appendResumeData(CFDataRef resumeData, const String& bundlePath);
37 CFDataRef extractResumeData(const String& bundlePath);
/external/webkit/Source/WebCore/platform/network/curl/
H A DDownloadBundle.h31 typedef const struct __CFData* CFDataRef; typedef in typeref:struct:__CFData
36 bool appendResumeData(CFDataRef resumeData, const String& bundlePath);
37 CFDataRef extractResumeData(const String& bundlePath);
/external/webkit/Source/WebCore/platform/
H A DFileSystem.h57 typedef const struct __CFData* CFDataRef; typedef in typeref:struct:__CFData
217 bool safeCreateFile(const String&, CFDataRef);
/external/webkit/Source/WebCore/platform/graphics/
H A DImageSource.h40 typedef const struct __CFData* CFDataRef; typedef in typeref:struct:__CFData
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandle.h41 typedef const struct __CFData * CFDataRef; typedef in typeref:struct:__CFData
141 static void setClientCertificate(const String& host, CFDataRef);
148 static void setClientCertificate(const String& host, CFDataRef);
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h39 typedef const struct __CFData* CFDataRef; typedef in typeref:struct:__CFData
89 CFDataRef wkGetSSLPeerCertificateData(CFDictionaryRef);
91 void wkSetSSLPeerCertificateData(CFMutableDictionaryRef, CFDataRef);
97 void wkSetClientCertificateInSSLProperties(CFMutableDictionaryRef, CFDataRef);

Completed in 561 milliseconds