Searched refs:timeout_change (Results 1 – 2 of 2) sorted by relevance
103 bool timeout_change() const { in timeout_change() function in rtc::MyTaskRunner435 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()
215 bool timeout_change = (previous_timeout_time == 0 && next_timeout != 0) || in CheckForTimeoutChange() local219 if (timeout_change) { in CheckForTimeoutChange()