Searched refs:public_slot_ (Results 1 - 5 of 5) sorted by path

/external/chromium_org/crypto/
H A Dnss_util.cc216 : public_slot_(public_slot.Pass()),
219 if (public_slot_) {
220 SECStatus status = SECMOD_CloseUserDB(public_slot_.get());
228 public_slot_ ? PK11_ReferenceSlot(public_slot_.get()) : NULL);
262 ScopedPK11Slot public_slot_; member in class:crypto::__anon7946::ChromeOSUserData
/external/chromium_org/net/cert/
H A Dnss_cert_database.cc83 : public_slot_(public_slot.Pass()),
87 CHECK(public_slot_);
139 return crypto::ScopedPK11Slot(PK11_ReferenceSlot(public_slot_.get()));
H A Dnss_cert_database.h294 crypto::ScopedPK11Slot public_slot_; member in class:net::NSSCertDatabase
H A Dnss_profile_filter_chromeos.cc40 public_slot_.reset(other.public_slot_ ?
41 PK11_ReferenceSlot(other.public_slot_.get()) :
54 public_slot_.reset(other.public_slot_ ?
55 PK11_ReferenceSlot(other.public_slot_.get()) :
73 if (public_slot_.get() != public_slot.get())
74 public_slot_ = public_slot.Pass();
84 if (slot == public_slot_.get() || slot == private_slot_.get() ||
94 // If |public_slot_| o
[all...]
H A Dnss_profile_filter_chromeos.h66 crypto::ScopedPK11Slot public_slot_; member in class:net::NSSProfileFilterChromeOS

Completed in 266 milliseconds