HomeSort by relevance Sort by last modified time
    Searched refs:prefixingVariant (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 154 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propertyID);
155 if (prefixingVariant == propertyID)
158 StylePropertyShorthand shorthandPrefixingVariant = shorthandForProperty(prefixingVariant);
271 unsigned getIndexInShorthandVectorForPrefixingVariant(const CSSProperty& property, CSSPropertyID prefixingVariant)
277 return indexOfShorthandForLonghand(prefixedShorthand, matchingShorthandsForLonghand(prefixingVariant));
304 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(property.id());
305 if (prefixingVariant == property.id())
308 m_propertyVector.append(CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit));
313 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(property.id())
    [all...]
CSSParser-in.cpp     [all...]

Completed in 72 milliseconds