HomeSort by relevance Sort by last modified time
    Searched refs:HeaderType (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThreadStartupData.h 48 static PassOwnPtr<WorkerThreadStartupData> create(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
60 ContentSecurityPolicy::HeaderType m_contentSecurityPolicyType;
64 WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients>);
WorkerThreadStartupData.cpp 37 WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerThreadStartMode startMode, const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassOwnPtr<WorkerClients> workerClients)
WorkerGlobalScope.h 145 void applyContentSecurityPolicyFromString(const String& contentSecurityPolicy, ContentSecurityPolicy::HeaderType);
WorkerGlobalScope.cpp 109 void WorkerGlobalScope::applyContentSecurityPolicyFromString(const String& policy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.h 66 enum HeaderType {
83 void didReceiveHeader(const String&, HeaderType);
88 HeaderType deprecatedHeaderType() const;
152 void addPolicyFromHeaderValue(const String&, HeaderType);
ContentSecurityPolicy.cpp 175 UseCounter::Feature getUseCounterType(ContentSecurityPolicy::HeaderType type)
859 static PassOwnPtr<CSPDirectiveList> create(ContentSecurityPolicy*, const UChar* begin, const UChar* end, ContentSecurityPolicy::HeaderType);
864 ContentSecurityPolicy::HeaderType headerType() const { return m_headerType; }
894 CSPDirectiveList(ContentSecurityPolicy*, ContentSecurityPolicy::HeaderType);
931 ContentSecurityPolicy::HeaderType m_headerType;
955 CSPDirectiveList::CSPDirectiveList(ContentSecurityPolicy* policy, ContentSecurityPolicy::HeaderType type)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp 263 OwnPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(url, userAgent, sourceCode, startMode, contentSecurityPolicy, static_cast<WebCore::ContentSecurityPolicy::HeaderType>(policyType), workerClients.release());

Completed in 97 milliseconds