Home
last modified time | relevance | path

Searched refs:NSSProfileFilterChromeOS (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/cert/
Dnss_profile_filter_chromeos.cc36 NSSProfileFilterChromeOS::NSSProfileFilterChromeOS() {} in NSSProfileFilterChromeOS() function in net::NSSProfileFilterChromeOS
38 NSSProfileFilterChromeOS::NSSProfileFilterChromeOS( in NSSProfileFilterChromeOS() function in net::NSSProfileFilterChromeOS
39 const NSSProfileFilterChromeOS& other) { in NSSProfileFilterChromeOS()
48 NSSProfileFilterChromeOS::~NSSProfileFilterChromeOS() {} in ~NSSProfileFilterChromeOS()
50 NSSProfileFilterChromeOS& NSSProfileFilterChromeOS::operator=( in operator =()
51 const NSSProfileFilterChromeOS& other) { in operator =()
61 void NSSProfileFilterChromeOS::Init(crypto::ScopedPK11Slot public_slot, in Init()
74 bool NSSProfileFilterChromeOS::IsModuleAllowed(PK11SlotInfo* slot) const { in IsModuleAllowed()
97 bool NSSProfileFilterChromeOS::IsCertAllowed(CERTCertificate* cert) const { in IsCertAllowed()
122 NSSProfileFilterChromeOS::CertNotAllowedForProfilePredicate::
[all …]
Dnss_profile_filter_chromeos.h25 class NET_EXPORT NSSProfileFilterChromeOS {
30 NSSProfileFilterChromeOS();
31 NSSProfileFilterChromeOS(const NSSProfileFilterChromeOS& other);
32 ~NSSProfileFilterChromeOS();
34 NSSProfileFilterChromeOS& operator=(const NSSProfileFilterChromeOS& other);
47 const NSSProfileFilterChromeOS& filter);
51 const NSSProfileFilterChromeOS& filter_;
57 const NSSProfileFilterChromeOS& filter);
61 const NSSProfileFilterChromeOS& filter_;
Dnss_cert_database_chromeos.cc68 NSSProfileFilterChromeOS::ModuleNotAllowedForProfilePredicate( in ListModules()
76 const NSSProfileFilterChromeOS& profile_filter, in ListCertsImpl()
84 NSSProfileFilterChromeOS::CertNotAllowedForProfilePredicate( in ListCertsImpl()
Dnss_cert_database_chromeos.h41 static void ListCertsImpl(const NSSProfileFilterChromeOS& profile_filter,
46 NSSProfileFilterChromeOS profile_filter_;
Dnss_profile_filter_chromeos_unittest.cc99 NSSProfileFilterChromeOS no_slots_profile_filter_;
100 NSSProfileFilterChromeOS profile_filter_1_;
101 NSSProfileFilterChromeOS profile_filter_2_;
102 NSSProfileFilterChromeOS profile_filter_1_copy_;
/external/chromium_org/chrome/browser/chromeos/net/
Dcert_verify_proc_chromeos.h54 net::NSSProfileFilterChromeOS profile_filter_;
/external/chromium_org/net/ssl/
Dclient_cert_store_chromeos.h59 NSSProfileFilterChromeOS profile_filter_;
Dclient_cert_store_chromeos.cc53 NSSProfileFilterChromeOS::CertNotAllowedForProfilePredicate( in GetClientCertsImpl()