Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.h175 static const StylePropertyShorthand& animatableProperties();
DCSSAnimations.cpp487 …tylePropertyShorthand& propertyList = animateAll ? CSSAnimations::animatableProperties() : shortha… in calculateTransitionUpdate()
663 const StylePropertyShorthand& CSSAnimations::animatableProperties() in animatableProperties() function in blink::CSSAnimations