Searched refs:created_watchdog_thread_ (Results 1 – 2 of 2) sorted by relevance
112 created_watchdog_thread_(false), in BrowserProcessImpl()429 if (!created_watchdog_thread_) in watchdog_thread()814 DCHECK(!created_watchdog_thread_ && watchdog_thread_.get() == NULL); in CreateWatchdogThread()815 created_watchdog_thread_ = true; in CreateWatchdogThread()
184 bool created_watchdog_thread_; variable