Home
last modified time | relevance | path

Searched refs:is_auth_in_progress_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service.h281 return is_auth_in_progress_; in UIShouldDepictAuthInProgress()
570 bool is_auth_in_progress_; variable
Dprofile_sync_service.cc79 is_auth_in_progress_(false), in ProfileSyncService()
384 is_auth_in_progress_ = false; in Shutdown()
549 is_auth_in_progress_ = false; in UpdateAuthErrorState()
810 is_auth_in_progress_ = true; in OnUserSubmittedAuth()
875 is_auth_in_progress_ = false; in OnUserCancelledDialog()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc173 is_auth_in_progress_(false), in ProfileSyncService()
853 is_auth_in_progress_ = false; in ShutdownImpl()
1147 is_auth_in_progress_ = false; in UpdateAuthErrorState()
1563 return is_auth_in_progress_; in waiting_for_auth()
2091 is_auth_in_progress_ = true; in Observe()
Dprofile_sync_service.h938 bool is_auth_in_progress_; variable