OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowStyleNonce
(Results
1 - 3
of
3
) sorted by null
/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);
/external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicy.h
110
bool
allowStyleNonce
(const String& nonce) const;
ContentSecurityPolicy.cpp
884
bool
allowStyleNonce
(const String&) const;
[
all
...]
Completed in 470 milliseconds