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

  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.h 64 AnimationControllerPrivate* animationController() const { return m_animationController; }
88 : m_animationController(animationController)
100 AnimationControllerPrivate* m_animationController;
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 409 WebAnimationControllerImpl m_animationController;
  /external/webkit/Source/WebCore/page/
Frame.h 238 mutable AnimationController m_animationController;
322 return &m_animationController;

Completed in 57 milliseconds