Home
last modified time | relevance | path

Searched refs:setPlayState (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/animation/
DAnimationList.cpp48 FILL_UNSET_PROPERTY(isPlayStateSet, playState, setPlayState); in fillUnsetProperties()
DAnimation.h106 void setPlayState(EAnimPlayState d) { m_playState = d; m_playStateSet = true; } in setPlayState() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp6582 layer->setPlayState(Animation::initialAnimationPlayState()); in mapAnimationPlayState()
6591 layer->setPlayState(playState); in mapAnimationPlayState()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0620665 (WebCore::Animation::setPlayState):