HomeSort by relevance Sort by last modified time
    Searched refs:finishedInternal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 93 bool finishedInternal() const { return m_finished; }
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 515 if (player.finishedInternal() || (!anyTransitionHadTransitionAll && !animationStyleRecalc && !listedProperties.get(id))) {
517 // ASSERT(player.finishedInternal() || !(activeAnimations && activeAnimations->isAnimationStyleChange()));
    [all...]

Completed in 238 milliseconds