Searched refs:animationProperties (Results 1 – 2 of 2) sorted by relevance
104 CSSPropertyID animationProperties[] = { in setPropertySwitchesFromRuntimeFeatures() local115 …setCSSPropertiesEnabled(animationProperties, WTF_ARRAY_LENGTH(animationProperties), RuntimeEnabled… in setPropertySwitchesFromRuntimeFeatures()
3067 const StylePropertyShorthand& animationProperties = parsingShorthandForProperty(propId); in parseAnimationShorthand() local3073 ASSERT(numProperties == animationProperties.length()); in parseAnimationShorthand()3102 if (parseAnimationProperty(animationProperties.properties()[i], val, context)) { in parseAnimationShorthand()3121 addProperty(animationProperties.properties()[i], values[i].release(), important); in parseAnimationShorthand()