HomeSort by relevance Sort by last modified time
    Searched refs:start_up_time_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/
startup_controller.cc 72 start_up_time_ = base::Time();
84 const bool first_start = start_up_time_.is_null();
86 start_up_time_ = base::Time::Now();
175 DCHECK(!start_up_time_.is_null());
176 base::TimeDelta time_deferred = base::Time::Now() - start_up_time_;
203 else if (!start_up_time_.is_null())
225 if (!start_up_time_.is_null()) {
startup_controller.h 91 base::Time start_up_time_; member in class:browser_sync::StartupController

Completed in 137 milliseconds