allowInline 72 Source/core/frame/csp/CSPDirectiveList.cpp return !directive || (directive->allowInline() && !directive->isHashOrNoncePresent()); allowInline 157 Source/core/frame/csp/CSPDirectiveList.cpp if (directive->allowInline() && directive->isHashOrNoncePresent()) { allowInline 26 Source/core/frame/csp/CSPSourceList.h bool allowInline() const; allowInline 33 Source/core/frame/csp/SourceListDirective.cpp return m_sourceList.allowInline(); allowInline 25 Source/core/frame/csp/SourceListDirective.h bool allowInline() const;