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

  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.h 141 base::Time last_restart_time_; member in class:browser_sync::DataTypeManagerImpl
data_type_manager_impl.cc 210 last_restart_time_ = base::Time::Now();
385 info.download_start_time - last_restart_time_;
569 DCHECK(!last_restart_time_.is_null());
570 configure_time_delta_ += (base::Time::Now() - last_restart_time_);

Completed in 80 milliseconds