Home | History | Annotate | Download | only in dom

Lines Matching refs:postInsertionNotificationTargets

780     NodeVector postInsertionNotificationTargets;
781 notifyNodeInsertedInternal(root, postInsertionNotificationTargets);
785 for (size_t i = 0; i < postInsertionNotificationTargets.size(); ++i) {
786 Node* targetNode = postInsertionNotificationTargets[i].get();
792 void ContainerNode::notifyNodeInsertedInternal(Node& root, NodeVector& postInsertionNotificationTargets)
803 postInsertionNotificationTargets.append(node);
805 notifyNodeInsertedInternal(*shadowRoot, postInsertionNotificationTargets);