Searched refs:OnOAuthError (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/remoting/host/setup/
H A Dservice_client.h29 virtual void OnOAuthError() = 0;
H A Doauth_client.cc73 void OAuthClient::OnOAuthError() { function in class:remoting::OAuthClient
H A Doauth_client.h52 virtual void OnOAuthError() OVERRIDE;
H A Dhost_starter.h66 virtual void OnOAuthError() OVERRIDE;
H A Dhost_starter.cc191 void HostStarter::OnOAuthError() { function in class:remoting::HostStarter
194 &HostStarter::OnOAuthError, weak_ptr_));
H A Dservice_client.cc134 delegate_->OnOAuthError();
/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.h54 virtual void OnOAuthError() = 0;
H A Daccount_tracker.h134 virtual void OnOAuthError() OVERRIDE;
H A Dgaia_oauth_client.cc250 delegate_->OnOAuthError();
313 delegate_->OnOAuthError();
H A Dgaia_oauth_client_unittest.cc194 MOCK_METHOD0(OnOAuthError, void());
249 EXPECT_CALL(delegate, OnOAuthError()).Times(1);
/external/chromium_org/components/signin/core/browser/
H A Dsignin_account_id_helper.cc33 virtual void OnOAuthError() OVERRIDE;
98 void SigninAccountIdHelper::GaiaIdFetcher::OnOAuthError() { function in class:SigninAccountIdHelper::GaiaIdFetcher
99 VLOG(1) << "OnOAuthError";
H A Daccount_reconcilor.cc130 virtual void OnOAuthError() OVERRIDE;
170 void AccountReconcilor::UserIdFetcher::OnOAuthError() { function in class:AccountReconcilor::UserIdFetcher
171 VLOG(1) << "AccountReconcilor::OnOAuthError: " << account_id_;
/external/chromium_org/remoting/host/
H A Doauth_token_getter.cc93 OnOAuthError();
117 void OAuthTokenGetter::OnOAuthError() { function in class:remoting::OAuthTokenGetter
H A Doauth_token_getter.h75 virtual void OnOAuthError() OVERRIDE;
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_auth.h64 virtual void OnOAuthError() OVERRIDE;
H A Dcloud_print_auth.cc143 void CloudPrintAuth::OnOAuthError() { function in class:cloud_print::CloudPrintAuth
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.h70 virtual void OnOAuthError() OVERRIDE;
H A Ddevice_oauth2_token_service.cc130 void DeviceOAuth2TokenService::OnOAuthError() { function in class:chromeos::DeviceOAuth2TokenService
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher.cc82 virtual void OnOAuthError() OVERRIDE;
246 void SupervisedUserRefreshTokenFetcherImpl::OnOAuthError() { function in class:__anon4671::SupervisedUserRefreshTokenFetcherImpl
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.h154 virtual void OnOAuthError() OVERRIDE;
H A Doauth2_login_manager.cc204 void OAuth2LoginManager::OnOAuthError() { function in class:chromeos::OAuth2LoginManager
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.h96 virtual void OnOAuthError() OVERRIDE;
H A Denrollment_handler_chromeos.cc294 void EnrollmentHandlerChromeOS::OnOAuthError() { function in class:policy::EnrollmentHandlerChromeOS
296 // OnOAuthError is only called if the request is bad (malformed) or the
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Daccount_tracker.h139 virtual void OnOAuthError() OVERRIDE;
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_requester.h149 virtual void OnOAuthError() OVERRIDE;

Completed in 670 milliseconds

12