Home
last modified time | relevance | path

Searched defs:ParsedSource (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/content_security_policy/
H A Dcontent_security_policy_unittest.cc23 struct ParsedSource { struct
24 std::string scheme;
25 std::string host;
26 int port = url::PORT_UNSPECIFIED;
27 std::string path = "";
28 bool is_host_wildcard = false;
29 bool is_port_wildcard = false;
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/content_security_policy/
H A Dcontent_security_policy_unittest.cc24 struct ParsedSource { struct
25 std::string scheme;
26 std::string host;
27 int port = url::PORT_UNSPECIFIED;
28 std::string path = "";
29 bool is_host_wildcard = false;
30 bool is_port_wildcard = false;
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DGHC.hs863 type ParsedSource = Located (HsModule GhcPs) function