Lines Matching refs:GoogleServiceAuthError

53       GoogleServiceAuthError(
54 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
75 GoogleServiceAuthError(
76 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
81 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED));
87 GoogleServiceAuthError::AuthErrorNone());
91 GoogleServiceAuthError::AuthErrorNone());
110 GoogleServiceAuthError(
111 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
115 GoogleServiceAuthError(GoogleServiceAuthError::NONE));
122 GoogleServiceAuthError(
123 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
125 GoogleServiceAuthError(GoogleServiceAuthError::NONE));
133 GoogleServiceAuthError::AuthErrorNone());
135 GoogleServiceAuthError::AuthErrorNone());
147 GoogleServiceAuthError::State error_state;
152 { GoogleServiceAuthError::NONE, false },
153 { GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS, true },
154 { GoogleServiceAuthError::USER_NOT_SIGNED_UP, true },
155 { GoogleServiceAuthError::CONNECTION_FAILED, false },
156 { GoogleServiceAuthError::CAPTCHA_REQUIRED, true },
157 { GoogleServiceAuthError::ACCOUNT_DELETED, true },
158 { GoogleServiceAuthError::ACCOUNT_DISABLED, true },
159 { GoogleServiceAuthError::SERVICE_UNAVAILABLE, true },
160 { GoogleServiceAuthError::TWO_FACTOR, true },
161 { GoogleServiceAuthError::REQUEST_CANCELED, true },
162 { GoogleServiceAuthError::HOSTED_NOT_ALLOWED, true },
163 { GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE, true },
164 { GoogleServiceAuthError::SERVICE_ERROR, true },
166 COMPILE_ASSERT(ARRAYSIZE_UNSAFE(table) == GoogleServiceAuthError::NUM_STATES,
173 GoogleServiceAuthError(table[i].error_state));
183 EXPECT_EQ(GoogleServiceAuthError::NONE,
223 GoogleServiceAuthError(
224 GoogleServiceAuthError::NONE));
228 GoogleServiceAuthError(
229 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS));
230 ASSERT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS,
239 GoogleServiceAuthError(
240 GoogleServiceAuthError::SERVICE_UNAVAILABLE));
241 ASSERT_EQ(GoogleServiceAuthError::SERVICE_UNAVAILABLE,
250 GoogleServiceAuthError(
251 GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE));
252 ASSERT_EQ(GoogleServiceAuthError::SERVICE_UNAVAILABLE,
261 GoogleServiceAuthError(
262 GoogleServiceAuthError::NONE));
263 ASSERT_EQ(GoogleServiceAuthError::UNEXPECTED_SERVICE_RESPONSE,