Searched refs:IsModuleAllowed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos_unittest.cc126 EXPECT_TRUE(no_slots_profile_filter_.IsModuleAllowed(internal_slot.get()));
127 EXPECT_TRUE(profile_filter_1_.IsModuleAllowed(internal_slot.get()));
128 EXPECT_TRUE(profile_filter_1_copy_.IsModuleAllowed(internal_slot.get()));
129 EXPECT_TRUE(profile_filter_2_.IsModuleAllowed(internal_slot.get()));
134 no_slots_profile_filter_.IsModuleAllowed(internal_key_slot.get()));
135 EXPECT_TRUE(profile_filter_1_.IsModuleAllowed(internal_key_slot.get()));
136 EXPECT_TRUE(profile_filter_1_copy_.IsModuleAllowed(internal_key_slot.get()));
137 EXPECT_TRUE(profile_filter_2_.IsModuleAllowed(internal_key_slot.get()));
143 EXPECT_TRUE(no_slots_profile_filter_.IsModuleAllowed(root_certs_slot.get()));
144 EXPECT_TRUE(profile_filter_1_.IsModuleAllowed(root_certs_slo
[all...]
H A Dnss_profile_filter_chromeos.h42 bool IsModuleAllowed(PK11SlotInfo* slot) const;
H A Dnss_profile_filter_chromeos.cc81 bool NSSProfileFilterChromeOS::IsModuleAllowed(PK11SlotInfo* slot) const { function in class:net::NSSProfileFilterChromeOS
126 if (IsModuleAllowed(slot_element->slot)) {
153 return !filter_.IsModuleAllowed(module->os_module_handle());

Completed in 314 milliseconds