Home
last modified time | relevance | path

Searched refs:m_fontSrc (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.h123 OwnPtr<SourceListDirective> m_fontSrc; variable
DCSPDirectiveList.cpp326 …checkSourceAndReportViolation(operativeDirective(m_fontSrc.get()), url, ContentSecurityPolicy::Fon… in allowFontFromSource()
327 checkSource(operativeDirective(m_fontSrc.get()), url); in allowFontFromSource()
649 setCSPDirective<SourceListDirective>(name, value, m_fontSrc); in addDirective()