Searched refs:GoogleServiceAuthError (Results 151 - 175 of 227) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dlogin_performer.h96 const GoogleServiceAuthError& error() const {
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher_unittest.cc28 const GoogleServiceAuthError& error) OVERRIDE {
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.h93 const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Dfake_signin_manager.cc78 void FakeSigninManager::FailSignin(const GoogleServiceAuthError& error) {
H A Dandroid_profile_oauth2_token_service.h52 const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.cc45 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS ||
47 GoogleServiceAuthError::SERVICE_ERROR ||
49 GoogleServiceAuthError::REQUEST_CANCELED;
237 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS) {
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_service.h100 const GoogleServiceAuthError& error) OVERRIDE;
H A Dbookmark_server_service.cc122 const GoogleServiceAuthError& error) {
/external/chromium_org/google_apis/gaia/
H A Dfake_oauth2_token_service.h37 const GoogleServiceAuthError& auth_error);
H A Doauth2_access_token_fetcher_impl.h81 void OnGetTokenFailure(const GoogleServiceAuthError& error);
H A Doauth2_token_service_request.cc170 const GoogleServiceAuthError& error) OVERRIDE;
184 void InformOwnerOnGetTokenFailure(GoogleServiceAuthError error);
244 const GoogleServiceAuthError& error) {
261 void RequestCore::InformOwnerOnGetTokenFailure(GoogleServiceAuthError error) {
/external/chromium_org/sync/internal_api/public/attachments/
H A Dattachment_downloader_impl.h52 const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.h35 class GoogleServiceAuthError;
71 typedef base::Callback<void(const GoogleServiceAuthError&)> AuthErrorCallback;
255 const GoogleServiceAuthError& auth_error,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc472 GoogleServiceAuthError::State state = service->GetAuthError().state();
473 bool has_error = (state == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS ||
474 state == GoogleServiceAuthError::USER_NOT_SIGNED_UP ||
475 state == GoogleServiceAuthError::ACCOUNT_DELETED ||
476 state == GoogleServiceAuthError::ACCOUNT_DISABLED);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc475 const GoogleServiceAuthError& error) {
476 const GoogleServiceAuthError::State state = error.state();
480 bool success = (state == GoogleServiceAuthError::NONE ||
481 state == GoogleServiceAuthError::CAPTCHA_REQUIRED ||
482 state == GoogleServiceAuthError::TWO_FACTOR ||
483 state == GoogleServiceAuthError::ACCOUNT_DELETED ||
484 state == GoogleServiceAuthError::ACCOUNT_DISABLED);
485 bool offline = (state == GoogleServiceAuthError::CONNECTION_FAILED ||
486 state == GoogleServiceAuthError::SERVICE_UNAVAILABLE ||
487 state == GoogleServiceAuthError
[all...]
H A Duser_manager_screen_handler.h83 virtual void OnClientLoginFailure(const GoogleServiceAuthError& error)
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc43 typedef GoogleServiceAuthError AuthError;
278 SyncSetupHandlerTest() : error_(GoogleServiceAuthError::NONE) {}
280 error_ = GoogleServiceAuthError::AuthErrorNone();
385 GoogleServiceAuthError error_;
467 error_ = GoogleServiceAuthError::AuthErrorNone();
494 error_ = GoogleServiceAuthError::AuthErrorNone();
516 error_ = GoogleServiceAuthError::AuthErrorNone();
549 error_ = GoogleServiceAuthError::AuthErrorNone();
576 error_ = GoogleServiceAuthError::AuthErrorNone();
586 error_ = GoogleServiceAuthError(
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.h210 GoogleServiceAuthError last_get_token_error;
469 virtual const GoogleServiceAuthError& GetAuthError() const;
746 const GoogleServiceAuthError& error) OVERRIDE;
829 GoogleServiceAuthError last_auth_error_;
863 void UpdateAuthErrorState(const GoogleServiceAuthError& error);
1131 GoogleServiceAuthError last_get_token_error_;
H A Dprofile_sync_service_mock.h87 MOCK_CONST_METHOD0(GetAuthError, const GoogleServiceAuthError&());
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.h80 virtual void OnAuthError(const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.h162 void RegistrationCallback(const GoogleServiceAuthError& error,
/external/chromium_org/chrome/browser/local_discovery/
H A Dgcd_api_flow_impl.cc59 const GoogleServiceAuthError& error) {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.h99 const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/components/invalidation/
H A Dgcm_invalidation_bridge.h51 const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/components/signin/core/browser/
H A Dsignin_manager.h173 void HandleAuthError(const GoogleServiceAuthError& error);

Completed in 354 milliseconds

12345678910