Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.h127 OwnPtr<SourceListDirective> m_imgSrc; variable
DCSPDirectiveList.cpp312 …checkSourceAndReportViolation(operativeDirective(m_imgSrc.get()), url, ContentSecurityPolicy::ImgS… in allowImageFromSource()
313 checkSource(operativeDirective(m_imgSrc.get()), url); in allowImageFromSource()
644 setCSPDirective<SourceListDirective>(name, value, m_imgSrc); in addDirective()