Searched refs:shutdown_started_ (Results 1 – 1 of 1) sorted by relevance
68 Time* shutdown_started_ = NULL; variable118 DCHECK(!shutdown_started_); in OnShutdownStarting()119 shutdown_started_ = new Time(Time::Now()); in OnShutdownStarting()258 TimeDelta shutdown_delta = Time::Now() - *shutdown_started_; in ShutdownPostThreadsStop()