Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.h126 OwnPtr<SourceListDirective> m_frameSrc; variable
DCSPDirectiveList.cpp301 operativeDirective(m_frameSrc.get(), operativeDirective(m_childSrc.get())) : in allowChildFrameFromSource()
302 operativeDirective(m_frameSrc.get()); in allowChildFrameFromSource()
642 setCSPDirective<SourceListDirective>(name, value, m_frameSrc); in addDirective()