Searched refs:RevokeCredentials (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
H A Duser_accounts_delegate_chromeos.cc70 oauth2_token_service->RevokeCredentials(account_id);
/external/chromium_org/components/signin/core/browser/
H A Dmutable_profile_oauth2_token_service_unittest.cc215 oauth2_service_.RevokeCredentials(account_id_1);
289 oauth2_service_.RevokeCredentials("account_id");
307 oauth2_service_.RevokeCredentials("account_id2");
333 oauth2_service_.RevokeCredentials(kEmail);
H A Dmutable_profile_oauth2_token_service.h36 void RevokeCredentials(const std::string& account_id);
H A Dmutable_profile_oauth2_token_service.cc330 void MutableProfileOAuth2TokenService::RevokeCredentials( function in class:MutableProfileOAuth2TokenService
374 RevokeCredentials(i->first);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc815 oauth2_token_service->RevokeCredentials(account_id_to_remove_);

Completed in 143 milliseconds