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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayerAnimation.h95 const Vector<GraphicsLayerAnimation>& animations() const { return m_animations; } function in class:WebCore::GraphicsLayerAnimations
96 Vector<GraphicsLayerAnimation>& animations() { return m_animations; } function in class:WebCore::GraphicsLayerAnimations
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h222 HashMap<String, RefPtr<PlatformCAAnimation> >& animations() { return m_animations; } function in class:WebCore::PlatformCALayer
H A DGraphicsLayerCA.cpp1889 const Vector<LayerPropertyAnimation>& animations = animationIt->value; local
1917 Vector<LayerPropertyAnimation> animations; local
1921 Vector<LayerPropertyAnimation>& animations = it->value; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerWebKitThread.cpp499 void LayerWebKitThread::setRunningAnimations(const Vector<RefPtr<LayerAnimation> >& animations) argument
506 void LayerWebKitThread::setSuspendedAnimations(const Vector<RefPtr<LayerAnimation> >& animations) argument
H A DLayerCompositingThread.h87 const Vector<RefPtr<LayerAnimation> >& animations() const { return m_animations; } function in class:WebCore::LayerOverride
227 void setRunningAnimations(const Vector<RefPtr<LayerAnimation> >& animations) { m_runningAnimations = animations; } argument
228 void setSuspendedAnimations(const Vector<RefPtr<LayerAnimation> >& animations) { m_suspendedAnimations = animations; } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp650 void GraphicsLayerTextureMapper::setAnimations(const GraphicsLayerAnimations& animations) argument
H A DTextureMapperLayer.cpp650 void TextureMapperLayer::setAnimations(const GraphicsLayerAnimations& animations) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsState.h158 GraphicsLayerAnimations animations; member in struct:WebCore::CoordinatedGraphicsLayerState
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp774 void ArgumentCoder<GraphicsLayerAnimations>::encode(ArgumentEncoder& encoder, const GraphicsLayerAnimations& animations) argument
779 bool ArgumentCoder<GraphicsLayerAnimations>::decode(ArgumentDecoder& decoder, GraphicsLayerAnimations& animations) argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp1638 static const AnimationList* animations(RenderStyle* style) { return (style->*immutableAnimationGetterFunction)(); } function in class:WebCore::ApplyPropertyAnimation
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.cpp596 const Vector<LayerPropertyAnimation>& animations = animationIt->value; local
624 Vector<LayerPropertyAnimation> animations; local
628 Vector<LayerPropertyAnimation>& animations = it->value; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h906 const AnimationList* animations() const { return rareNonInheritedData->m_animations.get(); } function in class:WebCore::RenderStyle

Completed in 248 milliseconds