Home | History | Annotate | Download | only in dom

Lines Matching refs:eventParentNode

2332 ContainerNode* Node::eventParentNode()
2341 for (Node* node = this; node; node = node->eventParentNode()) {
2631 for (ContainerNode* ancestor = eventParentNode(); ancestor; ancestor = ancestor->eventParentNode()) {