Home | History | Annotate | Download | only in parser

Lines Matching refs:animationProperties

1847     const StylePropertyShorthand& animationProperties = parsingShorthandForProperty(propId);
1853 ASSERT(numProperties == animationProperties.length());
1881 if (RefPtrWillBeRawPtr<CSSValue> val = parseAnimationProperty(animationProperties.properties()[i])) {
1900 addPropertyWithPrefixingVariant(animationProperties.properties()[i], values[i].release(), important);
1902 addProperty(animationProperties.properties()[i], values[i].release(), important);