Searched refs:CSPDirectiveListVector (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
D | ContentSecurityPolicy.cpp | 148 …for (CSPDirectiveListVector::const_iterator iter = other->m_policies.begin(); iter != other->m_pol… in copyStateFrom() 231 bool isAllowedByAll(const CSPDirectiveListVector& policies, ContentSecurityPolicy::ReportingStatus … in isAllowedByAll() 241 bool isAllowedByAllWithState(const CSPDirectiveListVector& policies, ScriptState* scriptState, Cont… in isAllowedByAllWithState() 251 bool isAllowedByAllWithContext(const CSPDirectiveListVector& policies, const String& contextURL, co… in isAllowedByAllWithContext() 261 bool isAllowedByAllWithNonce(const CSPDirectiveListVector& policies, const String& nonce) in isAllowedByAllWithNonce() 271 bool isAllowedByAllWithHash(const CSPDirectiveListVector& policies, const CSPHashValue& hashValue) in isAllowedByAllWithHash() 281 bool isAllowedByAllWithURL(const CSPDirectiveListVector& policies, const KURL& url, ContentSecurity… in isAllowedByAllWithURL() 294 bool isAllowedByAllWithFrame(const CSPDirectiveListVector& policies, LocalFrame* frame, ContentSecu… in isAllowedByAllWithFrame() 304 bool checkDigest(const String& source, uint8_t hashAlgorithmsUsed, const CSPDirectiveListVector& po… in checkDigest()
|
D | ContentSecurityPolicy.h | 58 typedef Vector<OwnPtr<CSPDirectiveList> > CSPDirectiveListVector; typedef 190 CSPDirectiveListVector m_policies;
|