HomeSort by relevance Sort by last modified time
    Searched refs:CFMutableDictionaryRef (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Source/WebKit/win/
CFDictionaryPropertyBag.h 33 typedef struct __CFDictionary* CFMutableDictionaryRef;
43 void setDictionary(CFMutableDictionaryRef dictionary);
44 CFMutableDictionaryRef dictionary() const;
56 RetainPtr<CFMutableDictionaryRef> m_dictionary;
CFDictionaryPropertyBag.cpp 53 void CFDictionaryPropertyBag::setDictionary(CFMutableDictionaryRef dictionary)
58 CFMutableDictionaryRef CFDictionaryPropertyBag::dictionary() const
WebHistory.h 160 RetainPtr<CFMutableDictionaryRef> m_entriesByURL;
WebCache.cpp 110 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
WebDatabaseManager.cpp 401 RetainPtr<CFMutableDictionaryRef> userInfo(AdoptCF, CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
WebIconDatabase.cpp 396 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
WebPreferences.h 481 RetainPtr<CFMutableDictionaryRef> m_privatePrefs;
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.h 52 RetainPtr<CFMutableDictionaryRef> _methods;
53 RetainPtr<CFMutableDictionaryRef> _fields;
objc_class.mm 55 static CFMutableDictionaryRef classesByIsA = 0;
  /external/chromium/chrome/browser/
preferences_mock_mac.h 29 base::mac::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
  /external/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.cpp 57 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> resourcePropertyList = (CFMutableDictionaryRef)CFArrayGetValueAtIndex(resources.get(), 0)
    [all...]
  /external/chromium/chrome/common/
launchd_mac.h 61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
  /external/webkit/Source/WebCore/platform/graphics/win/
QTPixelBuffer.cpp 37 static OSStatus SetNumberValue(CFMutableDictionaryRef inDict, CFStringRef inKey, SInt32 inValue)
55 CFMutableDictionaryRef pixelBufferAttributes = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 116 typedef struct __CFDictionary * CFMutableDictionaryRef;
117 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
118 void CFDictionarySetValue(CFMutableDictionaryRef, const void *, const void *);
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 50 typedef struct __CFDictionary* CFMutableDictionaryRef;
91 void wkSetSSLPeerCertificateData(CFMutableDictionaryRef, CFDataRef);
97 void wkSetClientCertificateInSSLProperties(CFMutableDictionaryRef, CFDataRef);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 111 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/
WebNSDictionaryExtras.m 87 CFDictionarySetValue((CFMutableDictionaryRef)self, key, object);
WebElementDictionary.mm 50 static CFMutableDictionaryRef lookupTable = NULL;
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceErrorCF.cpp 135 RetainPtr<CFMutableDictionaryRef> userInfo(AdoptCF, CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 73 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/
JavaScriptGlue.cpp 492 CFDictionarySetValue((CFMutableDictionaryRef)data, propertyName, cfValue);
513 CFDictionaryRemoveValue((CFMutableDictionaryRef)data, propertyName);
JSUtils.cpp 338 CFDictionaryAddValue((CFMutableDictionaryRef)result, cfKey, cfValue);
  /external/webkit/Source/WebKit/mac/Carbon/
HIViewAdapter.m 47 static CFMutableDictionaryRef sViewMap;
  /system/core/fastboot/
usb_osx.c 383 CFMutableDictionaryRef matchingDict;
  /external/webkit/Source/WebKit2/Shared/cf/
ArgumentCodersCF.cpp 311 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF, CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));

Completed in 779 milliseconds

1 2