Searched defs:ScopedTestSystemNSSKeySlot (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/crypto/
H A Dscoped_test_system_nss_key_slot.cc12 ScopedTestSystemNSSKeySlot::ScopedTestSystemNSSKeySlot() function in class:crypto::ScopedTestSystemNSSKeySlot
20 ScopedTestSystemNSSKeySlot::~ScopedTestSystemNSSKeySlot() {
24 bool ScopedTestSystemNSSKeySlot::ConstructedSuccessfully() const {
28 PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const {
H A Dscoped_test_system_nss_key_slot.h27 class CRYPTO_EXPORT_PRIVATE ScopedTestSystemNSSKeySlot { class in namespace:crypto
29 explicit ScopedTestSystemNSSKeySlot();
30 ~ScopedTestSystemNSSKeySlot();
38 DISALLOW_COPY_AND_ASSIGN(ScopedTestSystemNSSKeySlot);

Completed in 2991 milliseconds