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()
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()
458 WillBeHeapVector<CSSProperty> newProperties; in removePropertiesInSet() local459 newProperties.reserveInitialCapacity(m_propertyVector.size()); in removePropertiesInSet()468 newProperties.append(property); in removePropertiesInSet()471 m_propertyVector = newProperties; in removePropertiesInSet()
150 Int32 *newProperties, /* 1 - new properties, 0 - old properties */ \