/external/chromium_org/google_apis/gaia/ |
D | identity_provider.cc | 49 void IdentityProvider::OnRefreshTokenRevoked(const std::string& account_id) { in OnRefreshTokenRevoked() function in IdentityProvider 54 OnRefreshTokenRevoked(account_id)); in OnRefreshTokenRevoked()
|
D | identity_provider.h | 73 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
D | account_tracker.h | 71 virtual void OnRefreshTokenRevoked(const std::string& account_key) OVERRIDE;
|
D | oauth2_token_service.h | 99 virtual void OnRefreshTokenRevoked(const std::string& account_id) {} in OnRefreshTokenRevoked() function
|
D | account_tracker.cc | 100 void AccountTracker::OnRefreshTokenRevoked(const std::string& account_id) { in OnRefreshTokenRevoked() function in gaia::AccountTracker
|
D | oauth2_token_service.cc | 767 OnRefreshTokenRevoked(account_id)); in FireRefreshTokenRevoked()
|
D | account_tracker_unittest.cc | 512 account_tracker()->OnRefreshTokenRevoked("user@example.com"); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | user_accounts_delegate_chromeos.h | 33 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
D | user_accounts_delegate_chromeos.cc | 82 void UserAccountsDelegateChromeOS::OnRefreshTokenRevoked( in OnRefreshTokenRevoked() function in chromeos::UserAccountsDelegateChromeOS
|
/external/chromium_org/components/signin/core/browser/ |
D | signin_tracker.h | 85 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
D | signin_tracker.cc | 65 void SigninTracker::OnRefreshTokenRevoked(const std::string& account_id) { in OnRefreshTokenRevoked() function in SigninTracker
|
D | account_tracker_service.h | 95 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
D | mutable_profile_oauth2_token_service_unittest.cc | 71 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE { in OnRefreshTokenRevoked() function in MutableProfileOAuth2TokenServiceTest
|
D | account_tracker_service.cc | 273 void AccountTrackerService::OnRefreshTokenRevoked( in OnRefreshTokenRevoked() function in AccountTrackerService
|
/external/chromium_org/google_apis/drive/ |
D | auth_service.h | 54 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
D | auth_service.cc | 218 void AuthService::OnRefreshTokenRevoked(const std::string& account_id) { in OnRefreshTokenRevoked() function in google_apis::AuthService
|
/external/chromium_org/components/invalidation/ |
D | ticl_invalidation_service.h | 102 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
D | ticl_invalidation_service.cc | 254 void TiclInvalidationService::OnRefreshTokenRevoked( in OnRefreshTokenRevoked() function in invalidation::TiclInvalidationService
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | profile_chooser_view.h | 113 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
D | profile_chooser_view.cc | 629 void ProfileChooserView::OnRefreshTokenRevoked(const std::string& account_id) { in OnRefreshTokenRevoked() function in ProfileChooserView
|
/external/chromium_org/components/signin/ios/browser/ |
D | profile_oauth2_token_service_ios_unittest.mm | 61 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE {
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_service.h | 750 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE;
|
D | profile_sync_service.cc | 772 void ProfileSyncService::OnRefreshTokenRevoked( in OnRefreshTokenRevoked() function in ProfileSyncService
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | profile_chooser_controller.mm | 306 virtual void OnRefreshTokenRevoked(const std::string& account_id) OVERRIDE {
|