Searched refs:timelineCurrentTime (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimationStack.h | 56 …st AnimationPlayer> >* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime);
|
D | AnimationStack.cpp | 93 …tionPlayer> >* cancelledAnimationPlayers, Animation::Priority priority, double timelineCurrentTime) in activeInterpolations() argument
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 541 …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()
|
D | CSSAnimations.h | 217 …veInterpolations(CSSAnimationUpdate*, const Element* animatingElement, double timelineCurrentTime); 218 …veInterpolations(CSSAnimationUpdate*, const Element* animatingElement, double timelineCurrentTime);
|