Searched refs:IsPlaying (Results 1 – 12 of 12) sorted by relevance
193 EXPECT_TRUE(player_.IsPlaying()); in ReleasePlayer()195 EXPECT_FALSE(player_.IsPlaying()); in ReleasePlayer()311 EXPECT_TRUE(player_.IsPlaying()); in Start()385 EXPECT_FALSE(player_.IsPlaying()); in StartAudioDecoderJobAndSeekToWhileDecoding()468 EXPECT_FALSE(player_.IsPlaying()); in BrowserSeekPlayer()1264 EXPECT_FALSE(player_.IsPlaying()); in TEST_F()1832 EXPECT_FALSE(player_.IsPlaying()); in TEST_F()1885 EXPECT_FALSE(player_.IsPlaying()); in TEST_F()1937 EXPECT_FALSE(player_.IsPlaying()); in TEST_F()1943 EXPECT_TRUE(player_.IsPlaying()); in TEST_F()[all …]
63 virtual bool IsPlaying() = 0;
66 virtual bool IsPlaying() OVERRIDE;
225 if (prepared_ && IsPlaying()) in Pause()232 bool MediaPlayerBridge::IsPlaying() { in IsPlaying() function in media::MediaPlayerBridge
62 virtual bool IsPlaying() OVERRIDE;
193 bool MediaSourcePlayer::IsPlaying() { in IsPlaying() function in media::MediaSourcePlayer948 if (!clock_.IsPlaying()) in OnPrefetchDone()
140 bool ContentVideoView::IsPlaying(JNIEnv*, jobject obj) { in IsPlaying() function in content::ContentVideoView142 return player ? player->IsPlaying() : false; in IsPlaying()
52 bool IsPlaying(JNIEnv*, jobject obj);
40 bool IsPlaying() const;
22 bool Clock::IsPlaying() const { in IsPlaying() function in media::Clock
861 if (clock_->IsPlaying()) in SeekTask()
285 if ((*it)->IsPlayerReady() && !(*it)->IsPlaying() && in RequestMediaResources()776 if (player->IsPlaying()) in GenerateKeyIfAllowed()