Searched refs:ParsedAllowlist (Results 1 – 1 of 1) sorted by relevance
119 struct ParsedAllowlist { struct in blink::__anon3cd072200111::ParsingContext124 ParsedAllowlist() : allowed_origins({}) {} in ParsedAllowlist() function131 ParsedAllowlist ParseAllowlist(const Vector<String>& origin_strings);252 ParsingContext::ParsedAllowlist ParsingContext::ParseAllowlist( in ParseAllowlist()254 ParsedAllowlist allowlist; in ParseAllowlist()360 ParsedAllowlist parsed_allowlist = ParseAllowlist(declaration_node.allowlist); in ParseFeature()