Home
last modified time | relevance | path

Searched refs:ScopedTestSystemNSSKeySlot (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/crypto/
Dscoped_test_system_nss_key_slot.cc12 ScopedTestSystemNSSKeySlot::ScopedTestSystemNSSKeySlot() in ScopedTestSystemNSSKeySlot() function in crypto::ScopedTestSystemNSSKeySlot
20 ScopedTestSystemNSSKeySlot::~ScopedTestSystemNSSKeySlot() { in ~ScopedTestSystemNSSKeySlot()
24 bool ScopedTestSystemNSSKeySlot::ConstructedSuccessfully() const { in ConstructedSuccessfully()
28 PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const { in slot()
Dscoped_test_system_nss_key_slot.h28 class CRYPTO_EXPORT ScopedTestSystemNSSKeySlot {
30 explicit ScopedTestSystemNSSKeySlot();
31 ~ScopedTestSystemNSSKeySlot();
39 DISALLOW_COPY_AND_ASSIGN(ScopedTestSystemNSSKeySlot);