Home
last modified time | relevance | path

Searched refs:auth_start_time_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service.cc543 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()
Dprofile_sync_service.h538 base::TimeTicks auth_start_time_; variable