Home
last modified time | relevance | path

Searched refs:animationProperties (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DRuntimeCSSEnabled.cpp104 CSSPropertyID animationProperties[] = { in setPropertySwitchesFromRuntimeFeatures() local
115 …setCSSPropertiesEnabled(animationProperties, WTF_ARRAY_LENGTH(animationProperties), RuntimeEnabled… in setPropertySwitchesFromRuntimeFeatures()
DCSSParser-in.cpp3067 const StylePropertyShorthand& animationProperties = parsingShorthandForProperty(propId); in parseAnimationShorthand() local
3073 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()