Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.h121 OwnPtr<SourceListDirective> m_connectSrc; variable
DCSPDirectiveList.cpp340 …checkSourceAndReportViolation(operativeDirective(m_connectSrc.get()), url, ContentSecurityPolicy::… in allowConnectToSource()
341 checkSource(operativeDirective(m_connectSrc.get()), url); in allowConnectToSource()
653 setCSPDirective<SourceListDirective>(name, value, m_connectSrc); in addDirective()