Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp154 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propertyID); in removeShorthandProperty()
192 int foundPropertyIndex = findPropertyIndex(prefixingVariantForPropertyId(propertyID)); in removePrefixedOrUnprefixedProperty()
276 CSSPropertyID prefixedShorthand = prefixingVariantForPropertyId(property.shorthandID()); in getIndexInShorthandVectorForPrefixingVariant()
307 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(property.id()); in appendPrefixingVariantProperty()
316 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(property.id()); in setPrefixingVariantProperty()
DCSSProperty.h91 inline CSSPropertyID prefixingVariantForPropertyId(CSSPropertyID propId) in prefixingVariantForPropertyId() function
DCSSParser-in.cpp1319 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propId); in addPropertyWithPrefixingVariant()
1325 m_currentShorthand = prefixingVariantForPropertyId(m_currentShorthand); in addPropertyWithPrefixingVariant()
1327 m_currentShorthand = prefixingVariantForPropertyId(m_currentShorthand); in addPropertyWithPrefixingVariant()