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

  /external/chromium/chrome/browser/sync/
profile_sync_service.cc 540 auth_error_time_ = base::TimeTicks::Now();
688 if (!auth_error_time_.is_null()) {
690 base::TimeTicks::Now() - auth_error_time_);
691 auth_error_time_ = base::TimeTicks(); // Reset auth_error_time_ to null.
    [all...]
profile_sync_service.h 541 base::TimeTicks auth_error_time_; member in class:ProfileSyncService

Completed in 100 milliseconds