Searched defs:removePropertiesInSet (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp180 bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length());
187 return removePropertiesInSet(shorthandPrefixingVariant.properties(), shorthandPrefixingVariant.length());
279 removePropertiesInSet(shorthand.properties(), shorthand.length());
435 removePropertiesInSet(blockProperties().data(), blockProperties().size());
447 bool MutableStylePropertySet::removePropertiesInSet(const CSSPropertyID* set, unsigned length) function in class:blink::MutableStylePropertySet

Completed in 48 milliseconds