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

  /external/chromium_org/crypto/
scoped_test_system_nss_key_slot.h 27 class CRYPTO_EXPORT_PRIVATE ScopedTestSystemNSSKeySlot {
29 explicit ScopedTestSystemNSSKeySlot();
30 ~ScopedTestSystemNSSKeySlot();
38 DISALLOW_COPY_AND_ASSIGN(ScopedTestSystemNSSKeySlot);
scoped_test_system_nss_key_slot.cc 12 ScopedTestSystemNSSKeySlot::ScopedTestSystemNSSKeySlot()
20 ScopedTestSystemNSSKeySlot::~ScopedTestSystemNSSKeySlot() {
24 bool ScopedTestSystemNSSKeySlot::ConstructedSuccessfully() const {
28 PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const {
  /external/chromium_org/net/ssl/
client_cert_store_chromeos_unittest.cc 110 crypto::ScopedTestSystemNSSKeySlot system_db_;
172 crypto::ScopedTestSystemNSSKeySlot system_slot;
212 crypto::ScopedTestSystemNSSKeySlot system_slot;
244 crypto::ScopedTestSystemNSSKeySlot system_slot;
293 crypto::ScopedTestSystemNSSKeySlot system_slot;
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys/
enterprise_platform_keys_apitest_nss.cc 269 test_system_slot_.reset(new crypto::ScopedTestSystemNSSKeySlot());
318 scoped_ptr<crypto::ScopedTestSystemNSSKeySlot> test_system_slot_;

Completed in 120 milliseconds