Searched refs:CFMutableDictionaryRef (Results 1 - 25 of 32) sorted by relevance

12

/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;
H A DCFDictionaryPropertyBag.cpp53 void CFDictionaryPropertyBag::setDictionary(CFMutableDictionaryRef dictionary)
58 CFMutableDictionaryRef CFDictionaryPropertyBag::dictionary() const
H A DWebHistory.h160 RetainPtr<CFMutableDictionaryRef> m_entriesByURL;
H A DWebCache.cpp110 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
H A DWebDatabaseManager.cpp401 RetainPtr<CFMutableDictionaryRef> userInfo(AdoptCF, CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
H A DWebIconDatabase.cpp396 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
H A DWebPreferences.h481 RetainPtr<CFMutableDictionaryRef> m_privatePrefs;
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_class.h52 RetainPtr<CFMutableDictionaryRef> _methods;
53 RetainPtr<CFMutableDictionaryRef> _fields;
H A Dobjc_class.mm55 static CFMutableDictionaryRef classesByIsA = 0;
/external/webkit/Tools/DumpRenderTree/cf/
H A DWebArchiveDumpSupport.cpp57 static void convertWebResourceDataToString(CFMutableDictionaryRef resource)
79 static void normalizeHTTPResponseHeaderFields(CFMutableDictionaryRef fields)
106 static void convertWebResourceResponseToDictionary(CFMutableDictionaryRef propertyList)
116 RetainPtr<CFMutableDictionaryRef> responseDictionary(AdoptCF, CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
136 RetainPtr<CFMutableDictionaryRef> allHeaderFields(AdoptCF, CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, allHeaders.get()));
165 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, (CFMutableDictionaryRef)CFPropertyListCreateFromStream(kCFAllocatorDefault, readStream.get(), bytesCount, kCFPropertyListMutableContainersAndLeaves, &format, 0));
168 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, (CFMutableDictionaryRef)CFPropertyListCreateWithData(kCFAllocatorDefault, webArchiveData, kCFPropertyListMutableContainersAndLeaves, &format, &error));
181 RetainPtr<CFMutableDictionaryRef> resourcePropertyLis
[all...]
/external/chromium/chrome/browser/
H A Dpreferences_mock_mac.h29 base::mac::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
/external/chromium/chrome/common/
H A Dlaunchd_mac.h61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
H A Dservice_process_util_unittest.cc307 virtual CFMutableDictionaryRef CreatePlistFromFile(
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTPixelBuffer.cpp37 static OSStatus SetNumberValue(CFMutableDictionaryRef inDict, CFStringRef inKey, SInt32 inValue)
55 CFMutableDictionaryRef pixelBufferAttributes = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/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);
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c111 static void HIDGetCollectionElements (CFMutableDictionaryRef deviceProperties, recDevice *pDevice);
349 HIDGetCollectionElements ((CFMutableDictionaryRef) refElement, pDevice);
398 static void HIDGetCollectionElements (CFMutableDictionaryRef deviceProperties, recDevice *pDevice)
422 static void HIDGetDeviceInfo (io_object_t hidDevice, CFMutableDictionaryRef hidProperties, recDevice *pDevice)
424 CFMutableDictionaryRef usbProperties = 0;
495 CFMutableDictionaryRef hidProperties = 0;
575 CFMutableDictionaryRef hidMatchDictionary = NULL;
613 SDL_SetError("Joystick: Failed to get HID CFMutableDictionaryRef via IOServiceMatching.");
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSDictionaryExtras.m87 CFDictionarySetValue((CFMutableDictionaryRef)self, key, object);
H A DWebElementDictionary.mm50 static CFMutableDictionaryRef lookupTable = NULL;
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceErrorCF.cpp135 RetainPtr<CFMutableDictionaryRef> userInfo(AdoptCF, CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
/external/webkit/Source/WebCore/loader/archive/cf/
H A DLegacyWebArchive.cpp73 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 3, 0, 0));
80 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 6, 0, &kCFTypeDictionaryValueCallBacks));
132 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 3, 0, &kCFTypeDictionaryValueCallBacks));
/external/webkit/Source/JavaScriptGlue/
H A DJavaScriptGlue.cpp492 CFDictionarySetValue((CFMutableDictionaryRef)data, propertyName, cfValue);
513 CFDictionaryRemoveValue((CFMutableDictionaryRef)data, propertyName);
H A DJSUtils.cpp338 CFDictionaryAddValue((CFMutableDictionaryRef)result, cfKey, cfValue);
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIViewAdapter.m47 static CFMutableDictionaryRef sViewMap;
/external/webkit/Source/WebKit2/Shared/cf/
H A DArgumentCodersCF.cpp311 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF, CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));

Completed in 529 milliseconds

12