Searched defs:animation (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebAnimation_p.h45 RefPtr<WebCore::Animation> animation; member in class:BlackBerry::WebKit::WebAnimationPrivate
H A DWebOverlayOverride.cpp76 void WebOverlayOverride::addAnimation(const WebAnimation& animation) argument
H A DWebOverlay.cpp135 void WebOverlay::addAnimation(const WebAnimation& animation) argument
316 void WebOverlayPrivateWebKitThread::addAnimation(const String& name, Animation* animation, const KeyframeValueList& keyframes) argument
613 void WebOverlayPrivateCompositingThread::addAnimation(const String& name, Animation* animation, const KeyframeValueList& keyframes) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/animation/
H A DAnimationList.h54 Animation* animation(size_t i) { return m_animations[i].get(); } function in class:WebCore::AnimationList
55 const Animation* animation(size_t i) const { return m_animations[i].get(); } function in class:WebCore::AnimationList
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DKeyframeAnimation.h44 static PassRefPtr<KeyframeAnimation> create(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compositeAnimation, RenderStyle* unanimatedStyle) argument
H A DImplicitAnimation.h42 static PassRefPtr<ImplicitAnimation> create(const Animation* animation, CSSPropertyID animatingProperty, RenderObject* renderer, CompositeAnimation* compositeAnimation, RenderStyle* fromStyle) argument
H A DCompositeAnimation.cpp177 RefPtr<ImplicitAnimation> animation = ImplicitAnimation::create(const_cast<Animation*>(anim), prop, renderer, this, modifiedCurrentStyle ? modifiedCurrentStyle.get() : fromStyle); local
372 KeyframeAnimation* animation = it->value.get(); local
[all...]
H A DAnimationBase.h193 const Animation* animation() const { return m_animation.get(); } function in class:WebCore::AnimationBase
[all...]
H A DAnimationController.cpp81 RefPtr<CompositeAnimation> animation = m_compositeAnimations.take(renderer); local
247 const CompositeAnimation* animation = m_compositeAnimations.get(renderer); local
256 const CompositeAnimation* animation = m_compositeAnimations.get(renderer); local
410 addToAnimationsWaitingForStyle(AnimationBase* animation) argument
434 addToAnimationsWaitingForStartTimeResponse(AnimationBase* animation, bool willGetResponse) argument
481 animationWillBeRemoved(AnimationBase* animation) argument
[all...]
H A DKeyframeAnimation.cpp45 KeyframeAnimation::KeyframeAnimation(const Animation* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, RenderStyle* unanimatedStyle) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayerAnimation.h64 PassRefPtr<Animation> animation() const { return m_animation.get(); } function in class:WebCore::GraphicsLayerAnimation
H A DGraphicsLayerAnimation.cpp216 GraphicsLayerAnimation::GraphicsLayerAnimation(const String& name, const KeyframeValueList& keyframes, const IntSize& boxSize, const Animation* animation, double startTime, bool listsMatch) argument
344 void GraphicsLayerAnimations::add(const GraphicsLayerAnimation& animation) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSToStyleMap.cpp302 void CSSToStyleMap::mapAnimationDelay(Animation* animation, CSSValue* value) argument
343 void CSSToStyleMap::mapAnimationDuration(Animation* animation, CSSValue* value) argument
384 void CSSToStyleMap::mapAnimationIterationCount(Animation* animation, CSSValue* value) argument
433 mapAnimationProperty(Animation* animation, CSSValue* value) argument
457 mapAnimationTimingFunction(Animation* animation, CSSValue* value) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrame.h297 inline AnimationController* Frame::animation() const function in class:WebCore::Frame
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerAnimation.h41 static PassRefPtr<LayerAnimation> create(const KeyframeValueList& values, const IntSize& boxSize, const Animation* animation, const String& name, double timeOffset) argument
48 LayerAnimation* animation = new LayerAnimation(*this); local
69 static int idFromAnimation(const Animation* animation) { return reinterpret_cast<int>(animation); } argument
89 LayerAnimation(const KeyframeValueList& values, const IntSize& boxSize, const Animation* animation, const String& name, double timeOffset) argument
[all...]
H A DLayerCompositingThread.cpp487 LayerAnimation* animation = m_suspendedAnimations[i].get(); local
497 LayerAnimation* animation = m_runningAnimations[i].get(); local
518 LayerAnimation* animation local
[all...]
H A DLayerCompositingThread.h88 void addAnimation(PassRefPtr<LayerAnimation> animation) { m_animations.append(animation); } argument
224 void addAnimation(LayerAnimation* animation) { m_runningAnimations.append(animation); } argument
H A DGraphicsLayerBlackBerry.cpp413 bool GraphicsLayerBlackBerry::addAnimation(const KeyframeValueList& values, const IntSize& boxSize, const Animation* animation, const String& animationName, double timeOffset) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp151 PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(PlatformAnimationRef animation) argument
167 PlatformCAAnimation::PlatformCAAnimation(PlatformAnimationRef animation) argument
183 RefPtr<PlatformCAAnimation> animation = create(animationType(), keyPath()); local
[all...]
H A DPlatformCALayerWin.cpp324 void PlatformCALayer::addAnimationForKey(const String& key, PlatformCAAnimation* animation) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/animation/
H A DSMILTimeContainer.cpp64 void SMILTimeContainer::schedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName) argument
86 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName) argument
280 SVGSMILElement* animation local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCSSMetadata.js[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DPlatformClutterAnimation.cpp49 static void timelineStartedCallback(ClutterTimeline*, PlatformClutterAnimation* animation) argument
120 PassRefPtr<PlatformClutterAnimation> PlatformClutterAnimation::create(PlatformClutterAnimation* animation) argument
138 PlatformClutterAnimation::PlatformClutterAnimation(const PlatformClutterAnimation* animation) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp636 void ArgumentCoder<GraphicsLayerAnimation>::encode(ArgumentEncoder& encoder, const GraphicsLayerAnimation& animation) argument
677 decode(ArgumentDecoder& decoder, GraphicsLayerAnimation& animation) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Davoid.el

Completed in 304 milliseconds

12