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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDEventServiceClass.cpp587 CFMutableDictionaryRef newProperties; local
594 newProperties = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
595 if ( !newProperties )
618 CFDictionarySetValue(newProperties, keys[index], value);
624 return newProperties;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStylePropertySet.cpp1106 Vector<CSSProperty> newProperties; local
1107 newProperties.reserveInitialCapacity(m_propertyVector.size());
1117 newProperties.append(property);
1120 bool changed = newProperties.size() != m_propertyVector.size();
1121 m_propertyVector = newProperties;
H A DStyleResolver.cpp228 StyleResolver::MatchedProperties& newProperties = matchedProperties.last(); local
229 newProperties.properties = const_cast<StylePropertySet*>(properties);
230 newProperties.linkMatchType = linkMatchType;
231 newProperties.whitelistType = propertyWhitelistType;
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMAssertions.c155 static IOReturn doCreate(pid_t pid, CFMutableDictionaryRef newProperties,
3681 CFMutableDictionaryRef newProperties,
3720 assertion->props = newProperties;
3721 CFRetain(newProperties);
3679 doCreate( pid_t pid, CFMutableDictionaryRef newProperties, IOPMAssertionID *assertion_id, ProcessInfo **procInfo ) argument

Completed in 136 milliseconds