Searched defs:pauseTransitionAtTime (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebAnimationControllerImpl.cpp70 bool WebAnimationControllerImpl::pauseTransitionAtTime(WebElement& element, function in class:WebKit::WebAnimationControllerImpl
77 return controller->pauseTransitionAtTime(PassRefPtr<Element>(element)->renderer(),
/external/webkit/Source/WebCore/page/animation/
H A DCompositeAnimation.cpp520 bool CompositeAnimation::pauseTransitionAtTime(int property, double t) function in class:WebCore::CompositeAnimation
533 if (pauseTransitionAtTime(*it, t))
H A DAnimationController.cpp298 bool AnimationControllerPrivate::pauseTransitionAtTime(RenderObject* renderer, const String& property, double t) function in class:WebCore::AnimationControllerPrivate
307 if (compAnim->pauseTransitionAtTime(cssPropertyID(property), t)) {
533 bool AnimationController::pauseTransitionAtTime(RenderObject* renderer, const String& property, double t) function in class:WebCore::AnimationController
535 return m_data->pauseTransitionAtTime(renderer, property, t);

Completed in 128 milliseconds