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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.h 128 OwnPtr<SourceListDirective> m_imgSrc;
CSPDirectiveList.cpp 323 checkSourceAndReportViolation(operativeDirective(m_imgSrc.get()), url, ContentSecurityPolicy::ImgSrc) :
324 checkSource(operativeDirective(m_imgSrc.get()), url);
655 setCSPDirective<SourceListDirective>(name, value, m_imgSrc);

Completed in 38 milliseconds