HomeSort by relevance Sort by last modified time
    Searched refs:m_styleSrc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.cpp 263 checkInlineAndReportViolation(operativeDirective(m_styleSrc.get()), consoleMessage, contextURL, contextLine, false) :
264 checkInline(operativeDirective(m_styleSrc.get()));
330 checkSourceAndReportViolation(operativeDirective(m_styleSrc.get()), url, ContentSecurityPolicy::StyleSrc) :
331 checkSource(operativeDirective(m_styleSrc.get()), url);
390 return checkNonce(operativeDirective(m_styleSrc.get()), nonce);
400 return checkHash(operativeDirective(m_styleSrc.get()), hashValue);
657 setCSPDirective<SourceListDirective>(name, value, m_styleSrc);
658 m_policy->usesStyleHashAlgorithms(m_styleSrc->hashAlgorithmsUsed());
CSPDirectiveList.h 132 OwnPtr<SourceListDirective> m_styleSrc;

Completed in 1637 milliseconds