HomeSort by relevance Sort by last modified time
    Searched defs:OnOAuthError (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/remoting/host/
oauth_token_getter.cc 93 OnOAuthError();
117 void OAuthTokenGetter::OnOAuthError() {
  /external/chromium_org/remoting/host/setup/
host_starter.cc 193 void HostStarter::OnOAuthError() {
196 &HostStarter::OnOAuthError, weak_ptr_));
oauth_client.cc 75 void OAuthClient::OnOAuthError() {
  /external/chromium_org/components/signin/core/browser/
signin_account_id_helper.cc 33 virtual void OnOAuthError() OVERRIDE;
98 void SigninAccountIdHelper::GaiaIdFetcher::OnOAuthError() {
99 VLOG(1) << "OnOAuthError";
account_tracker_service.cc 50 virtual void OnOAuthError() OVERRIDE;
129 void AccountInfoFetcher::OnOAuthError() {
131 "AccountTrackerService", "AccountIdFetcher", this, "OnOAuthError");
132 LOG(ERROR) << "OnOAuthError";
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 312 void EnrollmentHandlerChromeOS::OnOAuthError() {
314 // OnOAuthError is only called if the request is bad (malformed) or the
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service.cc 130 void DeviceOAuth2TokenService::OnOAuthError() {
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.cc 143 void CloudPrintAuth::OnOAuthError() {
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.cc 207 void OAuth2LoginManager::OnOAuthError() {
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_refresh_token_fetcher.cc 87 virtual void OnOAuthError() OVERRIDE;
259 void SupervisedUserRefreshTokenFetcherImpl::OnOAuthError() {
  /external/chromium_org/google_apis/gaia/
account_tracker.cc 321 void AccountIdFetcher::OnOAuthError() {
323 "identity", "AccountIdFetcher", this, "OnOAuthError");
324 LOG(ERROR) << "OnOAuthError";
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.cc 303 void CloudPrintRequester::OnOAuthError() {

Completed in 228 milliseconds