auth_error_        22 components/signin/core/browser/fake_auth_status_provider.cc   return auth_error_;
auth_error_        28 components/signin/core/browser/fake_auth_status_provider.cc   auth_error_ = error;
auth_error_        25 components/signin/core/browser/fake_auth_status_provider.h     auth_error_ = error;
auth_error_        35 components/signin/core/browser/fake_auth_status_provider.h   GoogleServiceAuthError auth_error_;
auth_error_        21 components/signin/core/browser/signin_error_controller.cc     : auth_error_(GoogleServiceAuthError::AuthErrorNone()) {
auth_error_        46 components/signin/core/browser/signin_error_controller.cc   GoogleServiceAuthError::State prev_state = auth_error_.state();
auth_error_        68 components/signin/core/browser/signin_error_controller.cc       auth_error_ = error;
auth_error_        77 components/signin/core/browser/signin_error_controller.cc       auth_error_ = error;
auth_error_        85 components/signin/core/browser/signin_error_controller.cc     auth_error_ = GoogleServiceAuthError::AuthErrorNone();
auth_error_        96 components/signin/core/browser/signin_error_controller.cc   return auth_error_.state() != GoogleServiceAuthError::NONE &&
auth_error_        97 components/signin/core/browser/signin_error_controller.cc       auth_error_.state() != GoogleServiceAuthError::CONNECTION_FAILED;
auth_error_        62 components/signin/core/browser/signin_error_controller.h   const GoogleServiceAuthError& auth_error() const { return auth_error_; }
auth_error_        72 components/signin/core/browser/signin_error_controller.h   GoogleServiceAuthError auth_error_;