Searched refs:CSPDirective (Results 1 – 4 of 4) sorted by relevance
34 class CSPDirective; variable72 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;
396 class CSPDirective { class398 CSPDirective(const String& value, SecurityOrigin* origin) in CSPDirective() function in WebCore::CSPDirective620 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()
1337 (WebCore::CSPDirective::CSPDirective):1338 (WebCore::CSPDirective::allows):1829 (WebCore::CSPDirective::CSPDirective):1830 (WebCore::CSPDirective::name):1831 (WebCore::CSPDirective::value):
12214 (WebCore::CSPDirective::allowInline):12215 (WebCore::CSPDirective::allowEval):15262 (WebCore::CSPDirective::CSPDirective):15263 (WebCore::CSPDirective::text):36822 (WebCore::CSPDirective::CSPDirective):36823 (WebCore::CSPDirective::allows):