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

  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 543 if (!auth_start_time_.is_null()) {
545 base::TimeTicks::Now() - auth_start_time_);
546 auth_start_time_ = base::TimeTicks();
813 auth_start_time_ = base::TimeTicks::Now();
    [all...]
profile_sync_service.h 538 base::TimeTicks auth_start_time_; member in class:ProfileSyncService

Completed in 502 milliseconds