Searched defs:isInShadowTree (Results 1 – 2 of 2) sorted by relevance
39 WebInspector.DOMNode = function(domAgent, doc, isInShadowTree, payload) { argument215 isInShadowTree: function() method in WebInspector.DOMNode
489 bool isInShadowTree() const { return getFlag(IsInShadowTreeFlag); } in isInShadowTree() function