Searched refs:Countdown (Results 1 – 8 of 8) sorted by relevance
60 class Countdown {62 Countdown(const TickTimer& ticktimer, uint64_t ticks_to_count);64 ~Countdown();102 std::unique_ptr<Countdown> GetNewCountdown(uint64_t ticks_to_count) const { in GetNewCountdown()103 return std::unique_ptr<Countdown>(new Countdown(*this, ticks_to_count)); in GetNewCountdown()
18 TickTimer::Countdown::Countdown(const TickTimer& ticktimer, in Countdown() function in webrtc::TickTimer::Countdown23 TickTimer::Countdown::~Countdown() = default;
114 TEST(TickTimer, Countdown) { in TEST() argument119 std::unique_ptr<TickTimer::Countdown> cd = tt.GetNewCountdown(17); in TEST()
47 std::unique_ptr<TickTimer::Countdown> timer_;
17 std::unique_ptr<TickTimer::Countdown> GetNewCountdown( in GetNewCountdown()
186 std::unique_ptr<TickTimer::Countdown> timescale_countdown_;
147 hello.text = "Countdown $i ..." // update text173 hello.text = "Countdown $i ..." // update text211 hello.text = "Countdown $i ..." // update text
292 id='Countdown',