Searched refs:CSPSourceList (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | ContentSecurityPolicy.cpp | 157 class CSPSourceList { class 159 explicit CSPSourceList(SecurityOrigin*); 178 CSPSourceList::CSPSourceList(SecurityOrigin* origin) in CSPSourceList() function in WebCore::CSPSourceList 183 void CSPSourceList::parse(const String& value) in parse() 188 bool CSPSourceList::matches(const KURL& url) in matches() 200 void CSPSourceList::parse(const UChar* begin, const UChar* end) in parse() 233 bool CSPSourceList::parseSource(const UChar* begin, const UChar* end, in parseSource() 299 bool CSPSourceList::parseScheme(const UChar* begin, const UChar* end, String& scheme) in parseScheme() 325 bool CSPSourceList::parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWild… in parseHost() 365 bool CSPSourceList::parsePort(const UChar* begin, const UChar* end, int& port, bool& portHasWildcar… in parsePort() [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 12208 (WebCore::CSPSourceList::allowInline): 12209 (WebCore::CSPSourceList::allowEval): 12210 (WebCore::CSPSourceList::CSPSourceList): 12211 (WebCore::CSPSourceList::parseSource): 12212 (WebCore::CSPSourceList::addSourceUnsafeInline): 12213 (WebCore::CSPSourceList::addSourceUnsafeEval): 20146 (WebCore::CSPSourceList::addSourceSelf): 36806 (WebCore::CSPSourceList::CSPSourceList): 36807 - CSPSourceList doesn't need to ref SecurityOrigin because 36808 CSPSourceList is owned by ContentSecurityPolicy, which holds a [all …]
|