Home | History | Annotate | Download | only in dom

Lines Matching refs:isTreeScope

270     bool isTreeScope() const;
272 bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); }