Home
last modified time | relevance | path

Searched refs:timelineCurrentTime (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationStack.h56 …st AnimationPlayer> >* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime);
DAnimationStack.cpp93 …tionPlayer> >* cancelledAnimationPlayers, Animation::Priority priority, double timelineCurrentTime) in activeInterpolations() argument
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp541 …rpolations(CSSAnimationUpdate* update, const Element* animatingElement, double timelineCurrentTime) in calculateAnimationActiveInterpolations() argument
547 …tack::activeInterpolations(animationStack, 0, 0, Animation::DefaultPriority, timelineCurrentTime)); in calculateAnimationActiveInterpolations()
556 …, &update->cancelledAnimationAnimationPlayers(), Animation::DefaultPriority, timelineCurrentTime)); in calculateAnimationActiveInterpolations()
560 …rpolations(CSSAnimationUpdate* update, const Element* animatingElement, double timelineCurrentTime) in calculateTransitionActiveInterpolations() argument
567 …ck::activeInterpolations(animationStack, 0, 0, Animation::TransitionPriority, timelineCurrentTime); in calculateTransitionActiveInterpolations()
583 …, &newTransitions, &cancelledAnimationPlayers, Animation::TransitionPriority, timelineCurrentTime); in calculateTransitionActiveInterpolations()
DCSSAnimations.h217 …veInterpolations(CSSAnimationUpdate*, const Element* animatingElement, double timelineCurrentTime);
218 …veInterpolations(CSSAnimationUpdate*, const Element* animatingElement, double timelineCurrentTime);