Searched refs:isPlayStateSet (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DAnimationList.cpp48 FILL_UNSET_PROPERTY(isPlayStateSet, playState, setPlayState);
H A DAnimation.h50 bool isPlayStateSet() const { return m_playStateSet; } function in class:WebCore::Animation
/macosx-10.10/WebCore-7600.1.25/css/
H A DDeprecatedStyleBuilder.cpp2451 setPropertyHandler(CSSPropertyWebkitAnimationPlayState, ApplyPropertyAnimation<EAnimPlayState, &Animation::playState, &Animation::setPlayState, &Animation::isPlayStateSet, &Animation::clearPlayState, &Animation::initialAnimationPlayState, &CSSToStyleMap::mapAnimationPlayState, &RenderStyle::accessAnimations, &RenderStyle::animations>::createHandler());

Completed in 145 milliseconds