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

  /external/chromium_org/remoting/host/setup/
service_client.h 29 virtual void OnOAuthError() = 0;
host_starter.h 65 virtual void OnOAuthError() OVERRIDE;
host_starter.cc 149 void HostStarter::OnOAuthError() {
152 &HostStarter::OnOAuthError, weak_ptr_));
service_client.cc 128 delegate_->OnOAuthError();
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h 43 virtual void OnOAuthError() = 0;
gaia_oauth_client_unittest.cc 141 MOCK_METHOD0(OnOAuthError, void());
196 EXPECT_CALL(delegate, OnOAuthError()).Times(1);
gaia_oauth_client.cc 150 delegate_->OnOAuthError();
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.h 52 virtual void OnOAuthError() = 0;
gaia_oauth_client.cc 219 delegate_->OnOAuthError();
275 delegate_->OnOAuthError();
gaia_oauth_client_unittest.cc 189 MOCK_METHOD0(OnOAuthError, void());
244 EXPECT_CALL(delegate, OnOAuthError()).Times(1);
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.h 64 virtual void OnOAuthError() OVERRIDE;
cloud_print_auth.cc 108 void CloudPrintAuth::OnOAuthError() {
  /external/chromium_org/remoting/host/
signaling_connector.h 84 virtual void OnOAuthError() OVERRIDE;
signaling_connector.cc 153 void SignalingConnector::OnOAuthError() {
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.h 86 virtual void OnOAuthError() OVERRIDE;
enrollment_handler_chromeos.cc 252 void EnrollmentHandlerChromeOS::OnOAuthError() {
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.h 131 virtual void OnOAuthError() OVERRIDE;
cloud_print_requester.cc 201 void CloudPrintRequester::OnOAuthError() {
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service.cc 60 virtual void OnOAuthError() OVERRIDE;
153 void DeviceOAuth2TokenService::ValidatingConsumer::OnOAuthError() {
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher.cc 80 virtual void OnOAuthError() OVERRIDE;
237 void ManagedUserRefreshTokenFetcherImpl::OnOAuthError() {

Completed in 5088 milliseconds