HomeSort by relevance Sort by last modified time
    Searched refs:auth_error_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/signin/
fake_auth_status_provider.cc 9 auth_error_(GoogleServiceAuthError::AuthErrorNone()) {
22 return auth_error_;
28 auth_error_ = error;
fake_auth_status_provider.h 24 auth_error_ = error;
34 GoogleServiceAuthError auth_error_; member in class:FakeAuthStatusProvider
signin_global_error.cc 28 : auth_error_(GoogleServiceAuthError::AuthErrorNone()), profile_(profile) {
77 if (current_error.state() != auth_error_.state() ||
79 auth_error_ = current_error;
80 if (auth_error_.state() == GoogleServiceAuthError::NONE) {
101 auth_error_.state() == GoogleServiceAuthError::NONE ||
102 auth_error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
114 if (auth_error_.state() != GoogleServiceAuthError::NONE) {
158 switch (auth_error_.state()) {
196 if (auth_error_.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) {
signin_global_error.h 52 GoogleServiceAuthError GetLastAuthError() const { return auth_error_; }
79 GoogleServiceAuthError auth_error_; member in class:SigninGlobalError

Completed in 2423 milliseconds