Searched refs:animationStarted (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedPathSegListPropertyTearOff.h69 using SVGAnimatedListPropertyTearOff<SVGPathSegList>::animationStarted;
70 void animationStarted(SVGPathByteStream* byteStream, const SVGPathSegList* baseValue) function in class:WebCore::SVGAnimatedPathSegListPropertyTearOff
79 SVGAnimatedListPropertyTearOff<SVGPathSegList>::animationStarted(copy, true);
H A DSVGAnimatedStaticPropertyTearOff.h69 void animationStarted(PropertyType* newAnimVal) function in class:WebCore::SVGAnimatedStaticPropertyTearOff
H A DSVGAnimatedPropertyTearOff.h79 void animationStarted(PropertyType* newAnimVal) function in class:WebCore::SVGAnimatedPropertyTearOff
H A DSVGAnimatedListPropertyTearOff.h91 void animationStarted(PropertyType* newAnimVal, bool shouldOwnValues = false) function in class:WebCore::SVGAnimatedListPropertyTearOff
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h104 void animationStarted(CFTimeInterval beginTime);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedPath.cpp63 result[i]->animationStarted(byteStream.get(), &baseValue);
H A DSVGAnimatedTypeAnimator.h272 property->animationStarted(type);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp303 // All pending animations will have been started with the flush. Fire the animationStarted calls.
316 (*it)->animationStarted(currentTime);
H A DPlatformCALayerWin.cpp194 void PlatformCALayer::animationStarted(CFTimeInterval beginTime) function in class:PlatformCALayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm93 m_owner->animationStarted(startTime);
294 // Remove the owner pointer from the delegate in case there is a pending animationStarted event.
319 void PlatformCALayer::animationStarted(CFTimeInterval beginTime)

Completed in 130 milliseconds