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

  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.cc 143 time_start_ = base::Time::Now();
156 if (time_start_.is_null() || !request_job_) {
439 if (!time_start_.is_null()) {
440 base::TimeDelta delta = now - time_start_;
auto_enrollment_client.h 216 // If |time_start_| is not null, the protocol is still running.
219 base::Time time_start_; member in class:policy::AutoEnrollmentClient

Completed in 396 milliseconds