Searched refs:setDictionary (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/PowerManagement-494.1.2/IOPSCreatePowerSource-simple/
H A DIOPSCreatePowerSource-simple.c43 CFMutableDictionaryRef setDictionary = NULL; local
53 setDictionary = CFDictionaryCreateMutableCopy(0, 0, useDictionary);
54 if (setDictionary) {
55 CFDictionarySetValue(setDictionary, CFSTR(kIOPSNameKey), useName);
60 if (!setDictionary) {
71 ret = IOPSSetPowerSourceDetails(psid, setDictionary);
76 CFRelease(setDictionary);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DCFDictionaryPropertyBag.h43 void setDictionary(CFMutableDictionaryRef dictionary);
H A DWebCache.cpp133 propBag->setDictionary(dictionary.get());
156 propBag->setDictionary(dictionary.get());
179 propBag->setDictionary(dictionary.get());
202 propBag->setDictionary(dictionary.get());
225 propBag->setDictionary(dictionary.get());
248 propBag->setDictionary(dictionary.get());
H A DCFDictionaryPropertyBag.cpp53 void CFDictionaryPropertyBag::setDictionary(CFMutableDictionaryRef dictionary) function in class:CFDictionaryPropertyBag
H A DWebHistory.cpp75 result->setDictionary(dictionary.get());
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DCKDKeyValueStore.m303 [mall->store setDictionary:anObject];
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1119 userInfoBag->setDictionary(userInfo.get());

Completed in 83 milliseconds