Home | History | Annotate | Download | only in sync

Lines Matching refs:auth_error_time_

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.