Searched refs:m_styleSrc (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
D | CSPDirectiveList.cpp | 252 …checkInlineAndReportViolation(operativeDirective(m_styleSrc.get()), consoleMessage, contextURL, co… in allowInlineStyle() 253 checkInline(operativeDirective(m_styleSrc.get())); in allowInlineStyle() 319 …checkSourceAndReportViolation(operativeDirective(m_styleSrc.get()), url, ContentSecurityPolicy::St… in allowStyleFromSource() 320 checkSource(operativeDirective(m_styleSrc.get()), url); in allowStyleFromSource() 379 return checkNonce(operativeDirective(m_styleSrc.get()), nonce); in allowStyleNonce() 389 return checkHash(operativeDirective(m_styleSrc.get()), hashValue); in allowStyleHash() 646 setCSPDirective<SourceListDirective>(name, value, m_styleSrc); in addDirective() 647 m_policy->usesStyleHashAlgorithms(m_styleSrc->hashAlgorithmsUsed()); in addDirective()
|
D | CSPDirectiveList.h | 131 OwnPtr<SourceListDirective> m_styleSrc; variable
|