Searched refs:setAutoreverses (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCAAnimation.h91 void setAutoreverses(bool);
H A DGraphicsLayerCA.cpp2269 propertyAnim->setAutoreverses(anim->direction() == Animation::AnimationDirectionAlternate || anim->direction() == Animation::AnimationDirectionAlternateReverse);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DPlatformClutterAnimation.h86 void setAutoreverses(bool);
H A DPlatformClutterAnimation.cpp227 void PlatformClutterAnimation::setAutoreverses(bool value) function in class:WebCore::PlatformClutterAnimation
H A DGraphicsLayerClutter.cpp1009 propertyAnim->setAutoreverses(anim->direction() == Animation::AnimationDirectionAlternate || anim->direction() == Animation::AnimationDirectionAlternateReverse);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm196 animation->setAutoreverses(autoreverses());
299 void PlatformCAAnimation::setAutoreverses(bool value)
301 [m_animation.get() setAutoreverses:value];
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp190 animation->setAutoreverses(autoreverses());
285 void PlatformCAAnimation::setAutoreverses(bool value) function in class:PlatformCAAnimation

Completed in 169 milliseconds