Searched defs:animationName (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWebKitAnimationEvent.cpp51 WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) argument
62 const String& WebKitAnimationEvent::animationName() const function in class:WebCore::WebKitAnimationEvent
H A DWebKitAnimationEvent.h36 String animationName; member in struct:WebCore::WebKitAnimationEventInit
46 static PassRefPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DKeyframeList.h66 KeyframeList(RenderObject*, const AtomicString& animationName) argument
77 const AtomicString& animationName() const { return m_animationName; } function in class:WebCore::KeyframeList
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h233 LayerPropertyAnimation(PassRefPtr<PlatformClutterAnimation> caAnimation, const String& animationName, AnimatedPropertyID property, int index, double timeOffset) argument
[all...]
H A DGraphicsLayerClutter.cpp219 static String animationIdentifier(const String& animationName, AnimatedPropertyID property, int index) argument
1169 bool GraphicsLayerClutter::appendToUncommittedAnimations(const KeyframeValueList& valueList, const TransformOperations* operations, const Animation* animation, const String& animationName, const IntSize& boxSize, int animationIndex, double timeOffset, bool isMatrixAnimation) argument
1192 bool GraphicsLayerClutter::createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& animationName, double timeOffset, const IntSize& boxSize) argument
1224 bool GraphicsLayerClutter::createAnimationFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& animationName, double timeOffset) argument
1252 bool GraphicsLayerClutter::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& animationName, double timeOffset) argument
1276 removeAnimation(const String& animationName) argument
1285 removeClutterAnimationFromLayer(AnimatedPropertyID property, const String& animationName, int index) argument
1299 pauseClutterAnimationOnLayer(AnimatedPropertyID property, const String& animationName, int index, double timeOffset) argument
1304 setAnimationOnLayer(PlatformClutterAnimation* clutterAnim, AnimatedPropertyID property, const String& animationName, int index, double timeOffset) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp657 void GraphicsLayerTextureMapper::pauseAnimation(const String& animationName, double timeOffset) argument
662 void GraphicsLayerTextureMapper::removeAnimation(const String& animationName) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsLayerBlackBerry.cpp400 static PassRefPtr<LayerAnimation> removeAnimationByName(const String& animationName, Vector<RefPtr<LayerAnimation> >& list) argument
413 bool GraphicsLayerBlackBerry::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const Animation* animation, const String& animationName, double timeOffset) argument
442 void GraphicsLayerBlackBerry::pauseAnimation(const String& animationName, double timeOffset) argument
468 void GraphicsLayerBlackBerry::removeAnimation(const String& animationName) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.cpp1225 void CoordinatedGraphicsLayer::pauseAnimation(const String& animationName, double time) argument
1231 void CoordinatedGraphicsLayer::removeAnimation(const String& animationName) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.cpp2138 void RenderLayerBacking::animationPaused(double timeOffset, const String& animationName) argument
2143 void RenderLayerBacking::animationFinished(const String& animationName) argument
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp442 bool Internals::pauseAnimationAtTimeOnElement(const String& animationName, double pauseTime, Element* element, ExceptionCode& ec) argument
452 bool Internals::pauseAnimationAtTimeOnPseudoElement(const String& animationName, double pauseTime, Element* element, const String& pseudoId, ExceptionCode& ec) argument
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebFrame.cpp1205 HRESULT WebFrame::pauseAnimation(BSTR animationName, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.cpp247 static String animationIdentifier(const String& animationName, AnimatedPropertyID property, int index, int subIndex) argument
699 bool GraphicsLayerCA::addAnimation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const String& animationName, double timeOffset) argument
729 void GraphicsLayerCA::pauseAnimation(const String& animationName, double timeOffset) argument
746 removeAnimation(const String& animationName) argument
1945 setAnimationOnLayer(PlatformCAAnimation* caAnim, AnimatedPropertyID property, const String& animationName, int index, int subIndex, double timeOffset) argument
1984 removeCAAnimationFromLayer(AnimatedPropertyID property, const String& animationName, int index, int subIndex) argument
2009 pauseCAAnimationOnLayer(AnimatedPropertyID property, const String& animationName, int index, int subIndex, double timeOffset) argument
2056 createAnimationFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& animationName, double timeOffset) argument
2084 appendToUncommittedAnimations(const KeyframeValueList& valueList, const TransformOperations* operations, const Animation* animation, const String& animationName, const IntSize& boxSize, int animationIndex, double timeOffset, bool isMatrixAnimation) argument
2107 createTransformAnimationsFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& animationName, double timeOffset, const IntSize& boxSize) argument
2160 appendToUncommittedAnimations(const KeyframeValueList& valueList, const FilterOperation* operation, const Animation* animation, const String& animationName, int animationIndex, double timeOffset) argument
2195 createFilterAnimationsFromKeyframes(const KeyframeValueList& valueList, const Animation* animation, const String& animationName, double timeOffset) argument
[all...]

Completed in 282 milliseconds