Searched refs:AnimationController (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebAnimationControllerImpl.cpp34 #include "AnimationController.h"
51 AnimationController* WebAnimationControllerImpl::animationController() const
62 AnimationController* controller = animationController();
74 AnimationController* controller = animationController();
84 AnimationController* controller = animationController();
92 AnimationController* controller = animationController();
102 AnimationController* controller = animationController();
H A DWebAnimationControllerImpl.h37 class AnimationController;
59 WebCore::AnimationController* animationController() const;
/external/webkit/Source/WebCore/page/animation/
H A DAnimationController.h47 class AnimationController { class in namespace:WebCore
49 AnimationController(Frame*);
50 ~AnimationController();
H A DAnimationController.cpp30 #include "AnimationController.h"
455 AnimationController::AnimationController(Frame* frame) function in class:WebCore::AnimationController
460 AnimationController::~AnimationController()
465 void AnimationController::cancelAnimations(RenderObject* renderer)
477 PassRefPtr<RenderStyle> AnimationController::updateAnimations(RenderObject* renderer, RenderStyle* newStyle)
513 PassRefPtr<RenderStyle> AnimationController::getAnimatedStyleForRenderer(RenderObject* renderer)
518 void AnimationController::notifyAnimationStarted(RenderObject*, double startTime)
523 bool AnimationController
[all...]
H A DCompositeAnimation.h41 class AnimationController;
H A DAnimationBase.h41 class AnimationController;
/external/webkit/Source/WebCore/page/
H A DFrame.h31 #include "AnimationController.h"
118 AnimationController* animation() const;
238 mutable AnimationController m_animationController;
320 inline AnimationController* Frame::animation() const
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp41 #include <WebCore/AnimationController.h>
381 AnimationController* controller = m_coreFrame->animation();
393 AnimationController* controller = m_coreFrame->animation();
412 AnimationController* controller = m_coreFrame->animation();
424 AnimationController* controller = m_coreFrame->animation();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp261 AnimationController* controller = coreFrame->animation();
281 AnimationController* controller = coreFrame->animation();
327 AnimationController* controller = coreFrame->animation();
340 AnimationController* controller = coreFrame->animation();
353 AnimationController* controller = coreFrame->animation();
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h47 class AnimationController;
757 AnimationController* animation() const;
H A DRenderLayerCompositor.cpp31 #include "AnimationController.h"
1632 if (AnimationController* animController = renderer->animation()) {
H A DRenderObject.cpp2488 AnimationController* RenderObject::animation() const
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm57 #import <WebCore/AnimationController.h>
982 AnimationController* controller = frame->animation();
999 AnimationController* controller = frame->animation();
1039 AnimationController* controller = frame->animation();
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1208 AnimationController* controller = frame->animation();
1231 AnimationController* controller = frame->animation();
1300 AnimationController* controller = frame->animation();
/external/webkit/Source/WebCore/dom/
H A DElement.cpp1949 AnimationController* animController = renderer()->animation();
/external/webkit/Source/WebCore/
H A DAndroid.mk533 page/animation/AnimationController.cpp \
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp27 #include "AnimationController.h"
816 if (renderer && hasCompositedLayer(renderer) && AnimationController::supportsAcceleratedAnimationOfProperty(static_cast<CSSPropertyID>(propertyID))) {

Completed in 207 milliseconds