Searched refs:removePropertiesInSet (Results 1 – 3 of 3) sorted by relevance
152 bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length()); in removeShorthandProperty()159 …return removePropertiesInSet(shorthandPrefixingVariant.properties(), shorthandPrefixingVariant.len… in removeShorthandProperty()251 removePropertiesInSet(shorthand.properties(), shorthand.length()); in setProperty()450 removePropertiesInSet(blockProperties().data(), blockProperties().size()); in removeBlockProperties()453 bool MutableStylePropertySet::removePropertiesInSet(const CSSPropertyID* set, unsigned length) in removePropertiesInSet() function in WebCore::MutableStylePropertySet566 return removePropertiesInSet(&variablesId, 1); in clearVariables()
210 bool removePropertiesInSet(const CSSPropertyID* set, unsigned length);
694 difference->removePropertiesInSet(textOnlyProperties, WTF_ARRAY_LENGTH(textOnlyProperties)); in triStateOfStyle()1188 …styleToRemovePropertiesFrom->removePropertiesInSet(propertiesToRemove.data(), propertiesToRemove.s… in removePropertiesInStyle()