Home
last modified time | relevance | path

Searched refs:cancelledAnimationAnimationPlayers (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.h104 …BeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> >& cancelledAnimationAnimationPlayers() co… in cancelledAnimationAnimationPlayers() function
DCSSAnimations.cpp546 … if (update->newAnimations().isEmpty() && update->cancelledAnimationAnimationPlayers().isEmpty()) { in calculateAnimationActiveInterpolations()
556 …iveInterpolations(animationStack, &newAnimations, &update->cancelledAnimationAnimationPlayers(), A… in calculateAnimationActiveInterpolations()