HomeSort by relevance Sort by last modified time
    Searched defs:OnOAuthError (Results 1 - 13 of 13) 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 191 void HostStarter::OnOAuthError() {
194 &HostStarter::OnOAuthError, weak_ptr_));
oauth_client.cc 73 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_reconcilor.cc 130 virtual void OnOAuthError() OVERRIDE;
170 void AccountReconcilor::UserIdFetcher::OnOAuthError() {
171 VLOG(1) << "AccountReconcilor::OnOAuthError: " << account_id_;
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 294 void EnrollmentHandlerChromeOS::OnOAuthError() {
296 // 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 204 void OAuth2LoginManager::OnOAuthError() {
  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.cc 332 void AccountIdFetcher::OnOAuthError() {
333 LOG(ERROR) << "OnOAuthError";
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_refresh_token_fetcher.cc 82 virtual void OnOAuthError() OVERRIDE;
246 void SupervisedUserRefreshTokenFetcherImpl::OnOAuthError() {
  /external/chromium_org/google_apis/gaia/
account_tracker.cc 283 void AccountIdFetcher::OnOAuthError() {
284 LOG(ERROR) << "OnOAuthError";
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.cc 303 void CloudPrintRequester::OnOAuthError() {

Completed in 229 milliseconds