Searched refs:newProperties (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.cpp525 CFMutableDictionaryRef newProperties; local
532 newProperties = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
533 if ( !newProperties )
556 CFDictionarySetValue(newProperties, keys[index], value);
562 return newProperties;
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.cpp1117 Vector<CSSProperty> newProperties; local
1118 newProperties.reserveInitialCapacity(m_propertyVector.size());
1128 newProperties.append(property);
1131 bool changed = newProperties.size() != m_propertyVector.size();
1132 m_propertyVector = newProperties;
H A DStyleResolver.cpp244 StyleResolver::MatchedProperties& newProperties = matchedProperties.last(); local
245 newProperties.properties = const_cast<StyleProperties*>(&properties);
246 newProperties.linkMatchType = linkMatchType;
247 newProperties.whitelistType = propertyWhitelistType;
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertions.c122 static IOReturn doCreate(pid_t pid, CFMutableDictionaryRef newProperties,
3486 CFMutableDictionaryRef newProperties,
3526 assertion->props = newProperties;
3527 CFRetain(newProperties);
3484 doCreate( pid_t pid, CFMutableDictionaryRef newProperties, IOPMAssertionID *assertion_id, ProcessInfo **procInfo ) argument

Completed in 97 milliseconds