Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.cpp106 …rce(const String& scheme, const String& host, int port, bool hostHasWildcard, bool portHasWildcard) in CSPSource() argument
111 , m_portHasWildcard(portHasWildcard) in CSPSource()
167 …UChar* end, String& scheme, String& host, int& port, bool& hostHasWildcard, bool& portHasWildcard);
170 bool parsePort(const UChar* begin, const UChar* end, int& port, bool& portHasWildcard);
217 bool portHasWildcard = false; in parse() local
219 … if (parseSource(beginSource, position, scheme, host, port, hostHasWildcard, portHasWildcard)) { in parse()
222 m_list.append(CSPSource(scheme, host, port, hostHasWildcard, portHasWildcard)); in parse()
235 bool& hostHasWildcard, bool& portHasWildcard) in parseSource() argument
290 if (!parsePort(position, end, port, portHasWildcard)) in parseSource()
365 …ol CSPSourceList::parsePort(const UChar* begin, const UChar* end, int& port, bool& portHasWildcard) in parsePort() argument
[all …]