Searched refs:shadowRootType (Results 1 – 7 of 7) sorted by relevance
2165 var shadowRootType = node.shadowRootType();2166 if (shadowRootType) {2170 if (shadowRootType === WebInspector.DOMNode.ShadowRootTypes.UserAgent)2171 nodeTitle += " (" + shadowRootType + ")";
51 this._shadowRootType = payload.shadowRootType;223 shadowRootType: function() method in WebInspector.DOMNode
767 … crumbTitle = current.shadowRootType() ? "#shadow-root" : current.nodeNameInCorrectCase();
101 String shadowRootType(const Node*, ExceptionState&) const;
54 [RaisesException] DOMString shadowRootType(Node root);
663 String Internals::shadowRootType(const Node* root, ExceptionState& exceptionState) const in shadowRootType() function in WebCore::Internals
1435 static TypeBuilder::DOM::ShadowRootType::Enum shadowRootType(ShadowRoot* shadowRoot) in shadowRootType() function1540 value->setShadowRootType(shadowRootType(toShadowRoot(node))); in buildObjectForNode()