Searched refs:prefixingVariant (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp154 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propertyID); local
155 if (prefixingVariant == propertyID)
158 StylePropertyShorthand shorthandPrefixingVariant = shorthandForProperty(prefixingVariant);
271 unsigned getIndexInShorthandVectorForPrefixingVariant(const CSSProperty& property, CSSPropertyID prefixingVariant) argument
278 getMatchingShorthandsForLonghand(prefixingVariant, &shorthands);
307 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(property.id()); local
308 if (prefixingVariant == property.id())
311 m_propertyVector.append(CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit));
316 CSSPropertyID prefixingVariant local
[all...]
H A DCSSParser-in.cpp1319 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propId); local
1320 if (prefixingVariant == propId)
1326 addProperty(prefixingVariant, val.release(), important, implicit);
1329 addProperty(prefixingVariant, val.release(), important, implicit);

Completed in 1636 milliseconds