Searched defs:CFMutableDictionaryRef (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DCFDictionaryPropertyBag.h33 typedef struct __CFDictionary* CFMutableDictionaryRef; typedef in typeref:struct:__CFDictionary
43 void setDictionary(CFMutableDictionaryRef dictionary);
44 CFMutableDictionaryRef dictionary() const;
56 RetainPtr<CFMutableDictionaryRef> m_dictionary;
/external/clang/test/Analysis/
H A Dsystem-header-simulator-objc.h111 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef in typeref:struct:__CFDictionary
112 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
113 void CFDictionarySetValue(CFMutableDictionaryRef, const void *, const void *);
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h50 typedef struct __CFDictionary* CFMutableDictionaryRef; typedef in typeref:struct:__CFDictionary
91 void wkSetSSLPeerCertificateData(CFMutableDictionaryRef, CFDataRef);
97 void wkSetClientCertificateInSSLProperties(CFMutableDictionaryRef, CFDataRef);

Completed in 105 milliseconds