Home
last modified time | relevance | path

Searched refs:CSPDirective (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.h34 class CSPDirective; variable
72 OwnPtr<CSPDirective> m_scriptSrc;
73 OwnPtr<CSPDirective> m_objectSrc;
74 OwnPtr<CSPDirective> m_imgSrc;
75 OwnPtr<CSPDirective> m_styleSrc;
76 OwnPtr<CSPDirective> m_fontSrc;
77 OwnPtr<CSPDirective> m_mediaSrc;
DContentSecurityPolicy.cpp396 class CSPDirective { class
398 CSPDirective(const String& value, SecurityOrigin* origin) in CSPDirective() function in WebCore::CSPDirective
620 m_scriptSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
622 m_objectSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
624 m_imgSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
626 m_styleSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
628 m_fontSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
630 m_mediaSrc = adoptPtr(new CSPDirective(value, m_origin.get())); in addDirective()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-161337 (WebCore::CSPDirective::CSPDirective):
1338 (WebCore::CSPDirective::allows):
1829 (WebCore::CSPDirective::CSPDirective):
1830 (WebCore::CSPDirective::name):
1831 (WebCore::CSPDirective::value):
DChangeLog12214 (WebCore::CSPDirective::allowInline):
12215 (WebCore::CSPDirective::allowEval):
15262 (WebCore::CSPDirective::CSPDirective):
15263 (WebCore::CSPDirective::text):
36822 (WebCore::CSPDirective::CSPDirective):
36823 (WebCore::CSPDirective::allows):