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

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

Completed in 692 milliseconds