Home | History | Annotate | Download | only in dom

Lines Matching refs:root

206     // check if different root container
244 // check if different root container
1127 // INVALID_NODE_TYPE_ERR: Raised if the root container of refNode is not an
1150 Node* root = n;
1151 while (Node* parent = root->parentNode())
1152 root = parent;
1154 switch (root->nodeType()) {
1169 if (root->isShadowNode())