OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFDataRef
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/network/cf/
DownloadBundle.h
31
typedef const struct __CFData*
CFDataRef
;
36
bool appendResumeData(
CFDataRef
resumeData, const String& bundlePath);
37
CFDataRef
extractResumeData(const String& bundlePath);
/external/webkit/Source/WebCore/platform/network/curl/
DownloadBundle.h
31
typedef const struct __CFData*
CFDataRef
;
36
bool appendResumeData(
CFDataRef
resumeData, const String& bundlePath);
37
CFDataRef
extractResumeData(const String& bundlePath);
/external/webkit/Source/WebCore/platform/
FileSystem.h
57
typedef const struct __CFData*
CFDataRef
;
217
bool safeCreateFile(const String&,
CFDataRef
);
/external/webkit/Source/WebCore/platform/graphics/
ImageSource.h
40
typedef const struct __CFData*
CFDataRef
;
/external/webkit/Source/WebCore/platform/network/
ResourceHandle.h
41
typedef const struct __CFData *
CFDataRef
;
141
static void setClientCertificate(const String& host,
CFDataRef
);
148
static void setClientCertificate(const String& host,
CFDataRef
);
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h
39
typedef const struct __CFData*
CFDataRef
;
89
CFDataRef
wkGetSSLPeerCertificateData(CFDictionaryRef);
91
void wkSetSSLPeerCertificateData(CFMutableDictionaryRef,
CFDataRef
);
97
void wkSetClientCertificateInSSLProperties(CFMutableDictionaryRef,
CFDataRef
);
Completed in 545 milliseconds