Searched refs:auth_start_time_ (Results 1 – 2 of 2) sorted by relevance
543 if (!auth_start_time_.is_null()) { in UpdateAuthErrorState()545 base::TimeTicks::Now() - auth_start_time_); in UpdateAuthErrorState()546 auth_start_time_ = base::TimeTicks(); in UpdateAuthErrorState()813 auth_start_time_ = base::TimeTicks::Now(); in OnUserSubmittedAuth()
538 base::TimeTicks auth_start_time_; variable