Searched refs:animateInternal (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DElementAnimation.h52 return animateInternal(element, effect, TimingInput::convert(timingInputDictionary));
57 return animateInternal(element, effect, TimingInput::convert(duration));
62 return animateInternal(element, effect, Timing());
71 return animateInternal(element, effect.release(), TimingInput::convert(timingInputDictionary));
80 return animateInternal(element, effect.release(), TimingInput::convert(duration));
89 return animateInternal(element, effect.release(), Timing());
110 static AnimationPlayer* animateInternal(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Timing& timing) function in class:blink::ElementAnimation

Completed in 671 milliseconds