Searched refs:newProperties (Results 1 – 4 of 4) sorted by relevance
49 MatchedProperties& newProperties = matchedProperties.last(); in addMatchedProperties() local50 newProperties.properties = const_cast<StylePropertySet*>(properties); in addMatchedProperties()51 newProperties.linkMatchType = linkMatchType; in addMatchedProperties()52 newProperties.whitelistType = propertyWhitelistType; in addMatchedProperties()
463 Vector<CSSProperty> newProperties; in removePropertiesInSet() local464 newProperties.reserveInitialCapacity(m_propertyVector.size()); in removePropertiesInSet()474 newProperties.append(property); in removePropertiesInSet()477 bool changed = newProperties.size() != m_propertyVector.size(); in removePropertiesInSet()478 m_propertyVector = newProperties; in removePropertiesInSet()
447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);504 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive) in GetUpdateItemInfo() argument508 if (newProperties != NULL) in GetUpdateItemInfo()509 *newProperties = BoolToInt(true); in GetUpdateItemInfo()
150 Int32 *newProperties, /* 1 - new properties, 0 - old properties */ \