Home | History | Annotate | Download | only in filters

Lines Matching refs:expected_duration

503   PipelineStatusCB CreateInitDoneCB(const base::TimeDelta& expected_duration,
505 if (expected_duration != kNoTimestamp())
506 EXPECT_CALL(host_, SetDuration(expected_duration));
532 base::TimeDelta expected_duration = kNoTimestamp();
534 expected_duration = kDefaultDuration();
538 &host_, CreateInitDoneCB(expected_duration, expected_status), true);