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

  /external/webkit/WebKit/chromium/src/
WebAnimationControllerImpl.cpp 58 bool WebAnimationControllerImpl::pauseAnimationAtTime(WebElement& element,
65 return controller->pauseAnimationAtTime(PassRefPtr<Element>(element)->renderer(),
  /external/webkit/WebCore/page/animation/
AnimationController.cpp 239 bool AnimationControllerPrivate::pauseAnimationAtTime(RenderObject* renderer, const String& name, double t)
248 if (compAnim->pauseAnimationAtTime(name, t)) {
506 bool AnimationController::pauseAnimationAtTime(RenderObject* renderer, const String& name, double t)
508 return m_data->pauseAnimationAtTime(renderer, name, t);
CompositeAnimation.cpp 484 bool CompositeAnimation::pauseAnimationAtTime(const AtomicString& name, double t)

Completed in 24 milliseconds