Searched refs:timer_thread_ (Results 1 – 2 of 2) sorted by relevance
36 : timer_thread_("worker_thread_ticker"), in WorkerThreadTicker()80 if (!timer_thread_.Start()) in Start()94 timer_thread_.Stop(); in Stop()99 timer_thread_.message_loop()->PostDelayedTask(FROM_HERE, new TimerTask(this), in ScheduleTimerTask()
79 base::Thread timer_thread_; variable