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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.h 121 OwnPtr<SourceListDirective> m_connectSrc;
CSPDirectiveList.cpp 340 checkSourceAndReportViolation(operativeDirective(m_connectSrc.get()), url, ContentSecurityPolicy::ConnectSrc) :
341 checkSource(operativeDirective(m_connectSrc.get()), url);
653 setCSPDirective<SourceListDirective>(name, value, m_connectSrc);

Completed in 728 milliseconds