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

  /external/chromium_org/net/cert/
nss_profile_filter_chromeos.h 20 // NSSProfileFilterChromeOS can be used to check if a given slot or certificate
25 class NET_EXPORT NSSProfileFilterChromeOS {
30 NSSProfileFilterChromeOS();
31 NSSProfileFilterChromeOS(const NSSProfileFilterChromeOS& other);
32 ~NSSProfileFilterChromeOS();
34 NSSProfileFilterChromeOS& operator=(const NSSProfileFilterChromeOS& other);
48 const NSSProfileFilterChromeOS& filter);
52 const NSSProfileFilterChromeOS& filter_
    [all...]
nss_profile_filter_chromeos.cc 36 NSSProfileFilterChromeOS::NSSProfileFilterChromeOS() {}
38 NSSProfileFilterChromeOS::NSSProfileFilterChromeOS(
39 const NSSProfileFilterChromeOS& other) {
50 NSSProfileFilterChromeOS::~NSSProfileFilterChromeOS() {}
52 NSSProfileFilterChromeOS& NSSProfileFilterChromeOS::operator=(
53 const NSSProfileFilterChromeOS& other)
    [all...]
nss_cert_database_chromeos.h 44 static void ListCertsImpl(const NSSProfileFilterChromeOS& profile_filter,
47 NSSProfileFilterChromeOS profile_filter_;
nss_cert_database_chromeos.cc 73 NSSProfileFilterChromeOS::ModuleNotAllowedForProfilePredicate(
81 const NSSProfileFilterChromeOS& profile_filter,
89 NSSProfileFilterChromeOS::CertNotAllowedForProfilePredicate(
nss_profile_filter_chromeos_unittest.cc 107 NSSProfileFilterChromeOS no_slots_profile_filter_;
108 NSSProfileFilterChromeOS profile_filter_1_;
109 NSSProfileFilterChromeOS profile_filter_2_;
110 NSSProfileFilterChromeOS profile_filter_1_copy_;
  /external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos.h 54 net::NSSProfileFilterChromeOS profile_filter_;
  /external/chromium_org/net/ssl/
client_cert_store_chromeos.h 48 NSSProfileFilterChromeOS profile_filter_;
client_cert_store_chromeos.cc 93 NSSProfileFilterChromeOS::CertNotAllowedForProfilePredicate(

Completed in 551 milliseconds