Searched refs:quit_task (Results 1 – 2 of 2) sorted by relevance
174 scoped_refptr<CancellableQuitMsgLoop> quit_task( in WaitForClientResponse() local178 NewRunnableMethod(quit_task.get(), &CancellableQuitMsgLoop::QuitNow), in WaitForClientResponse()182 bool ret = !quit_task->cancelled_; in WaitForClientResponse()183 quit_task->cancelled_ = false; in WaitForClientResponse()
183 base::OneShotTimer<MessageLoop> quit_task; in FlushJob() local185 quit_task.Start(TimeDelta::FromMilliseconds(timeout_ms), in FlushJob()