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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayerTest.cpp 685 AnimationPlayer* player2 = timeline->createAnimationPlayer(animationNode); local
688 EXPECT_EQ(0, player2->source());
812 RefPtrWillBeRawPtr<AnimationPlayer> player2 = timeline->createAnimationPlayer(0); local
813 EXPECT_TRUE(AnimationPlayer::hasLowerPriority(player1.get(), player2.get()));
AnimationTimelineTest.cpp 196 AnimationPlayer* player2 = timeline->play(anim2.get()); local
200 EXPECT_FLOAT_EQ(seekTime, player2->currentTimeInternal());
  /cts/tests/tests/media/src/android/media/cts/
NativeDecoderTest.java 465 MediaPlayer player2 = MediaPlayer.create(mContext, Uri.parse("file://" + tmpFile)); local
466 assertEquals("duration is different", player1.getDuration(), player2.getDuration());
468 player2.release();

Completed in 441 milliseconds