Searched refs:prefixingVariant (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StylePropertySet.cpp | 154 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propertyID); in removeShorthandProperty() local 155 if (prefixingVariant == propertyID) in removeShorthandProperty() 158 StylePropertyShorthand shorthandPrefixingVariant = shorthandForProperty(prefixingVariant); in removeShorthandProperty() 271 …exInShorthandVectorForPrefixingVariant(const CSSProperty& property, CSSPropertyID prefixingVariant) in getIndexInShorthandVectorForPrefixingVariant() argument 278 getMatchingShorthandsForLonghand(prefixingVariant, &shorthands); in getIndexInShorthandVectorForPrefixingVariant() 307 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(property.id()); in appendPrefixingVariantProperty() local 308 if (prefixingVariant == property.id()) in appendPrefixingVariantProperty() 311 …prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getInde… in appendPrefixingVariantProperty() 316 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(property.id()); in setPrefixingVariantProperty() local 317 CSSProperty* toReplace = findCSSPropertyWithID(prefixingVariant); in setPrefixingVariantProperty() [all …]
|
D | CSSParser-in.cpp | 1319 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propId); in addPropertyWithPrefixingVariant() local 1320 if (prefixingVariant == propId) in addPropertyWithPrefixingVariant() 1326 addProperty(prefixingVariant, val.release(), important, implicit); in addPropertyWithPrefixingVariant() 1329 addProperty(prefixingVariant, val.release(), important, implicit); in addPropertyWithPrefixingVariant()
|