HomeSort by relevance Sort by last modified time
    Searched refs:OnOAuthError (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/remoting/host/setup/
service_client.h 29 virtual void OnOAuthError() = 0;
oauth_client.cc 73 void OAuthClient::OnOAuthError() {
oauth_client.h 52 virtual void OnOAuthError() OVERRIDE;
host_starter.h 66 virtual void OnOAuthError() OVERRIDE;
host_starter.cc 191 void HostStarter::OnOAuthError() {
194 &HostStarter::OnOAuthError, weak_ptr_));
service_client.cc 134 delegate_->OnOAuthError();
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.h 54 virtual void OnOAuthError() = 0;
account_tracker.h 134 virtual void OnOAuthError() OVERRIDE;
gaia_oauth_client.cc 250 delegate_->OnOAuthError();
313 delegate_->OnOAuthError();
gaia_oauth_client_unittest.cc 194 MOCK_METHOD0(OnOAuthError, void());
249 EXPECT_CALL(delegate, OnOAuthError()).Times(1);
  /external/chromium_org/remoting/host/
oauth_token_getter.h 75 virtual void OnOAuthError() OVERRIDE;
oauth_token_getter.cc 93 OnOAuthError();
117 void OAuthTokenGetter::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/settings/
device_oauth2_token_service.h 70 virtual void OnOAuthError() OVERRIDE;
device_oauth2_token_service.cc 130 void DeviceOAuth2TokenService::OnOAuthError() {
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.h 64 virtual void OnOAuthError() OVERRIDE;
cloud_print_auth.cc 143 void CloudPrintAuth::OnOAuthError() {
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager.h 154 virtual void OnOAuthError() OVERRIDE;
oauth2_login_manager.cc 204 void OAuth2LoginManager::OnOAuthError() {
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.h 96 virtual void OnOAuthError() OVERRIDE;
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/supervised_user/
supervised_user_refresh_token_fetcher.cc 82 virtual void OnOAuthError() OVERRIDE;
246 void SupervisedUserRefreshTokenFetcherImpl::OnOAuthError() {
  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.h 139 virtual void OnOAuthError() OVERRIDE;
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.h 149 virtual void OnOAuthError() OVERRIDE;

Completed in 920 milliseconds

1 2