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

  /external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos.h 28 explicit CertVerifyProcChromeOS(crypto::ScopedPK11Slot public_slot);
cert_verify_proc_chromeos.cc 31 crypto::ScopedPK11Slot public_slot) {
35 public_slot.Pass(), crypto::ScopedPK11Slot(), crypto::ScopedPK11Slot());
  /external/chromium_org/net/cert/
nss_cert_database_chromeos.h 19 NSSCertDatabaseChromeOS(crypto::ScopedPK11Slot public_slot,
nss_profile_filter_chromeos.h 38 void Init(crypto::ScopedPK11Slot public_slot,
nss_cert_database_chromeos.cc 22 crypto::ScopedPK11Slot public_slot,
24 : NSSCertDatabase(public_slot.Pass(), private_slot.Pass()) {
nss_profile_filter_chromeos.cc 65 void NSSProfileFilterChromeOS::Init(crypto::ScopedPK11Slot public_slot,
73 if (public_slot_.get() != public_slot.get())
74 public_slot_ = public_slot.Pass();
nss_cert_database.h 104 // certificates and trust records) in |public_slot|, and private information
110 // |public_slot| must not be NULL, |private_slot| can be NULL. Both slots can
112 NSSCertDatabase(crypto::ScopedPK11Slot public_slot,
nss_cert_database.cc 81 NSSCertDatabase::NSSCertDatabase(crypto::ScopedPK11Slot public_slot,
83 : public_slot_(public_slot.Pass()),
  /external/chromium_org/crypto/
nss_util.cc 215 explicit ChromeOSUserData(ScopedPK11Slot public_slot)
216 : public_slot_(public_slot.Pass()),
465 ScopedPK11Slot public_slot(OpenPersistentNSSDBForPath(db_name, path));
467 new ChromeOSUserData(public_slot.Pass());
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 1078 crypto::ScopedPK11Slot public_slot = local
    [all...]

Completed in 208 milliseconds