Searched defs:CSPDirectiveList (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DContentSecurityPolicy.cpp805 class CSPDirectiveList { class in namespace:WebCore
808 static PassOwnPtr<CSPDirectiveList> create(ContentSecurityPolicy*, const UChar* begin, const UChar* end, ContentSecurityPolicy::HeaderType);
841 CSPDirectiveList(ContentSecurityPolicy*, ContentSecurityPolicy::HeaderType);
899 CSPDirectiveList::CSPDirectiveList(ContentSecurityPolicy* policy, ContentSecurityPolicy::HeaderType type) function in class:WebCore::CSPDirectiveList
909 PassOwnPtr<CSPDirectiveList> CSPDirectiveList::create(ContentSecurityPolicy* policy, const UChar* begin, const UChar* end, ContentSecurityPolicy::HeaderType type)
911 OwnPtr<CSPDirectiveList> directives = adoptPtr(new CSPDirectiveList(policy, type));
925 void CSPDirectiveList
[all...]

Completed in 43 milliseconds