Searched defs:OnOAuthError (Results 1 - 12 of 12) sorted by path

/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc207 void OAuth2LoginManager::OnOAuthError() { function in class:chromeos::OAuth2LoginManager
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc312 void EnrollmentHandlerChromeOS::OnOAuthError() { function in class:policy::EnrollmentHandlerChromeOS
314 // OnOAuthError is only called if the request is bad (malformed) or the
/external/chromium_org/chrome/browser/chromeos/settings/
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.cc87 virtual void OnOAuthError() OVERRIDE;
259 void SupervisedUserRefreshTokenFetcherImpl::OnOAuthError() { function in class:__anon4736::SupervisedUserRefreshTokenFetcherImpl
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_auth.cc143 void CloudPrintAuth::OnOAuthError() { function in class:cloud_print::CloudPrintAuth
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_requester.cc303 void CloudPrintRequester::OnOAuthError() { function in class:CloudPrintRequester
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service.cc50 virtual void OnOAuthError() OVERRIDE;
129 void AccountInfoFetcher::OnOAuthError() { function in class:AccountInfoFetcher
131 "AccountTrackerService", "AccountIdFetcher", this, "OnOAuthError");
132 LOG(ERROR) << "OnOAuthError";
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";
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker.cc321 void AccountIdFetcher::OnOAuthError() { function in class:gaia::AccountIdFetcher
323 "identity", "AccountIdFetcher", this, "OnOAuthError");
324 LOG(ERROR) << "OnOAuthError";
/external/chromium_org/remoting/host/
H A Doauth_token_getter.cc93 OnOAuthError();
117 void OAuthTokenGetter::OnOAuthError() { function in class:remoting::OAuthTokenGetter
/external/chromium_org/remoting/host/setup/
H A Dhost_starter.cc193 void HostStarter::OnOAuthError() { function in class:remoting::HostStarter
196 &HostStarter::OnOAuthError, weak_ptr_));
H A Doauth_client.cc75 void OAuthClient::OnOAuthError() { function in class:remoting::OAuthClient

Completed in 460 milliseconds