OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deprecatedheadertype
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.h
88
HeaderType
deprecatedHeaderType
() const;
ContentSecurityPolicy.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
SharedWorkerRepositoryClientImpl.cpp
132
m_webWorkerConnector->startWorkerContext(m_url, m_name, m_worker->executionContext()->userAgent(m_url), m_scriptLoader->script(), m_worker->executionContext()->contentSecurityPolicy()->deprecatedHeader(), static_cast<blink::WebContentSecurityPolicyType>(m_worker->executionContext()->contentSecurityPolicy()->
deprecatedHeaderType
()), m_responseAppCacheID);
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerMessagingProxy.cpp
114
OwnPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(scriptURL, userAgent, sourceCode, startMode, document->contentSecurityPolicy()->deprecatedHeader(), document->contentSecurityPolicy()->
deprecatedHeaderType
(), m_workerClients.release());
Completed in 83 milliseconds