Home
last modified time | relevance | path

Searched refs:timeout_change (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dtask_unittest.cc103 bool timeout_change() const { in timeout_change() function in rtc::MyTaskRunner
435 EXPECT_FALSE(task_runner_.timeout_change()); in Start()
441 EXPECT_TRUE(task_runner_.timeout_change()); in Start()
447 EXPECT_FALSE(task_runner_.timeout_change()); in Start()
457 EXPECT_TRUE(task_runner_.timeout_change()); in Start()
Dtaskrunner.cc215 bool timeout_change = (previous_timeout_time == 0 && next_timeout != 0) || in CheckForTimeoutChange() local
219 if (timeout_change) { in CheckForTimeoutChange()