Home | History | Annotate | Download | only in filters

Lines Matching refs:time_source_

117           .WillOnce(Return(&time_source_));
179 EXPECT_CALL(time_source_, SetMediaTime(start_time));
180 EXPECT_CALL(time_source_, StartTicking());
199 EXPECT_CALL(time_source_, StopTicking());
221 EXPECT_CALL(time_source_, SetPlaybackRate(playback_rate));
258 StrictMock<MockTimeSource> time_source_;
336 EXPECT_CALL(time_source_, StopTicking());
359 EXPECT_CALL(time_source_, StopTicking());
370 // Video ended won't affect |time_source_|.
385 EXPECT_CALL(time_source_, StopTicking());
413 EXPECT_CALL(time_source_, StopTicking());