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

  /external/webkit/Source/WebKit/chromium/src/
WebAnimationControllerImpl.h 43 class WebAnimationControllerImpl : public WebAnimationController {
45 explicit WebAnimationControllerImpl(WebFrameImpl*);
46 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
90 void WebAnimationControllerImpl::suspendAnimations() const
100 void WebAnimationControllerImpl::resumeAnimations() const

Completed in 28 milliseconds