OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowInlineStyle
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMSecurityPolicy.cpp
112
return isAllowed<&ContentSecurityPolicy::
allowInlineStyle
>(executionContext());
ContentSecurityPolicy.h
93
bool
allowInlineStyle
(const String& contextURL, const WTF::OrdinalNumber& contextLine, ReportingStatus = SendReport) const;
ContentSecurityPolicy.cpp
869
bool
allowInlineStyle
(const String& contextURL, const WTF::OrdinalNumber& contextLine, ContentSecurityPolicy::ReportingStatus) const;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
StyleElement.cpp
131
bool passesContentSecurityPolicyChecks = document.contentSecurityPolicy()->allowStyleNonce(e->fastGetAttribute(HTMLNames::nonceAttr)) || document.contentSecurityPolicy()->
allowInlineStyle
(e->document().url(), m_startPosition.m_line);
Element.cpp
[
all
...]
Completed in 46 milliseconds