Home
last modified time | relevance | path

Searched refs:removePropertiesInSet (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp152 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::MutableStylePropertySet
566 return removePropertiesInSet(&variablesId, 1); in clearVariables()
DStylePropertySet.h210 bool removePropertiesInSet(const CSSPropertyID* set, unsigned length);
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp694 difference->removePropertiesInSet(textOnlyProperties, WTF_ARRAY_LENGTH(textOnlyProperties)); in triStateOfStyle()
1188 …styleToRemovePropertiesFrom->removePropertiesInSet(propertiesToRemove.data(), propertiesToRemove.s… in removePropertiesInStyle()