deprecatedHeaderType  104 Source/core/frame/csp/ContentSecurityPolicy.h     ContentSecurityPolicyHeaderType deprecatedHeaderType() const;
deprecatedHeaderType  114 Source/core/workers/WorkerMessagingProxy.cpp     OwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(scriptURL, userAgent, sourceCode, startMode, document->contentSecurityPolicy()->deprecatedHeader(), document->contentSecurityPolicy()->deprecatedHeaderType(), m_workerClients.release());
deprecatedHeaderType  120 Source/web/SharedWorkerRepositoryClientImpl.cpp     OwnPtr<WebSharedWorkerConnector> webWorkerConnector = adoptPtr(m_client->createSharedWorkerConnector(url, name, getId(document), worker->executionContext()->contentSecurityPolicy()->deprecatedHeader(), static_cast<blink::WebContentSecurityPolicyType>(worker->executionContext()->contentSecurityPolicy()->deprecatedHeaderType())));