Searched refs:system_slot_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos.cc46 system_slot_.reset(
47 other.system_slot_ ? PK11_ReferenceSlot(other.system_slot_.get()) : NULL);
60 system_slot_.reset(
61 other.system_slot_ ? PK11_ReferenceSlot(other.system_slot_.get()) : NULL);
77 if (system_slot_.get() != system_slot.get())
78 system_slot_ = system_slot.Pass();
85 slot == system_slot_.get()) {
100 // support that. (This assumes that private_slot_ and system_slot_ ar
[all...]
H A Dnss_cert_database_chromeos.cc36 system_slot_ = system_slot.Pass();
59 if (system_slot_)
60 return crypto::ScopedPK11Slot(PK11_ReferenceSlot(system_slot_.get()));
H A Dnss_cert_database_chromeos.h48 crypto::ScopedPK11Slot system_slot_; member in class:net::NSSCertDatabaseChromeOS
H A Dnss_profile_filter_chromeos.h68 crypto::ScopedPK11Slot system_slot_; member in class:net::NSSProfileFilterChromeOS

Completed in 81 milliseconds