Searched refs:CAAnimation (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_caanimation.py10 self.failUnlessResultIsBOOL(CAAnimation.shouldArchiveValueForKey_)
11 self.failUnlessResultIsBOOL(CAAnimation.isRemovedOnCompletion)
12 self.failUnlessArgIsBOOL(CAAnimation.setRemovedOnCompletion_, 0)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_caanimation.py11 self.assertResultIsBOOL(CAAnimation.shouldArchiveValueForKey_)
12 self.assertResultIsBOOL(CAAnimation.isRemovedOnCompletion)
13 self.assertArgIsBOOL(CAAnimation.setRemovedOnCompletion_, 0)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_caanimation.py16 self.assertResultIsBOOL(CAAnimation.shouldArchiveValueForKey_)
17 self.assertResultIsBOOL(CAAnimation.isRemovedOnCompletion)
18 self.assertArgIsBOOL(CAAnimation.setRemovedOnCompletion_, 0)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DRemoteLayerTreeHost.h35 OBJC_CLASS CAAnimation; variable
62 void animationDidStart(WebCore::GraphicsLayer::PlatformLayerID, CAAnimation *, double startTime);
H A DRemoteLayerTreeHost.mm137 void RemoteLayerTreeHost::animationDidStart(WebCore::GraphicsLayer::PlatformLayerID layerID, CAAnimation *animation, double startTime)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.h34 OBJC_CLASS CAAnimation; variable
46 bool hasExplicitBeginTime(CAAnimation *);
47 void setHasExplicitBeginTime(CAAnimation *, bool);
H A DPlatformCAAnimationMac.mm40 bool WebCore::hasExplicitBeginTime(CAAnimation *animation)
45 void WebCore::setHasExplicitBeginTime(CAAnimation *animation, bool value)
173 if ([static_cast<CAAnimation*>(animation) isKindOfClass:[CABasicAnimation class]])
175 else if ([static_cast<CAAnimation*>(animation) isKindOfClass:[CAKeyframeAnimation class]])
H A DPlatformCALayerMac.mm105 - (void)animationDidStart:(CAAnimation *)anim;
112 - (void)animationDidStart:(CAAnimation *)animation
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCAAnimationRemote.mm70 - (void)animationDidStart:(CAAnimation *)animation

Completed in 283 milliseconds