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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.h 86 : m_animationController(animationController)
88 if (m_animationController)
89 m_animationController->beginAnimationUpdate();
94 if (m_animationController)
95 m_animationController->endAnimationUpdate();
98 AnimationController* m_animationController;
CompositeAnimation.h 62 AnimationControllerPrivate* animationController() const { return m_animationController; }
82 : m_animationController(animationController)
93 AnimationControllerPrivate* m_animationController;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h 189 OwnPtr<AnimationController> m_animationController;
244 return m_animationController.get();

Completed in 55 milliseconds