Home | History | Annotate | Download | only in dom

Lines Matching refs:NodeVector

53 typedef Vector<RefPtr<Node>, 1> NodeVector;
59 static inline void collectNodes(Node* node, NodeVector& nodes)
65 static void collectTargetNodes(Node* node, NodeVector& nodes)
81 NodeVector children;
126 NodeVector targets;
137 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
220 NodeVector targets;
230 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
390 NodeVector children;
393 for (NodeVector::const_iterator it = children.begin(); it != children.end(); it++) {
587 NodeVector targets;
594 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
753 NodeVector children;
756 NodeVector::iterator it;