removePropertiesInSet  180 Source/core/css/StylePropertySet.cpp     bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length());
removePropertiesInSet  187 Source/core/css/StylePropertySet.cpp     return removePropertiesInSet(shorthandPrefixingVariant.properties(), shorthandPrefixingVariant.length());
removePropertiesInSet  279 Source/core/css/StylePropertySet.cpp     removePropertiesInSet(shorthand.properties(), shorthand.length());
removePropertiesInSet  441 Source/core/css/StylePropertySet.cpp     removePropertiesInSet(blockProperties().data(), blockProperties().size());
removePropertiesInSet  220 Source/core/css/StylePropertySet.h     bool removePropertiesInSet(const CSSPropertyID* set, unsigned length);
removePropertiesInSet  679 Source/core/editing/EditingStyle.cpp         difference->removePropertiesInSet(textOnlyProperties, WTF_ARRAY_LENGTH(textOnlyProperties));
removePropertiesInSet 1174 Source/core/editing/EditingStyle.cpp     styleToRemovePropertiesFrom->removePropertiesInSet(propertiesToRemove.data(), propertiesToRemove.size());