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