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

  /external/webkit/WebKit/chromium/src/
WebAnimationControllerImpl.h 45 class WebAnimationControllerImpl : public WebAnimationController {
47 explicit WebAnimationControllerImpl(WebFrameImpl*);
48 virtual ~WebAnimationControllerImpl() { }
WebAnimationControllerImpl.cpp 32 #include "WebAnimationControllerImpl.h"
45 WebAnimationControllerImpl::WebAnimationControllerImpl(WebFrameImpl* frameImpl)
51 AnimationController* WebAnimationControllerImpl::animationController() const
58 bool WebAnimationControllerImpl::pauseAnimationAtTime(WebElement& element,
70 bool WebAnimationControllerImpl::pauseTransitionAtTime(WebElement& element,
82 unsigned WebAnimationControllerImpl::numberOfActiveAnimations() const
WebFrameImpl.h 42 #include "WebAnimationControllerImpl.h"
361 WebAnimationControllerImpl m_animationController;

Completed in 103 milliseconds