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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.h 130 OwnPtr<SourceListDirective> m_objectSrc;
CSPDirectiveList.cpp 295 checkSourceAndReportViolation(operativeDirective(m_objectSrc.get()), url, ContentSecurityPolicy::ObjectSrc) :
296 checkSource(operativeDirective(m_objectSrc.get()), url);
649 setCSPDirective<SourceListDirective>(name, value, m_objectSrc);

Completed in 46 milliseconds