HomeSort by relevance Sort by last modified time
    Searched refs:m_animationController (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationController.h 81 : m_animationController(animationController)
83 if (m_animationController)
84 m_animationController->beginAnimationUpdate();
88 : m_animationController(&animationController)
90 m_animationController->beginAnimationUpdate();
95 if (m_animationController)
96 m_animationController->endAnimationUpdate();
99 AnimationController* m_animationController;
CompositeAnimation.h 62 AnimationControllerPrivate* animationController() const { return m_animationController; }
78 : m_animationController(animationController)
88 AnimationControllerPrivate* m_animationController;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.h 233 OwnPtr<AnimationController> m_animationController;
297 return *m_animationController;
Frame.cpp 114 , m_animationController(adoptPtr(new AnimationController(this)))

Completed in 31 milliseconds