allowWorkerContextFromSource  125 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowWorkerContextFromSource(const KURL&, ReportingStatus = SendReport) const;
allowWorkerContextFromSource   66 Source/core/workers/AbstractWorker.cpp     if (executionContext()->contentSecurityPolicy() && !executionContext()->contentSecurityPolicy()->allowWorkerContextFromSource(scriptURL)) {