Home | History | Annotate | Download | only in cloud

Lines Matching refs:GoogleServiceAuthError

56   GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone();
59 error = GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
61 error = GoogleServiceAuthError::FromConnectionError(status.error());
65 error = GoogleServiceAuthError(
66 GoogleServiceAuthError::CONNECTION_FAILED);
68 if (error.state() != GoogleServiceAuthError::NONE) {
84 delegate_->OnGetUserInfoFailure(GoogleServiceAuthError(
85 GoogleServiceAuthError::CONNECTION_FAILED));