Home
last modified time | relevance | path

Searched refs:NotMatching (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/content_security_policy/
H A Dcsp_source.cc40 NotMatching, enumerator
55 return SchemeMatchingResult::NotMatching; in MatchScheme()
64 return SchemeMatchingResult::NotMatching; in SourceAllowScheme()
125 return PortMatchingResult::NotMatching; in SourceAllowPort()
193 SchemeMatchingResult::NotMatching; in CheckCSPSource()
216 SchemeMatchingResult::NotMatching) { in CSPSourcesIntersect()
219 SchemeMatchingResult::NotMatching) { in CSPSourcesIntersect()
255 PortMatchingResult::NotMatching && in CSPSourcesIntersect()
262 PortMatchingResult::NotMatching) { in CSPSourcesIntersect()
287 SchemeMatchingResult::NotMatching) { in CSPSourceSubsumes()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/content_security_policy/
H A Dcsp_source.cc44 NotMatching, enumerator
49 enum class SchemeMatchingResult { NotMatching, MatchingUpgrade, MatchingExact }; enumerator
57 return SchemeMatchingResult::NotMatching; in SourceAllowScheme()
72 return SchemeMatchingResult::NotMatching; in SourceAllowScheme()
107 return PortMatchingResult::NotMatching; in SourceAllowPort()
117 return PortMatchingResult::NotMatching; in SourceAllowPort()
170 SchemeMatchingResult::NotMatching; in CheckCSPSource()
178 return schemeResult != SchemeMatchingResult::NotMatching && in CheckCSPSource()
180 portResult != PortMatchingResult::NotMatching && in CheckCSPSource()
/dports/audio/vamp-plugin-sdk/vamp-plugin-sdk-2.9.0/src/vamp-hostsdk/
H A DFiles.h52 enum { All, Matching, NotMatching } type; enumerator
H A DFiles.cpp132 case Filter::NotMatching: in listLibraryFilesMatching()
H A DPluginLoader.cpp278 filter.type = Files::Filter::NotMatching; in PluginHostAdapter()