Home
last modified time | relevance | path

Searched defs:token_id (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Didentity_internals_ui_browsertest.cc27 std::string token_id("token"); in SetupTokenCache() local
46 const std::string token_id, in AddTokenToCache()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_task_token.cc42 int64 token_id, in CreateForBackgroundTask()
133 int64 token_id, in SyncTaskToken()
Dsync_task_token.h55 int64 token_id() const { return token_id_; } in token_id() function
/external/chromium_org/chrome/browser/chromeos/platform_keys/
Dplatform_keys_service.cc50 void CheckValidityAndSign(const std::string& token_id, in CheckValidityAndSign()
84 void PlatformKeysService::GenerateRSAKey(const std::string& token_id, in GenerateRSAKey()
100 void PlatformKeysService::Sign(const std::string& token_id, in Sign()
Dplatform_keys_nss.cc114 void GetCertDatabase(const std::string& token_id, in GetCertDatabase()
497 void GenerateRSAKey(const std::string& token_id, in GenerateRSAKey()
518 void Sign(const std::string& token_id, in Sign()
541 void GetCertificates(const std::string& token_id, in GetCertificates()
554 void ImportCertificate(const std::string& token_id, in ImportCertificate()
573 void RemoveCertificate(const std::string& token_id, in RemoveCertificate()
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
Denterprise_platform_keys_api.cc34 bool ValidateToken(const std::string& token_id) { in ValidateToken()