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

  /external/chromium/net/base/
crypto_module_nss.cc 11 std::string CryptoModule::GetTokenName() const {
crypto_module_openssl.cc 10 std::string CryptoModule::GetTokenName() const {
crypto_module.h 34 std::string GetTokenName() const;
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 73 if (modules_[current_]->GetTokenName() == token_name) {
83 modules_[current_]->GetTokenName(),
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_model.cc 81 x509_certificate_model::GetTokenName(cert_handle);
  /external/chromium/chrome/common/net/
x509_certificate_model.h 25 std::string GetTokenName(net::X509Certificate::OSCertHandle cert_handle);
x509_certificate_model_openssl.cc 56 std::string GetTokenName(X509Certificate::OSCertHandle cert_handle) {
x509_certificate_model_nss.cc 122 string GetTokenName(X509Certificate::OSCertHandle cert_handle) {
  /external/chromium/chrome/browser/ui/gtk/
ssl_client_certificate_selector.cc 318 string16 token(UTF8ToUTF16(x509_certificate_model::GetTokenName(cert)));

Completed in 36 milliseconds