Searched refs:CSPSource (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | ContentSecurityPolicy.cpp | 104 class CSPSource { class 106 …CSPSource(const String& scheme, const String& host, int port, bool hostHasWildcard, bool portHasWi… in CSPSource() function in WebCore::CSPSource 175 Vector<CSPSource> m_list; 222 m_list.append(CSPSource(scheme, host, port, hostHasWildcard, portHasWildcard)); in parse() 393 … m_list.append(CSPSource(m_origin->protocol(), m_origin->host(), m_origin->port(), false, false)); in addSourceSelf()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 6511 (WebCore::CSPSource::hostMatches): 6512 (WebCore::CSPSource::portMatches): 36796 (WebCore::CSPSource::CSPSource): 36798 (WebCore::CSPSource::matches): 36799 (WebCore::CSPSource::schemeMatches): 36800 (WebCore::CSPSource::hostMatches): 36801 (WebCore::CSPSource::portMatches): 36802 (WebCore::CSPSource::isSchemeOnly):
|