allows 87 Source/core/frame/csp/CSPDirectiveList.cpp return !directive || directive->allows(url); allows 96 Source/core/frame/csp/CSPDirectiveList.cpp if (!directive->allows(current->document()->url())) allows 108 Source/core/frame/csp/CSPDirectiveList.cpp return directive->allows(type); allows 21 Source/core/frame/csp/MediaListDirective.h bool allows(const String& type); allows 24 Source/core/frame/csp/SourceListDirective.h bool allows(const KURL&) const;