HomeSort by relevance Sort by last modified time
    Searched refs:GoogleServiceAuthError (Results 126 - 150 of 209) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/chrome/browser/policy/cloud/
user_info_fetcher_unittest.cc 31 void(const GoogleServiceAuthError& error));
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.h 87 const GoogleServiceAuthError& error) OVERRIDE;
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper.cc 156 void WalletSigninHelper::OnServiceError(const GoogleServiceAuthError& error) {
178 OnServiceError(GoogleServiceAuthError::AuthErrorNone());
267 GoogleServiceAuthError(GoogleServiceAuthError::USER_NOT_SIGNED_UP));
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher.h 84 void OnGetTokenFailure(const GoogleServiceAuthError& error);
oauth2_api_call_flow_unittest.cc 105 void (const GoogleServiceAuthError& error));
229 GoogleServiceAuthError error(
230 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
274 GoogleServiceAuthError error(
275 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
oauth2_mint_token_flow_unittest.cc 135 void(const GoogleServiceAuthError& error));
351 GoogleServiceAuthError error(
352 GoogleServiceAuthError::FromConnectionError(101));
358 GoogleServiceAuthError error(
359 GoogleServiceAuthError::FromConnectionError(101));
oauth2_api_call_flow.cc 116 const GoogleServiceAuthError* error) {
145 const GoogleServiceAuthError& error) {
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.cc 206 const GoogleServiceAuthError& error) {
207 if (error.state() == GoogleServiceAuthError::REQUEST_CANCELED) {
217 if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS &&
225 GoogleServiceAuthError(
226 GoogleServiceAuthError::HOSTED_NOT_ALLOWED));
239 if (error.state() == GoogleServiceAuthError::TWO_FACTOR) {
255 if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
enterprise_enrollment_view.cc 122 const GoogleServiceAuthError& error) {
178 args.SetInteger("error", GoogleServiceAuthError::NONE);
google_authenticator.h 24 class GoogleServiceAuthError;
108 const GoogleServiceAuthError& error);
mock_authenticator.h 47 GoogleServiceAuthError error(
48 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
login_performer.h 109 const GoogleServiceAuthError& error() const {
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 281 const GoogleServiceAuthError& error) {
285 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS:
286 case GoogleServiceAuthError::ACCOUNT_DELETED:
287 case GoogleServiceAuthError::ACCOUNT_DISABLED:
330 GoogleServiceAuthError service_error,
407 const GoogleServiceAuthError& error) {
660 error_(GoogleServiceAuthError::NONE),
719 void IdentityAPI::ReportAuthError(const GoogleServiceAuthError& error) {
743 GoogleServiceAuthError IdentityAPI::GetAuthStatus() const {
748 error_ = GoogleServiceAuthError::AuthErrorNone()
    [all...]
experimental_identity_api.cc 159 const GoogleServiceAuthError& error) {
161 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS:
162 case GoogleServiceAuthError::ACCOUNT_DELETED:
163 case GoogleServiceAuthError::ACCOUNT_DISABLED:
221 const GoogleServiceAuthError& error) {
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc 394 GoogleServiceAuthError GaiaOAuthFetcher::GenerateAuthError(
400 return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
404 return GoogleServiceAuthError::FromConnectionError(status.error());
409 return GoogleServiceAuthError(
410 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
414 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE);
435 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE))
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_manager_unittest.cc 466 GoogleServiceAuthError error(GoogleServiceAuthError::REQUEST_CANCELED);
486 GoogleServiceAuthError error(GoogleServiceAuthError::TWO_FACTOR);
505 GoogleServiceAuthError error1(GoogleServiceAuthError::TWO_FACTOR);
515 GoogleServiceAuthError error2(
516 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
524 GoogleServiceAuthError error3(GoogleServiceAuthError::CONNECTION_FAILED)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 152 const GoogleServiceAuthError& error) {
242 const GoogleServiceAuthError& error) {
254 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS:
255 case GoogleServiceAuthError::ACCOUNT_DELETED:
256 case GoogleServiceAuthError::ACCOUNT_DISABLED: {
obfuscated_gaia_id_fetcher_unittest.cc 28 const GoogleServiceAuthError& error) OVERRIDE {
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc 97 delegate->OnLoginFailure(GoogleServiceAuthError(
98 GoogleServiceAuthError::REQUEST_CANCELED));
  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow_unittest.cc 126 confirm_flow.OnGetTokenFailure(NULL, GoogleServiceAuthError(
127 GoogleServiceAuthError::USER_NOT_SIGNED_UP));
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service.h 26 class GoogleServiceAuthError;
213 const GoogleServiceAuthError& auth_error,
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_errors_test.cc 156 ASSERT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS,
175 ASSERT_EQ(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS,
  /external/chromium_org/chrome/browser/ui/
auto_login_infobar_delegate.cc 68 virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
123 const GoogleServiceAuthError& error) {
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 217 const GoogleServiceAuthError& GetAuthError() const;
279 virtual void OnAuthError(const GoogleServiceAuthError& auth_error);
450 const GoogleServiceAuthError& new_auth_error);
641 GoogleServiceAuthError last_auth_error_;
  /external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.h 77 const GoogleServiceAuthError& error) OVERRIDE;

Completed in 1016 milliseconds

1 2 3 4 56 7 8 9