OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_styleSrc
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h
75
OwnPtr<CSPDirective>
m_styleSrc
;
ContentSecurityPolicy.cpp
523
return !
m_styleSrc
||
m_styleSrc
->allows(url);
625
else if (!
m_styleSrc
&& equalIgnoringCase(name, styleSrc))
626
m_styleSrc
= adoptPtr(new CSPDirective(value, m_origin.get()));
Completed in 74 milliseconds