Home
last modified time | relevance | path

Searched refs:allow_shadow_root (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_tree_builder.h58 bool allow_shadow_root);
64 bool allow_shadow_root);
H A Dhtml_document_parser.cc293 bool allow_shadow_root = document.GetDeclarativeShadowRootAllowState() != in HTMLDocumentParser() local
296 this, document, kAllowScriptingContent, options_, allow_shadow_root); in HTMLDocumentParser()
308 bool allow_shadow_root = in HTMLDocumentParser() local
315 allow_shadow_root); in HTMLDocumentParser()
H A Dhtml_tree_builder.cc236 bool allow_shadow_root) in HTMLTreeBuilder() argument
242 allow_shadow_root_(allow_shadow_root), in HTMLTreeBuilder()
252 bool allow_shadow_root) in HTMLTreeBuilder() argument
257 allow_shadow_root) { in HTMLTreeBuilder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dshadow_root.cc123 bool allow_shadow_root = in SetInnerHTMLInternal() local
126 html, &host(), kAllowScriptingContent, "innerHTML", allow_shadow_root, in SetInnerHTMLInternal()
H A Delement.cc4472 bool allow_shadow_root = in SetInnerHTMLInternal() local
4475 html, this, kAllowScriptingContent, "innerHTML", allow_shadow_root, in SetInnerHTMLInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/serializers/
H A Dserialization.h69 bool allow_shadow_root,
H A Dserialization.cc612 bool allow_shadow_root, in CreateFragmentForInnerOuterHTML() argument
626 document.setAllowDeclarativeShadowRoot(allow_shadow_root); in CreateFragmentForInnerOuterHTML()