Searched refs:OnRefreshTokenRevoked (Results 1 - 22 of 22) sorted by path

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc772 void ProfileSyncService::OnRefreshTokenRevoked( function in class:ProfileSyncService
H A Dprofile_sync_service.h750 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/
H A Duser_accounts_delegate_chromeos.cc82 void UserAccountsDelegateChromeOS::OnRefreshTokenRevoked( function in class:chromeos::UserAccountsDelegateChromeOS
H A Duser_accounts_delegate_chromeos.h33 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc629 void ProfileChooserView::OnRefreshTokenRevoked(const std::string& account_id) { function in class:ProfileChooserView
H A Dprofile_chooser_view.h113 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service.cc254 void TiclInvalidationService::OnRefreshTokenRevoked( function in class:invalidation::TiclInvalidationService
H A Dticl_invalidation_service.h102 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service.cc273 void AccountTrackerService::OnRefreshTokenRevoked( function in class:AccountTrackerService
276 "AccountTracker::OnRefreshTokenRevoked",
H A Daccount_tracker_service.h95 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
H A Dmutable_profile_oauth2_token_service_unittest.cc71 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE {
H A Dsignin_tracker.cc65 void SigninTracker::OnRefreshTokenRevoked(const std::string& account_id) { function in class:SigninTracker
H A Dsignin_tracker.h85 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
/external/chromium_org/google_apis/drive/
H A Dauth_service.cc218 void AuthService::OnRefreshTokenRevoked(const std::string& account_id) { function in class:google_apis::AuthService
H A Dauth_service.h54 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker.cc100 void AccountTracker::OnRefreshTokenRevoked(const std::string& account_id) { function in class:gaia::AccountTracker
102 "AccountTracker::OnRefreshTokenRevoked",
H A Daccount_tracker.h71 virtual void OnRefreshTokenRevoked(const std::string& account_key) OVERRIDE;
H A Daccount_tracker_unittest.cc512 account_tracker()->OnRefreshTokenRevoked("user@example.com");
H A Didentity_provider.cc49 void IdentityProvider::OnRefreshTokenRevoked(const std::string& account_id) { function in class:IdentityProvider
54 OnRefreshTokenRevoked(account_id));
H A Didentity_provider.h73 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
H A Doauth2_token_service.cc767 OnRefreshTokenRevoked(account_id));
H A Doauth2_token_service.h99 virtual void OnRefreshTokenRevoked(const std::string& account_id) {} function in class:OAuth2TokenService::Observer

Completed in 1718 milliseconds