Searched refs:GetRetryTimerForTesting (Results 1 – 3 of 3) sorted by relevance
475 EXPECT_TRUE(worker_->GetRetryTimerForTesting().IsRunning()); in TEST_F()483 EXPECT_FALSE(worker_->GetRetryTimerForTesting().IsRunning()); in TEST_F()512 EXPECT_TRUE(worker_->GetRetryTimerForTesting().IsRunning()); in TEST_F()534 EXPECT_FALSE(worker_->GetRetryTimerForTesting().IsRunning()); in TEST_F()
83 const base::OneShotTimer& GetRetryTimerForTesting() const;
161 const base::OneShotTimer& SerialWorker::GetRetryTimerForTesting() const { in GetRetryTimerForTesting() function in net::SerialWorker