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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 146 static bool hasLowerPriority(AnimationPlayer* player1, AnimationPlayer* player2)
AnimationTimeline.cpp 48 return AnimationPlayer::hasLowerPriority(left.get(), right.get());
130 std::sort(players.begin(), players.end(), AnimationPlayer::hasLowerPriority);
AnimationPlayerTest.cpp 809 TEST_F(AnimationAnimationPlayerTest, HasLowerPriority)
813 EXPECT_TRUE(AnimationPlayer::hasLowerPriority(player1.get(), player2.get()));

Completed in 70 milliseconds