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

/macosx-10.10.1/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.1/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.1/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.1/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.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCAAnimationRemote.mm70 - (void)animationDidStart:(CAAnimation *)animation

Completed in 211 milliseconds