Home
last modified time | relevance | path

Searched refs:initialAnimationFillMode (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/animation/
DAnimation.cpp35 , m_fillMode(initialAnimationFillMode()) in Animation()
DAnimation.h155 static unsigned initialAnimationFillMode() { return AnimationFillModeNone; } in initialAnimationFillMode() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp6521 layer->setFillMode(Animation::initialAnimationFillMode()); in mapAnimationFillMode()