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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.cpp 856 class CSPDirectiveList {
859 static PassOwnPtr<CSPDirectiveList> create(ContentSecurityPolicy*, const UChar* begin, const UChar* end, ContentSecurityPolicy::HeaderType);
894 CSPDirectiveList(ContentSecurityPolicy*, ContentSecurityPolicy::HeaderType);
955 CSPDirectiveList::CSPDirectiveList(ContentSecurityPolicy* policy, ContentSecurityPolicy::HeaderType type)
965 PassOwnPtr<CSPDirectiveList> CSPDirectiveList::create(ContentSecurityPolicy* policy, const UChar* begin, const UChar* end, (…)
    [all...]
ContentSecurityPolicy.h 45 class CSPDirectiveList;
53 typedef Vector<OwnPtr<CSPDirectiveList> > CSPDirectiveListVector;

Completed in 1406 milliseconds