nextSibling 100 Source/core/accessibility/AXARIAGrid.cpp for (RefPtr<AXObject> child = firstChild(); child; child = child->nextSibling()) { nextSibling 375 Source/core/accessibility/AXNodeObject.cpp for (Element* sibling = ElementTraversal::firstChild(*parent); sibling; sibling = ElementTraversal::nextSibling(*sibling)) { nextSibling 1090 Source/core/accessibility/AXNodeObject.cpp for (AXObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 1291 Source/core/accessibility/AXNodeObject.cpp Node* nextSibling = node()->nextSibling(); nextSibling 1292 Source/core/accessibility/AXNodeObject.cpp if (!nextSibling) nextSibling 1295 Source/core/accessibility/AXNodeObject.cpp return axObjectCache()->getOrCreate(nextSibling); nextSibling 1313 Source/core/accessibility/AXNodeObject.cpp for (Node* child = m_node->firstChild(); child; child = child->nextSibling()) nextSibling 179 Source/core/accessibility/AXNodeObject.h virtual AXObject* nextSibling() const OVERRIDE; nextSibling 489 Source/core/accessibility/AXObject.h virtual AXObject* nextSibling() const { return 0; } nextSibling 1258 Source/core/accessibility/AXRenderObject.cpp for (AXObject* child = firstChild(); child; child = child->nextSibling()) nextSibling 1393 Source/core/accessibility/AXRenderObject.cpp RenderObject* nextSibling = 0; nextSibling 1398 Source/core/accessibility/AXRenderObject.cpp nextSibling = firstChildConsideringContinuation(inlineContinuation); nextSibling 1405 Source/core/accessibility/AXRenderObject.cpp nextSibling = lastParent->nextSibling(); nextSibling 1406 Source/core/accessibility/AXRenderObject.cpp } else if (RenderObject* ns = m_renderer->nextSibling()) { nextSibling 1408 Source/core/accessibility/AXRenderObject.cpp nextSibling = ns; nextSibling 1412 Source/core/accessibility/AXRenderObject.cpp nextSibling = endOfContinuations(m_renderer)->nextSibling(); nextSibling 1419 Source/core/accessibility/AXRenderObject.cpp nextSibling = continuation; nextSibling 1422 Source/core/accessibility/AXRenderObject.cpp nextSibling = firstChildConsideringContinuation(continuation); nextSibling 1426 Source/core/accessibility/AXRenderObject.cpp if (!nextSibling) nextSibling 1429 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->getOrCreate(nextSibling); nextSibling 1443 Source/core/accessibility/AXRenderObject.cpp for (RefPtr<AXObject> obj = firstChild(); obj; obj = obj->nextSibling()) nextSibling 2122 Source/core/accessibility/AXRenderObject.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) { nextSibling 2135 Source/core/accessibility/AXRenderObject.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) { nextSibling 168 Source/core/accessibility/AXRenderObject.h virtual AXObject* nextSibling() const OVERRIDE; nextSibling 577 Source/core/css/SelectorChecker.cpp for (Node* n = element.firstChild(); n; n = n->nextSibling()) { nextSibling 57 Source/core/css/SiblingTraversalStrategies.h return !ElementTraversal::nextSibling(element); nextSibling 71 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::nextSibling(element); sibling; sibling = ElementTraversal::nextSibling(*sibling)) { nextSibling 101 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::nextSibling(element); sibling; sibling = ElementTraversal::nextSibling(*sibling)) nextSibling 110 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::nextSibling(element); sibling; sibling = ElementTraversal::nextSibling(*sibling)) { nextSibling 125 Source/core/css/invalidation/StyleInvalidator.cpp for (Element* child = ElementTraversal::firstWithin(*root); child; child = ElementTraversal::nextSibling(*child)) { nextSibling 132 Source/core/css/invalidation/StyleInvalidator.cpp for (Element* child = ElementTraversal::firstWithin(element); child; child = ElementTraversal::nextSibling(*child)) { nextSibling 159 Source/core/dom/Attr.cpp for (Node *n = firstChild(); n; n = n->nextSibling()) { nextSibling 78 Source/core/dom/ChildListMutationScope.cpp return isEmpty() || (m_lastAdded == child->previousSibling() && m_nextSibling == child->nextSibling()); nextSibling 92 Source/core/dom/ChildListMutationScope.cpp m_nextSibling = child->nextSibling(); nextSibling 115 Source/core/dom/ChildListMutationScope.cpp m_nextSibling = child->nextSibling(); nextSibling 118 Source/core/dom/ChildListMutationScope.cpp m_nextSibling = child->nextSibling(); nextSibling 22 Source/core/dom/ChildNode.h return ElementTraversal::nextSibling(node); nextSibling 56 Source/core/dom/ChildNodeList.cpp while ((next = next->nextSibling())) { nextSibling 78 Source/core/dom/ContainerNode.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) nextSibling 105 Source/core/dom/ContainerNode.cpp for (Node* node = child.firstChild(); node; node = node->nextSibling()) { nextSibling 247 Source/core/dom/ContainerNode.cpp ASSERT(!newChild.nextSibling()); nextSibling 256 Source/core/dom/ContainerNode.cpp ASSERT(prev->nextSibling() == nextChild); nextSibling 321 Source/core/dom/ContainerNode.cpp RefPtr<Node> next = oldChild->nextSibling(); nextSibling 455 Source/core/dom/ContainerNode.cpp Node* next = child->nextSibling(); nextSibling 494 Source/core/dom/ContainerNode.cpp Node* next = oldChild.nextSibling(); nextSibling 548 Source/core/dom/ContainerNode.cpp removeBetween(0, m_firstChild->nextSibling(), *m_firstChild); nextSibling 672 Source/core/dom/ContainerNode.cpp for (Node* n = firstChild(); n && !exceptionState.hadException(); n = n->nextSibling()) nextSibling 694 Source/core/dom/ContainerNode.cpp } else if (o->nextSibling()) { nextSibling 695 Source/core/dom/ContainerNode.cpp o = o->nextSibling(); nextSibling 700 Source/core/dom/ContainerNode.cpp next = o->nextSibling(); nextSibling 903 Source/core/dom/ContainerNode.cpp for (n = firstChild(); n; n = n->nextSibling()) nextSibling 913 Source/core/dom/ContainerNode.cpp n = n->nextSibling(); nextSibling 998 Source/core/dom/ContainerNode.cpp childrenChanged(false, child.previousSibling(), child.nextSibling(), 1); nextSibling 1033 Source/core/dom/ContainerNode.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) { nextSibling 102 Source/core/dom/ContainerNode.h bool hasOneChild() const { return m_firstChild && !m_firstChild->nextSibling(); } nextSibling 240 Source/core/dom/ContainerNode.h child = child->nextSibling(); nextSibling 258 Source/core/dom/ContainerNode.h for (Node* child = firstChild(); child; child = child->nextSibling()) { nextSibling 270 Source/core/dom/ContainerNode.h for (Node* child = firstChild(); child; child = child->nextSibling()) nextSibling 326 Source/core/dom/ContainerNode.h for (Node* child = node.firstChild(); child; child = child->nextSibling()) nextSibling 353 Source/core/dom/ContainerNode.h m_currentNode = node->nextSibling(); nextSibling 370 Source/core/dom/ContainerNode.h node = node->nextSibling(); nextSibling 69 Source/core/dom/ContainerNodeAlgorithms.cpp for (Node* child = node.firstChild(); child; child = child->nextSibling()) { nextSibling 106 Source/core/dom/ContainerNodeAlgorithms.cpp for (Node* child = node.firstChild(); child; child = child->nextSibling()) { nextSibling 142 Source/core/dom/ContainerNodeAlgorithms.cpp for (Node* child = node.firstChild(); child; child = child->nextSibling()) nextSibling 94 Source/core/dom/ContainerNodeAlgorithms.h next = n->nextSibling(); nextSibling 167 Source/core/dom/ContainerNodeAlgorithms.h next = n->nextSibling(); nextSibling 323 Source/core/dom/ContainerNodeAlgorithms.h for (Node* child = root.firstChild(); child; child = child->nextSibling()) nextSibling 358 Source/core/dom/ContainerNodeAlgorithms.h for (Node* child = m_root.firstChild(); child; child = child->nextSibling()) nextSibling 879 Source/core/dom/Document.cpp for (Node* oldChild = oldContainerNode->firstChild(); oldChild; oldChild = oldChild->nextSibling()) { nextSibling 2334 Source/core/dom/Document.cpp for (HTMLElement* child = Traversal<HTMLElement>::firstWithin(*documentElement()); child; child = Traversal<HTMLElement>::nextSibling(*child)) { nextSibling 3179 Source/core/dom/Document.cpp for (Node* c = firstChild(); c; c = c->nextSibling()) nextSibling 3197 Source/core/dom/Document.cpp for (Node* c = firstChild(); c; c = c->nextSibling()) { nextSibling 3215 Source/core/dom/Document.cpp for (Node* c = newChild.firstChild(); c; c = c->nextSibling()) { nextSibling 3645 Source/core/dom/Document.cpp for (Node* n = container.firstChild(); n; n = n->nextSibling()) nextSibling 3650 Source/core/dom/Document.cpp for (Node* n = container.firstChild(); n; n = n->nextSibling()) { nextSibling 4263 Source/core/dom/Document.cpp for (HTMLLinkElement* linkElement = Traversal<HTMLLinkElement>::firstChild(*head()); linkElement; linkElement = Traversal<HTMLLinkElement>::nextSibling(*linkElement)) { nextSibling 4520 Source/core/dom/Document.cpp for (HTMLLinkElement* linkElement = head() ? Traversal<HTMLLinkElement>::firstChild(*head()) : 0; linkElement; linkElement = Traversal<HTMLLinkElement>::nextSibling(*linkElement)) { nextSibling 1838 Source/core/dom/Element.cpp Node* firstElementAfterInsertion = afterChange->isElementNode() ? afterChange : ElementTraversal::nextSibling(*afterChange); nextSibling 1873 Source/core/dom/Element.cpp if (Node* firstElementAfterInsertion = afterChange->isElementNode() ? afterChange : ElementTraversal::nextSibling(*afterChange)) nextSibling 2269 Source/core/dom/Element.cpp RefPtr<Node> next = nextSibling(); nextSibling 2307 Source/core/dom/Element.cpp parent->insertBefore(newChild, nextSibling(), exceptionState); nextSibling 2392 Source/core/dom/Element.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) { nextSibling 2416 Source/core/dom/Element.cpp for (Node* child = firstTextNode; child; child = child->nextSibling()) { nextSibling 81 Source/core/dom/ElementTraversal.h static ElementType* nextSibling(const Node&); nextSibling 172 Source/core/dom/ElementTraversal.h node = node->nextSibling(); nextSibling 330 Source/core/dom/ElementTraversal.h inline ElementType* Traversal<ElementType>::nextSibling(const Node& current) nextSibling 332 Source/core/dom/ElementTraversal.h Node* node = current.nextSibling(); nextSibling 334 Source/core/dom/ElementTraversal.h node = node->nextSibling(); nextSibling 47 Source/core/dom/MutationRecord.cpp ChildListRecord(PassRefPtr<Node> target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling) nextSibling 52 Source/core/dom/MutationRecord.cpp , m_nextSibling(nextSibling) nextSibling 140 Source/core/dom/MutationRecord.cpp virtual Node* nextSibling() OVERRIDE { return m_record->nextSibling(); } nextSibling 169 Source/core/dom/MutationRecord.cpp PassRefPtr<MutationRecord> MutationRecord::createChildList(PassRefPtr<Node> target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling) nextSibling 171 Source/core/dom/MutationRecord.cpp return adoptRef(new ChildListRecord(target, added, removed, previousSibling, nextSibling)); nextSibling 47 Source/core/dom/MutationRecord.h static PassRefPtr<MutationRecord> createChildList(PassRefPtr<Node> target, PassRefPtr<NodeList> added, PassRefPtr<NodeList> removed, PassRefPtr<Node> previousSibling, PassRefPtr<Node> nextSibling); nextSibling 65 Source/core/dom/MutationRecord.h virtual Node* nextSibling() { return 0; } nextSibling 389 Source/core/dom/Node.cpp if (parentElement() && !nextSibling()) { nextSibling 396 Source/core/dom/Node.cpp return nextSibling(); nextSibling 626 Source/core/dom/Node.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) { nextSibling 671 Source/core/dom/Node.cpp for (Node* child = rootNode->firstChild(); child; child = child->nextSibling()) nextSibling 1014 Source/core/dom/Node.cpp for (Node* sibling = start; sibling; sibling = sibling->nextSibling()) { nextSibling 1050 Source/core/dom/Node.cpp if (nextSibling()) nextSibling 1051 Source/core/dom/Node.cpp return nextSibling(); nextSibling 1053 Source/core/dom/Node.cpp while (n && !n->nextSibling()) nextSibling 1056 Source/core/dom/Node.cpp return n->nextSibling(); nextSibling 1272 Source/core/dom/Node.cpp child = child->nextSibling(); nextSibling 1273 Source/core/dom/Node.cpp otherChild = otherChild->nextSibling(); nextSibling 1462 Source/core/dom/Node.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) { nextSibling 1628 Source/core/dom/Node.cpp if (!child2->nextSibling()) nextSibling 1630 Source/core/dom/Node.cpp if (!child1->nextSibling()) nextSibling 1766 Source/core/dom/Node.cpp if (node->previousSibling() || node->nextSibling()) { nextSibling 1865 Source/core/dom/Node.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) nextSibling 2440 Source/core/dom/Node.cpp for (HTMLStyleElement* style = Traversal<HTMLStyleElement>::firstChild(*this); style; style = Traversal<HTMLStyleElement>::nextSibling(*style)) { nextSibling 172 Source/core/dom/Node.h Node* nextSibling() const { return m_next; } nextSibling 84 Source/core/dom/NodeRenderingTraversal.cpp walker.nextSibling(); nextSibling 178 Source/core/dom/NodeRenderingTraversal.cpp Node* nextNode = nextSibling(node); nextSibling 226 Source/core/dom/NodeRenderingTraversal.cpp for (Node* sibling = NodeRenderingTraversal::nextSibling(node); sibling; sibling = NodeRenderingTraversal::nextSibling(sibling)) { nextSibling 61 Source/core/dom/NodeRenderingTraversal.h Node* nextSibling(const Node*); nextSibling 78 Source/core/dom/NodeTraversal.cpp ASSERT(!current.nextSibling()); nextSibling 80 Source/core/dom/NodeTraversal.cpp if (parent->nextSibling()) nextSibling 81 Source/core/dom/NodeTraversal.cpp return parent->nextSibling(); nextSibling 88 Source/core/dom/NodeTraversal.cpp ASSERT(!current.nextSibling()); nextSibling 93 Source/core/dom/NodeTraversal.cpp if (parent->nextSibling()) nextSibling 94 Source/core/dom/NodeTraversal.cpp return parent->nextSibling(); nextSibling 131 Source/core/dom/NodeTraversal.cpp if (!current.nextSibling()) nextSibling 133 Source/core/dom/NodeTraversal.cpp Node* next = current.nextSibling(); nextSibling 86 Source/core/dom/NodeTraversal.h if (current.nextSibling()) nextSibling 87 Source/core/dom/NodeTraversal.h return current.nextSibling(); nextSibling 98 Source/core/dom/NodeTraversal.h if (current.nextSibling()) nextSibling 99 Source/core/dom/NodeTraversal.h return current.nextSibling(); nextSibling 106 Source/core/dom/NodeTraversal.h if (current.nextSibling()) nextSibling 107 Source/core/dom/NodeTraversal.h return current.nextSibling(); nextSibling 116 Source/core/dom/NodeTraversal.h if (current.nextSibling()) nextSibling 117 Source/core/dom/NodeTraversal.h return current.nextSibling(); nextSibling 59 Source/core/dom/ParentNode.h for (Element* child = ElementTraversal::firstWithin(node); child; child = ElementTraversal::nextSibling(*child)) nextSibling 263 Source/core/dom/Position.cpp return m_anchorNode->nextSibling(); nextSibling 301 Source/core/dom/Position.h for (Node* node = anchorNode->firstChild(); node && newOffset < offset; node = node->nextSibling()) nextSibling 313 Source/core/dom/Position.h for (Node* node = anchorNode->firstChild(); node && currentOffset < offset; node = node->nextSibling()) nextSibling 68 Source/core/dom/PositionIterator.cpp m_nodeAfterPositionInAnchor = m_nodeAfterPositionInAnchor->nextSibling(); nextSibling 77 Source/core/dom/PseudoElement.cpp ASSERT(!nextSibling()); nextSibling 489 Source/core/dom/Range.cpp n = n->nextSibling(); nextSibling 507 Source/core/dom/Range.cpp n = n->nextSibling(); nextSibling 543 Source/core/dom/Range.cpp n = n->nextSibling(); nextSibling 638 Source/core/dom/Range.cpp container = container->nextSibling(); nextSibling 735 Source/core/dom/Range.cpp processStart = processStart->nextSibling(); nextSibling 765 Source/core/dom/Range.cpp for (Node* n = processStart.get(); n && n != processEnd; n = n->nextSibling()) nextSibling 843 Source/core/dom/Range.cpp n = n->nextSibling(); nextSibling 844 Source/core/dom/Range.cpp for (unsigned i = startOffset; n && i < endOffset; i++, n = n->nextSibling()) nextSibling 880 Source/core/dom/Range.cpp RefPtr<Node> firstChildInAncestorToProcess = direction == ProcessContentsForward ? container->nextSibling() : container->previousSibling(); nextSibling 897 Source/core/dom/Range.cpp child = (direction == ProcessContentsForward) ? child->nextSibling() : child->previousSibling()) nextSibling 923 Source/core/dom/Range.cpp firstChildInAncestorToProcess = direction == ProcessContentsForward ? ancestor->nextSibling() : ancestor->previousSibling(); nextSibling 985 Source/core/dom/Range.cpp for (Node* c = newNode->firstChild(); c; c = c->nextSibling()) { nextSibling 1659 Source/core/dom/Range.cpp for (Node* nodeToBeRemoved = container.firstChild(); nodeToBeRemoved; nodeToBeRemoved = nodeToBeRemoved->nextSibling()) { nextSibling 1772 Source/core/dom/Range.cpp boundary.set(boundaryContainer, boundaryOffset + 1, oldNode.nextSibling()); nextSibling 1774 Source/core/dom/Range.cpp boundary.set(oldNode.nextSibling(), boundaryOffset - oldNode.length(), 0); nextSibling 1782 Source/core/dom/Range.cpp ASSERT(oldNode.nextSibling()); nextSibling 1783 Source/core/dom/Range.cpp ASSERT(oldNode.nextSibling()->isTextNode()); nextSibling 59 Source/core/dom/RangeTest.cpp Text* newText = toText(oldText->nextSibling()); nextSibling 104 Source/core/dom/RangeTest.cpp Text* newText = toText(oldText->nextSibling()); nextSibling 70 Source/core/dom/Text.cpp while (Node* nextSibling = this->nextSibling()) { nextSibling 71 Source/core/dom/Text.cpp if (nextSibling->nodeType() != TEXT_NODE) nextSibling 74 Source/core/dom/Text.cpp RefPtr<Text> nextText = toText(nextSibling); nextSibling 124 Source/core/dom/Text.cpp parentNode()->insertBefore(newText.get(), nextSibling(), exceptionState); nextSibling 155 Source/core/dom/Text.cpp while ((n = n->nextSibling())) { nextSibling 172 Source/core/dom/Text.cpp Node* onePastEndText = endText->nextSibling(); nextSibling 174 Source/core/dom/Text.cpp for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) { nextSibling 184 Source/core/dom/Text.cpp for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) { nextSibling 206 Source/core/dom/Text.cpp n = nodeToRemove->nextSibling(); nextSibling 211 Source/core/dom/Text.cpp Node* onePastEndText = endText->nextSibling(); nextSibling 212 Source/core/dom/Text.cpp for (RefPtr<Node> n = nextSibling(); n && n != onePastEndText && n->isTextNode() && n->parentNode() == parent;) { nextSibling 214 Source/core/dom/Text.cpp n = nodeToRemove->nextSibling(); nextSibling 282 Source/core/dom/Text.cpp first = first->nextSibling(); nextSibling 94 Source/core/dom/TreeWalker.cpp if (node->nextSibling()) { nextSibling 95 Source/core/dom/TreeWalker.cpp node = node->nextSibling(); nextSibling 183 Source/core/dom/TreeWalker.cpp for (RefPtr<Node> sibling = node->nextSibling(); sibling; ) { nextSibling 201 Source/core/dom/TreeWalker.cpp sibling = sibling->nextSibling(); nextSibling 267 Source/core/dom/TreeWalker.cpp while (Node* nextSibling = NodeTraversal::nextSkippingChildren(*node, root())) { nextSibling 268 Source/core/dom/TreeWalker.cpp node = nextSibling; nextSibling 52 Source/core/dom/TreeWalker.h Node* nextSibling(ExceptionState&); nextSibling 60 Source/core/dom/shadow/ComposedTreeWalker.cpp for (const Node* sibling = node; sibling; sibling = (direction == TraversalDirectionForward ? sibling->nextSibling() : sibling->previousSibling())) { nextSibling 107 Source/core/dom/shadow/ComposedTreeWalker.cpp if (Node* found = traverseSiblings(direction == TraversalDirectionForward ? node->nextSibling() : node->previousSibling(), direction)) nextSibling 57 Source/core/dom/shadow/ComposedTreeWalker.h void nextSibling(); nextSibling 131 Source/core/dom/shadow/ComposedTreeWalker.h inline void ComposedTreeWalker::nextSibling() nextSibling 70 Source/core/dom/shadow/ElementShadow.cpp for (Node* child = parent.firstChild(); child; child = child->nextSibling()) { nextSibling 102 Source/core/dom/shadow/ElementShadow.cpp for (Node* fallbackNode = insertionPoint->firstChild(); fallbackNode; fallbackNode = fallbackNode->nextSibling()) { nextSibling 58 Source/core/dom/shadow/InsertionPoint.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) nextSibling 448 Source/core/editing/ApplyStyleCommand.cpp next = node->nextSibling(); nextSibling 496 Source/core/editing/ApplyStyleCommand.cpp if (before ? currentNode->previousSibling() : currentNode->nextSibling()) nextSibling 497 Source/core/editing/ApplyStyleCommand.cpp splitElement(parent, before ? currentNode : currentNode->nextSibling()); nextSibling 797 Source/core/editing/ApplyStyleCommand.cpp Node* sibling = node->nextSibling(); nextSibling 802 Source/core/editing/ApplyStyleCommand.cpp sibling = runEnd->nextSibling(); nextSibling 873 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Node> nextSibling = node->nextSibling(); nextSibling 879 Source/core/editing/ApplyStyleCommand.cpp runStart = previousSibling ? previousSibling->nextSibling() : parent->firstChild(); nextSibling 881 Source/core/editing/ApplyStyleCommand.cpp runEnd = nextSibling ? nextSibling->previousSibling() : parent->lastChild(); nextSibling 1151 Source/core/editing/ApplyStyleCommand.cpp for (; childNode; childNode = childNode->nextSibling()) nextSibling 1302 Source/core/editing/ApplyStyleCommand.cpp if (end.deprecatedNode()->nextSibling()) nextSibling 1311 Source/core/editing/ApplyStyleCommand.cpp Node* nextSibling = endNode->nextSibling(); nextSibling 1312 Source/core/editing/ApplyStyleCommand.cpp if (nextSibling && areIdenticalElements(endNode, nextSibling)) { nextSibling 1313 Source/core/editing/ApplyStyleCommand.cpp Element* nextElement = toElement(nextSibling); nextSibling 1340 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Node> next = node->nextSibling(); nextSibling 1350 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Node> nextSibling = element->nextSibling(); nextSibling 1352 Source/core/editing/ApplyStyleCommand.cpp if (nextSibling && nextSibling->isElementNode() && nextSibling->rendererIsEditable() nextSibling 1353 Source/core/editing/ApplyStyleCommand.cpp && areIdenticalElements(element.get(), toElement(nextSibling))) nextSibling 1354 Source/core/editing/ApplyStyleCommand.cpp mergeIdenticalElements(element.get(), toElement(nextSibling)); nextSibling 1357 Source/core/editing/ApplyStyleCommand.cpp Node* mergedElement = previousSibling->nextSibling(); nextSibling 1525 Source/core/editing/ApplyStyleCommand.cpp for (Node* curr = node->firstChild(); curr; curr = curr->nextSibling()) { nextSibling 1534 Source/core/editing/ApplyStyleCommand.cpp Node* next = childText->nextSibling(); nextSibling 152 Source/core/editing/BreakBlockquoteCommand.cpp listChildNode = listChildNode->nextSibling(); nextSibling 173 Source/core/editing/BreakBlockquoteCommand.cpp moveRemainingSiblingsToNewParent(ancestor->nextSibling(), 0, clonedParent); nextSibling 311 Source/core/editing/CompositeEditCommand.cpp ASSERT(refChild->nextSibling()); nextSibling 312 Source/core/editing/CompositeEditCommand.cpp insertNodeBefore(insertChild, refChild->nextSibling()); nextSibling 328 Source/core/editing/CompositeEditCommand.cpp child = child->nextSibling(); nextSibling 356 Source/core/editing/CompositeEditCommand.cpp for (unsigned i = from; child && i < to; i++, child = child->nextSibling()) nextSibling 389 Source/core/editing/CompositeEditCommand.cpp for (; node && node != pastLastNodeToMove; node = node->nextSibling()) nextSibling 441 Source/core/editing/CompositeEditCommand.cpp if (first->nextSibling() != second) { nextSibling 1294 Source/core/editing/CompositeEditCommand.cpp RefPtr<Node> nextListNode = emptyListItem->isElementNode() ? ElementTraversal::nextSibling(*emptyListItem): emptyListItem->nextSibling(); nextSibling 57 Source/core/editing/DeleteSelectionCommand.cpp for (Node* child = row->firstChild(); child; child = child->nextSibling()) nextSibling 344 Source/core/editing/DeleteSelectionCommand.cpp RefPtr<Node> nextChild = child->nextSibling(); nextSibling 363 Source/core/editing/DeleteSelectionCommand.cpp child = child->nextSibling(); nextSibling 688 Source/core/editing/DeleteSelectionCommand.cpp Node* row = m_startTableRow->nextSibling(); nextSibling 690 Source/core/editing/DeleteSelectionCommand.cpp RefPtr<Node> nextRow = row->nextSibling(); nextSibling 450 Source/core/editing/FrameSelection.cpp return Position(toText(oldNode.nextSibling()), positionOffset - oldLength); nextSibling 70 Source/core/editing/IndentOutdentCommand.cpp RefPtr<Element> nextList = ElementTraversal::nextSibling(*selectedListItem); nextSibling 156 Source/core/editing/IndentOutdentCommand.cpp Node* splitPoint = enclosingNode->nextSibling(); nextSibling 70 Source/core/editing/InsertListCommand.cpp Element* nextSibling = ElementTraversal::nextSibling(*list); nextSibling 71 Source/core/editing/InsertListCommand.cpp if (!nextSibling || !nextSibling->isHTMLElement()) nextSibling 74 Source/core/editing/InsertListCommand.cpp RefPtr<HTMLElement> nextList = toHTMLElement(nextSibling); nextSibling 269 Source/core/editing/InsertListCommand.cpp nextListChild = listChildNode->nextSibling(); nextSibling 53 Source/core/editing/InsertParagraphSeparatorCommand.cpp while (!curBlock->nextSibling() && isHTMLDivElement(*curBlock->parentElement()) && curBlock->parentElement()->parentElement()) { nextSibling 402 Source/core/editing/InsertParagraphSeparatorCommand.cpp for (n = startBlock->firstChild(); n; n = n->nextSibling()) { nextSibling 143 Source/core/editing/MarkupAccumulator.cpp for ( ; current; current = current->nextSibling()) nextSibling 42 Source/core/editing/MergeIdenticalElementsCommand.cpp ASSERT(m_element1->nextSibling() == m_element2); nextSibling 47 Source/core/editing/MergeIdenticalElementsCommand.cpp if (m_element1->nextSibling() != m_element2 || !m_element1->rendererIsEditable() || !m_element2->rendererIsEditable()) nextSibling 53 Source/core/editing/MergeIdenticalElementsCommand.cpp for (Node* child = m_element1->firstChild(); child; child = child->nextSibling()) nextSibling 81 Source/core/editing/MergeIdenticalElementsCommand.cpp for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling()) nextSibling 53 Source/core/editing/RemoveNodeCommand.cpp m_refChild = m_node->nextSibling(); nextSibling 45 Source/core/editing/RemoveNodePreservingChildrenCommand.cpp for (Node* child = m_node->firstChild(); child; child = child->nextSibling()) nextSibling 646 Source/core/editing/ReplaceSelectionCommand.cpp if (ancestor->nextSibling()) nextSibling 647 Source/core/editing/ReplaceSelectionCommand.cpp insertNodeBefore(node, ancestor->nextSibling()); nextSibling 1071 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Node> node = refNode->nextSibling(); nextSibling 1091 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Node> next = node->nextSibling(); nextSibling 1159 Source/core/editing/ReplaceSelectionCommand.cpp if (m_shouldMergeEnd && destinationNode != enclosingInline(destinationNode) && enclosingInline(destinationNode)->nextSibling()) nextSibling 1393 Source/core/editing/ReplaceSelectionCommand.cpp if (text->nextSibling() && text->nextSibling()->isTextNode()) { nextSibling 1394 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Text> next = toText(text->nextSibling()); nextSibling 52 Source/core/editing/SimplifyMarkupCommand.cpp if (node->firstChild() || (node->isTextNode() && node->nextSibling())) nextSibling 799 Source/core/editing/SpellChecker.cpp node = node->nextSibling(); nextSibling 53 Source/core/editing/SplitElementCommand.cpp for (Node* node = m_element2->firstChild(); node != m_atChild; node = node->nextSibling()) nextSibling 86 Source/core/editing/SplitElementCommand.cpp for (Node* node = m_element1->firstChild(); node; node = node->nextSibling()) nextSibling 182 Source/core/editing/TextIterator.cpp if (Node* next = node->nextSibling()) nextSibling 469 Source/core/editing/TextIterator.cpp next = m_node->nextSibling(); nextSibling 487 Source/core/editing/TextIterator.cpp next = m_node->nextSibling(); nextSibling 745 Source/core/editing/TextIterator.cpp for (RenderObject* current = firstLetter->firstChild(); current; current = current->nextSibling()) { nextSibling 45 Source/core/editing/WrapContentsInDummySpanCommand.cpp for (Node* child = m_element->firstChild(); child; child = child->nextSibling()) nextSibling 70 Source/core/editing/WrapContentsInDummySpanCommand.cpp for (Node* child = m_dummySpan->firstChild(); child; child = child->nextSibling()) nextSibling 778 Source/core/editing/htmlediting.cpp return !childRenderer->nextSibling(); nextSibling 385 Source/core/editing/markup.cpp if (!openedTag && (!n->nextSibling() || next == pastEnd)) { nextSibling 960 Source/core/editing/markup.cpp nextChild = child->nextSibling(); nextSibling 986 Source/core/editing/markup.cpp nextNode = node->nextSibling(); nextSibling 1063 Source/core/editing/markup.cpp Node* next = node->nextSibling(); nextSibling 20 Source/core/frame/FrameClient.h virtual Frame* nextSibling() const = 0; nextSibling 1415 Source/core/frame/FrameView.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { nextSibling 2877 Source/core/frame/FrameView.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { nextSibling 187 Source/core/frame/LocalFrame.cpp for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 232 Source/core/frame/LocalFrame.cpp for (LocalFrame* child = tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 453 Source/core/frame/LocalFrame.cpp for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 463 Source/core/frame/LocalFrame.cpp for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 245 Source/core/frame/SmartClip.cpp for (Node* child = parentNode->firstChild(); child; child = child->nextSibling()) { nextSibling 175 Source/core/html/HTMLAppletElement.cpp for (HTMLParamElement* param = Traversal<HTMLParamElement>::firstChild(*this); param; param = Traversal<HTMLParamElement>::nextSibling(*param)) { nextSibling 313 Source/core/html/HTMLCollection.cpp element = ElementTraversal::nextSibling(*element); nextSibling 321 Source/core/html/HTMLCollection.cpp next = ElementTraversal::nextSibling(*next); nextSibling 428 Source/core/html/HTMLElement.cpp RefPtr<Node> next = nextSibling(); nextSibling 70 Source/core/html/HTMLFieldSetElement.cpp for (HTMLLegendElement* legend = Traversal<HTMLLegendElement>::firstChild(*this); legend; legend = Traversal<HTMLLegendElement>::nextSibling(*legend)) nextSibling 1196 Source/core/html/HTMLMediaElement.cpp for (HTMLTrackElement* trackElement = Traversal<HTMLTrackElement>::firstChild(*this); trackElement; trackElement = Traversal<HTMLTrackElement>::nextSibling(*trackElement)) { nextSibling 1427 Source/core/html/HTMLMediaElement.cpp for (HTMLSourceElement* source = Traversal<HTMLSourceElement>::firstChild(*this); source; source = Traversal<HTMLSourceElement>::nextSibling(*source)) nextSibling 2649 Source/core/html/HTMLMediaElement.cpp m_nextChildNodeToConsider = source->nextSibling(); nextSibling 2684 Source/core/html/HTMLMediaElement.cpp if (m_currentSourceNode && source == m_currentSourceNode->nextSibling()) { nextSibling 2722 Source/core/html/HTMLMediaElement.cpp m_nextChildNodeToConsider = m_currentSourceNode->nextSibling(); nextSibling 149 Source/core/html/HTMLObjectElement.cpp for (HTMLParamElement* p = Traversal<HTMLParamElement>::firstChild(*this); p; p = Traversal<HTMLParamElement>::nextSibling(*p)) { nextSibling 211 Source/core/html/HTMLObjectElement.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) { nextSibling 443 Source/core/html/HTMLObjectElement.cpp for (HTMLElement* child = Traversal<HTMLElement>::firstChild(*this); child; child = Traversal<HTMLElement>::nextSibling(*child)) { nextSibling 138 Source/core/html/HTMLOptionElement.cpp if (child && child->isTextNode() && !child->nextSibling()) nextSibling 81 Source/core/html/HTMLTableElement.cpp for (Element* child = ElementTraversal::firstWithin(*this); child; child = ElementTraversal::nextSibling(*child)) { nextSibling 93 Source/core/html/HTMLTableElement.cpp for (child = ElementTraversal::firstWithin(*this); child; child = ElementTraversal::nextSibling(*child)) { nextSibling 103 Source/core/html/HTMLTableElement.cpp for (Element* child = ElementTraversal::firstWithin(*this); child; child = ElementTraversal::nextSibling(*child)) { nextSibling 115 Source/core/html/HTMLTableElement.cpp for (child = ElementTraversal::firstWithin(*this); child; child = ElementTraversal::nextSibling(*child)) { nextSibling 154 Source/core/html/HTMLTableElement.cpp Node* referenceElement = lastBody() ? lastBody()->nextSibling() : 0; nextSibling 79 Source/core/html/HTMLTableRowElement.cpp for (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*head); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) { nextSibling 86 Source/core/html/HTMLTableRowElement.cpp for (Element* child = ElementTraversal::firstWithin(*table); child; child = ElementTraversal::nextSibling(*child)) { nextSibling 89 Source/core/html/HTMLTableRowElement.cpp for (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*section); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) { nextSibling 98 Source/core/html/HTMLTableRowElement.cpp for (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*foot); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) { nextSibling 61 Source/core/html/HTMLTableRowsCollection.cpp if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::nextSibling(*previous)) nextSibling 70 Source/core/html/HTMLTableRowsCollection.cpp child = Traversal<HTMLElement>::nextSibling(*previous->parentNode()); nextSibling 71 Source/core/html/HTMLTableRowsCollection.cpp for (; child; child = Traversal<HTMLElement>::nextSibling(*child)) { nextSibling 82 Source/core/html/HTMLTableRowsCollection.cpp child = Traversal<HTMLElement>::nextSibling(*previous); nextSibling 84 Source/core/html/HTMLTableRowsCollection.cpp child = Traversal<HTMLElement>::nextSibling(*previous->parentNode()); nextSibling 85 Source/core/html/HTMLTableRowsCollection.cpp for (; child; child = Traversal<HTMLElement>::nextSibling(*child)) { nextSibling 98 Source/core/html/HTMLTableRowsCollection.cpp child = Traversal<HTMLElement>::nextSibling(*previous->parentNode()); nextSibling 99 Source/core/html/HTMLTableRowsCollection.cpp for (; child; child = Traversal<HTMLElement>::nextSibling(*child)) { nextSibling 100 Source/core/html/HTMLTableSectionElement.cpp for (const HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*this); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) nextSibling 397 Source/core/html/HTMLTextAreaElement.cpp for (Node* n = firstChild(); n; n = n->nextSibling()) { nextSibling 411 Source/core/html/HTMLTextAreaElement.cpp for (Node* n = firstChild(); n; n = n->nextSibling()) { nextSibling 551 Source/core/html/HTMLTextAreaElement.cpp userAgentShadowRoot()->insertBefore(placeholder, innerTextElement()->nextSibling()); nextSibling 78 Source/core/html/HTMLTitleElement.cpp for (Node *n = firstChild(); n; n = n->nextSibling()) { nextSibling 99 Source/core/html/forms/SearchInputType.cpp container->insertBefore(SearchFieldCancelButtonElement::create(element().document()), viewPort->nextSibling()); nextSibling 474 Source/core/html/forms/TextFieldInputType.cpp previous->parentNode()->insertBefore(placeholder, previous->nextSibling()); nextSibling 499 Source/core/html/shadow/DateTimeEditElement.cpp for (Node* child = fieldsWrapperElement()->firstChild(); child; child = child->nextSibling()) { nextSibling 158 Source/core/html/track/LoadableTextTrack.cpp for (HTMLTrackElement* track = Traversal<HTMLTrackElement>::firstChild(*m_trackElement->parentNode()); track; track = Traversal<HTMLTrackElement>::nextSibling(*track)) { nextSibling 424 Source/core/html/track/vtt/VTTCue.cpp for (Node* node = vttNode->firstChild(); node; node = node->nextSibling()) { nextSibling 378 Source/core/html/track/vtt/VTTRegion.cpp for (Element* child = ElementTraversal::firstWithin(*m_cueContainer); child && !m_scrollTimer.isActive(); child = ElementTraversal::nextSibling(*child)) { nextSibling 61 Source/core/inspector/DOMEditor.cpp m_anchorNode = m_node->nextSibling(); nextSibling 214 Source/core/inspector/DOMEditor.cpp , m_nextSibling(node->nextSibling()) nextSibling 141 Source/core/inspector/DOMPatchSupport.cpp for (Node* child = parentNode->firstChild(); child; child = child->nextSibling()) nextSibling 147 Source/core/inspector/DOMPatchSupport.cpp for (Node* child = parentNode->firstChild(); child != node; child = child->nextSibling()) nextSibling 149 Source/core/inspector/DOMPatchSupport.cpp for (Node* child = fragment->firstChild(); child; child = child->nextSibling()) { nextSibling 156 Source/core/inspector/DOMPatchSupport.cpp for (Node* child = node->nextSibling(); child; child = child->nextSibling()) nextSibling 164 Source/core/inspector/DOMPatchSupport.cpp return previousSibling ? previousSibling->nextSibling() : parentNode->firstChild(); nextSibling 427 Source/core/inspector/DOMPatchSupport.cpp child = child->nextSibling(); nextSibling 789 Source/core/inspector/InspectorCSSAgent.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) { nextSibling 803 Source/core/inspector/InspectorCSSAgent.cpp for (RenderObject* current = firstLetter->firstChild(); current; current = current->nextSibling()) { nextSibling 811 Source/core/inspector/InspectorDOMAgent.cpp if (!m_domEditor->insertBefore(parent, newElem.get(), oldNode->nextSibling(), errorString)) nextSibling 1635 Source/core/inspector/InspectorDOMAgent.cpp if (firstChild && firstChild->nodeType() == Node::TEXT_NODE && !firstChild->nextSibling()) { nextSibling 1711 Source/core/inspector/InspectorDOMAgent.cpp node = node->nextSibling(); nextSibling 1718 Source/core/inspector/InspectorDOMAgent.cpp node = node->nextSibling(); nextSibling 235 Source/core/inspector/InspectorLayerTreeAgent.cpp for (RenderLayer* child = root->firstChild(); child; child = child->nextSibling()) nextSibling 1123 Source/core/inspector/InspectorPageAgent.cpp for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) { nextSibling 187 Source/core/loader/EmptyClients.h virtual Frame* nextSibling() const OVERRIDE { return 0; } nextSibling 416 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { nextSibling 803 Source/core/loader/FrameLoader.cpp for (RefPtr<LocalFrame> child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 953 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 52 Source/core/page/FrameTree.cpp for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling()) nextSibling 100 Source/core/page/FrameTree.cpp return toLocalFrame(m_thisFrame->loader().client()->nextSibling()); nextSibling 178 Source/core/page/FrameTree.cpp for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling()) { nextSibling 195 Source/core/page/FrameTree.cpp for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling()) nextSibling 207 Source/core/page/FrameTree.cpp for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling()) { nextSibling 230 Source/core/page/FrameTree.cpp for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling()) nextSibling 237 Source/core/page/FrameTree.cpp for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling()) nextSibling 316 Source/core/page/FrameTree.cpp LocalFrame* sibling = nextSibling(); nextSibling 327 Source/core/page/FrameTree.cpp sibling = frame->tree().nextSibling(); nextSibling 404 Source/core/page/FrameTree.cpp for (WebCore::LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 45 Source/core/page/FrameTree.h LocalFrame* nextSibling() const; nextSibling 61 Source/core/page/HistoryController.cpp for (LocalFrame* child = currentFrame->tree().firstChild(); child; child = child->tree().nextSibling()) { nextSibling 205 Source/core/page/HistoryController.cpp for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 254 Source/core/page/PageSerializer.cpp for (LocalFrame* childFrame = frame->tree().firstChild(); childFrame; childFrame = childFrame->tree().nextSibling()) nextSibling 268 Source/core/page/PrintContext.cpp for (Node* i = node->firstChild(); i; i = i->nextSibling()) nextSibling 175 Source/core/page/scrolling/ScrollingCoordinator.cpp for (const LocalFrame* child = tree.firstChild(); child; child = child->tree().nextSibling()) { nextSibling 396 Source/core/page/scrolling/ScrollingCoordinator.cpp for (const LocalFrame* child = tree.firstChild(); child; child = child->tree().nextSibling()) { nextSibling 461 Source/core/page/scrolling/ScrollingCoordinator.cpp for (const RenderLayer* childLayer = curLayer->firstChild(); childLayer; childLayer = childLayer->nextSibling()) { nextSibling 722 Source/core/page/scrolling/ScrollingCoordinator.cpp for (LocalFrame* subFrame = tree.firstChild(); subFrame; subFrame = subFrame->tree().nextSibling()) nextSibling 103 Source/core/plugins/PluginOcclusionSupport.cpp for (const RenderObject* ro = parent->firstChild(); ro; ro = ro->nextSibling()) { nextSibling 135 Source/core/plugins/PluginOcclusionSupport.cpp for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) nextSibling 52 Source/core/rendering/AutoTableLayout.cpp for (RenderObject* child = m_table->children()->firstChild(); child; child = child->nextSibling()) { nextSibling 170 Source/core/rendering/AutoTableLayout.cpp if (column->isTableColumn() && !column->nextSibling()) nextSibling 78 Source/core/rendering/CounterNode.cpp CounterNode* nextSibling = 0; nextSibling 81 Source/core/rendering/CounterNode.cpp nextSibling = oldPreviousSibling->m_nextSibling; nextSibling 84 Source/core/rendering/CounterNode.cpp child->m_nextSibling = nextSibling; nextSibling 85 Source/core/rendering/CounterNode.cpp nextSibling->m_previousSibling = child; nextSibling 370 Source/core/rendering/CounterNode.cpp current->nextSibling(), ¤t->owner()); nextSibling 60 Source/core/rendering/CounterNode.h CounterNode* nextSibling() const { return m_nextSibling; } nextSibling 375 Source/core/rendering/FastTextAutosizer.cpp for (RenderObject* section = table->firstChild(); section; section = section->nextSibling()) { nextSibling 378 Source/core/rendering/FastTextAutosizer.cpp for (RenderObject* row = section->firstChild(); row; row = row->nextSibling()) { nextSibling 381 Source/core/rendering/FastTextAutosizer.cpp for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { nextSibling 899 Source/core/rendering/FastTextAutosizer.cpp child = (firstOrLast == First) ? child->nextSibling() : child->previousSibling(); nextSibling 141 Source/core/rendering/FixedTableLayout.cpp for (RenderObject* child = firstRow->firstChild(); child; child = child->nextSibling()) { nextSibling 333 Source/core/rendering/FixedTableLayout.cpp for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { nextSibling 192 Source/core/rendering/InlineIterator.h for (RenderObject* curr = object->firstChild(); curr; curr = curr->nextSibling()) { nextSibling 234 Source/core/rendering/InlineIterator.h next = current->nextSibling(); nextSibling 571 Source/core/rendering/RenderBlock.cpp RenderObject* currChildNextSibling = currChild->nextSibling(); nextSibling 601 Source/core/rendering/RenderBlock.cpp currChildNextSibling = currChild->nextSibling(); nextSibling 640 Source/core/rendering/RenderBlock.cpp RenderObject* boxFirst = madeNewBeforeBlock ? block->firstChild() : pre->nextSibling(); nextSibling 898 Source/core/rendering/RenderBlock.cpp curr = curr->nextSibling(); nextSibling 907 Source/core/rendering/RenderBlock.cpp curr = curr->nextSibling(); nextSibling 912 Source/core/rendering/RenderBlock.cpp curr = curr->nextSibling(); nextSibling 952 Source/core/rendering/RenderBlock.cpp child = inlineRunEnd->nextSibling(); nextSibling 960 Source/core/rendering/RenderBlock.cpp for (RenderObject *c = firstChild(); c; c = c->nextSibling()) nextSibling 981 Source/core/rendering/RenderBlock.cpp o = o->nextSibling(); nextSibling 984 Source/core/rendering/RenderBlock.cpp lastAnChild->setNextSibling(child->nextSibling()); nextSibling 987 Source/core/rendering/RenderBlock.cpp if (child->nextSibling()) nextSibling 988 Source/core/rendering/RenderBlock.cpp child->nextSibling()->setPreviousSibling(lastAnChild); nextSibling 996 Source/core/rendering/RenderBlock.cpp m_children.setFirstChild(child->nextSibling()); nextSibling 1001 Source/core/rendering/RenderBlock.cpp child->previousSibling()->setNextSibling(child->nextSibling()); nextSibling 1002 Source/core/rendering/RenderBlock.cpp if (child->nextSibling()) nextSibling 1003 Source/core/rendering/RenderBlock.cpp child->nextSibling()->setPreviousSibling(child->previousSibling()); nextSibling 1049 Source/core/rendering/RenderBlock.cpp RenderObject* nextSibling = child->nextSibling(); nextSibling 1055 Source/core/rendering/RenderBlock.cpp child->moveAllChildrenTo(parent, nextSibling, child->hasLayer()); nextSibling 1078 Source/core/rendering/RenderBlock.cpp RenderObject* next = oldChild->nextSibling(); nextSibling 1126 Source/core/rendering/RenderBlock.cpp if (canMergeAnonymousBlocks && child && !child->previousSibling() && !child->nextSibling() && canCollapseAnonymousBlockChild()) { nextSibling 1136 Source/core/rendering/RenderBlock.cpp if ((anonymousBlock->previousSibling() || anonymousBlock->nextSibling()) nextSibling 1138 Source/core/rendering/RenderBlock.cpp && (!anonymousBlock->nextSibling() || (anonymousBlock->nextSibling()->style()->styleType() != NOPSEUDO && anonymousBlock->nextSibling()->isFloating() && !anonymousBlock->nextSibling()->nextSibling()))) { nextSibling 3603 Source/core/rendering/RenderBlock.cpp child = child->nextSibling(); nextSibling 3680 Source/core/rendering/RenderBlock.cpp child = child->nextSibling(); nextSibling 3949 Source/core/rendering/RenderBlock.cpp RenderObject* nextSibling = firstLetter->nextSibling(); nextSibling 3961 Source/core/rendering/RenderBlock.cpp firstLetterContainer->addChild(firstLetter, nextSibling); nextSibling 3965 Source/core/rendering/RenderBlock.cpp for (RenderObject* genChild = firstLetter->firstChild(); genChild; genChild = genChild->nextSibling()) { nextSibling 4072 Source/core/rendering/RenderBlock.cpp currentChild = currentChild->nextSibling(); nextSibling 4085 Source/core/rendering/RenderBlock.cpp currentChild = currentChild->nextSibling(); nextSibling 4307 Source/core/rendering/RenderBlock.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 4333 Source/core/rendering/RenderBlock.cpp for (RenderObject* obj = firstChild(); obj; obj = obj->nextSibling()) nextSibling 4415 Source/core/rendering/RenderBlock.cpp for (RenderObject* obj = firstChild(); obj; obj = obj->nextSibling()) { nextSibling 4619 Source/core/rendering/RenderBlock.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 435 Source/core/rendering/RenderBlockFlow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 1708 Source/core/rendering/RenderBlockFlow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 1732 Source/core/rendering/RenderBlockFlow.cpp for (RenderObject* next = nextSibling(); next; next = next->nextSibling()) { nextSibling 80 Source/core/rendering/RenderBlockLineLayout.cpp next = current->nextSibling(); nextSibling 1289 Source/core/rendering/RenderBlockLineLayout.cpp result = current->nextSibling(); nextSibling 302 Source/core/rendering/RenderBox.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 330 Source/core/rendering/RenderBox.cpp child = child->nextSibling(); nextSibling 1132 Source/core/rendering/RenderBox.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) nextSibling 1340 Source/core/rendering/RenderBox.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 2140 Source/core/rendering/RenderBox.cpp for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) { nextSibling 2145 Source/core/rendering/RenderBox.cpp for (RenderObject* itemChild = listItem->firstChild(); itemChild; itemChild = itemChild->nextSibling()) { nextSibling 4049 Source/core/rendering/RenderBox.cpp for (RenderObject* renderObject = firstChild(); renderObject; renderObject = renderObject->nextSibling()) { nextSibling 4656 Source/core/rendering/RenderBox.cpp parentBox->virtualChildren()->insertChildNode(parentBox, postBox, boxToSplit->nextSibling()); nextSibling 751 Source/core/rendering/RenderBox.h return toRenderBox(nextSibling()); nextSibling 2820 Source/core/rendering/RenderBoxModelObject.cpp RenderObject* nextSibling = child->nextSibling(); nextSibling 2822 Source/core/rendering/RenderBoxModelObject.cpp child = nextSibling; nextSibling 612 Source/core/rendering/RenderCounter.cpp current->nextSibling(), current->hasCounterNodeMap() ? nextSibling 129 Source/core/rendering/RenderFieldset.cpp for (RenderObject* legend = firstChild(); legend; legend = legend->nextSibling()) { nextSibling 145 Source/core/rendering/RenderFrameSet.cpp child = child->nextSibling(); nextSibling 412 Source/core/rendering/RenderFrameSet.cpp child = child->nextSibling(); nextSibling 150 Source/core/rendering/RenderInline.cpp for (;block && block->isAnonymousBlock(); block = block->nextSibling()) { nextSibling 188 Source/core/rendering/RenderInline.cpp RenderObject* block = containingBlock()->nextSibling(); nextSibling 363 Source/core/rendering/RenderInline.cpp o = tmp->nextSibling(); nextSibling 401 Source/core/rendering/RenderInline.cpp o = currChild->nextSibling(); nextSibling 404 Source/core/rendering/RenderInline.cpp o = tmp->nextSibling(); nextSibling 421 Source/core/rendering/RenderInline.cpp o = currChild->nextSibling(); nextSibling 424 Source/core/rendering/RenderInline.cpp o = tmp->nextSibling(); nextSibling 454 Source/core/rendering/RenderInline.cpp RenderObject* boxFirst = madeNewBeforeBlock ? block->firstChild() : pre->nextSibling(); nextSibling 465 Source/core/rendering/RenderInline.cpp o = no->nextSibling(); nextSibling 552 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 880 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 933 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 1034 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 1049 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 1204 Source/core/rendering/RenderInline.cpp RenderObject* beforeChild = child->nextSibling(); nextSibling 1243 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 1356 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 334 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) nextSibling 517 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) nextSibling 805 Source/core/rendering/RenderLayer.cpp for (RenderObject* r = renderer()->firstChild(); r; r = r->nextSibling()) { nextSibling 825 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) { nextSibling 847 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) { nextSibling 877 Source/core/rendering/RenderLayer.cpp else if (r->nextSibling()) nextSibling 878 Source/core/rendering/RenderLayer.cpp r = r->nextSibling(); nextSibling 884 Source/core/rendering/RenderLayer.cpp } while (r && !r->nextSibling()); nextSibling 886 Source/core/rendering/RenderLayer.cpp r = r->nextSibling(); nextSibling 1296 Source/core/rendering/RenderLayer.cpp for (RenderLayer* curr = layer->firstChild(); curr; curr = curr->nextSibling()) { nextSibling 1475 Source/core/rendering/RenderLayer.cpp oldChild->previousSibling()->setNextSibling(oldChild->nextSibling()); nextSibling 1476 Source/core/rendering/RenderLayer.cpp if (oldChild->nextSibling()) nextSibling 1477 Source/core/rendering/RenderLayer.cpp oldChild->nextSibling()->setPreviousSibling(oldChild->previousSibling()); nextSibling 1480 Source/core/rendering/RenderLayer.cpp m_first = oldChild->nextSibling(); nextSibling 1531 Source/core/rendering/RenderLayer.cpp RenderLayer* nextSib = nextSibling(); nextSibling 1541 Source/core/rendering/RenderLayer.cpp RenderLayer* next = current->nextSibling(); nextSibling 1574 Source/core/rendering/RenderLayer.cpp for (RenderObject* curr = renderer()->firstChild(); curr; curr = curr->nextSibling()) nextSibling 3310 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) nextSibling 3316 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) nextSibling 3378 Source/core/rendering/RenderLayer.cpp for (RenderObject* child = renderer()->firstChild(); child; child = child->nextSibling()) { nextSibling 3729 Source/core/rendering/RenderLayer.cpp for (RenderObject* child = renderer()->firstChild(); child; child = child->nextSibling()) { nextSibling 4047 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) nextSibling 113 Source/core/rendering/RenderLayer.h RenderLayer* nextSibling() const { return m_next; } nextSibling 103 Source/core/rendering/RenderLayerClipper.cpp for (RenderLayer* layer = m_renderer->layer()->firstChild(); layer; layer = layer->nextSibling()) nextSibling 134 Source/core/rendering/RenderLayerRepainter.cpp for (RenderLayer* layer = m_renderer->layer()->firstChild(); layer; layer = layer->nextSibling()) nextSibling 156 Source/core/rendering/RenderLayerRepainter.cpp for (RenderLayer* curr = m_renderer->layer()->firstChild(); curr; curr = curr->nextSibling()) { nextSibling 170 Source/core/rendering/RenderLayerRepainter.cpp for (RenderLayer* child = m_renderer->layer()->firstChild(); child; child = child->nextSibling()) { nextSibling 227 Source/core/rendering/RenderLayerRepainter.cpp for (RenderLayer* curr = m_renderer->layer()->firstChild(); curr; curr = curr->nextSibling()) nextSibling 215 Source/core/rendering/RenderLayerStackingNode.cpp for (RenderLayer* child = layer()->firstChild(); child; child = child->nextSibling()) { nextSibling 231 Source/core/rendering/RenderLayerStackingNode.cpp for (RenderObject* child = view->firstChild(); child; child = child->nextSibling()) { nextSibling 251 Source/core/rendering/RenderLayerStackingNode.cpp for (RenderLayer* child = layer()->firstChild(); child; child = child->nextSibling()) { nextSibling 316 Source/core/rendering/RenderLayerStackingNode.cpp for (RenderLayer* child = layer()->firstChild(); child; child = child->nextSibling()) { nextSibling 231 Source/core/rendering/RenderListItem.cpp for (RenderObject* currChild = firstChild; currChild; currChild = currChild->nextSibling()) { nextSibling 269 Source/core/rendering/RenderListItem.cpp result = result->nextSibling(); nextSibling 85 Source/core/rendering/RenderMenuList.cpp ASSERT(!m_innerBlock->nextSibling()); nextSibling 351 Source/core/rendering/RenderObject.cpp if (!(o = nextSibling())) { nextSibling 353 Source/core/rendering/RenderObject.cpp while (o && !o->nextSibling()) nextSibling 356 Source/core/rendering/RenderObject.cpp o = o->nextSibling(); nextSibling 377 Source/core/rendering/RenderObject.cpp while (!(next = current->nextSibling())) { nextSibling 408 Source/core/rendering/RenderObject.cpp child = child->nextSibling(); nextSibling 440 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = obj->firstChild(); curr; curr = curr->nextSibling()) nextSibling 464 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) nextSibling 482 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) nextSibling 501 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = startPoint ? startPoint->nextSibling() : firstChild(); nextSibling 502 Source/core/rendering/RenderObject.cpp curr; curr = curr->nextSibling()) { nextSibling 1312 Source/core/rendering/RenderObject.cpp for (RenderObject* current = firstChild(); current; current = current->nextSibling()) nextSibling 1320 Source/core/rendering/RenderObject.cpp for (RenderObject* current = firstChild(); current; current = current->nextSibling()) nextSibling 1764 Source/core/rendering/RenderObject.cpp for (const RenderObject* child = firstChild(); child; child = child->nextSibling()) nextSibling 1920 Source/core/rendering/RenderObject.cpp for (const RenderObject* r = firstChild(); r; r = r->nextSibling()) { nextSibling 2155 Source/core/rendering/RenderObject.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 2469 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { nextSibling 2703 Source/core/rendering/RenderObject.cpp for (RenderObject* child = children->firstChild(); child; child = child->nextSibling()) nextSibling 2792 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) nextSibling 3102 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) nextSibling 174 Source/core/rendering/RenderObject.h RenderObject* nextSibling() const { return m_next; } nextSibling 95 Source/core/rendering/RenderObjectChildList.cpp oldChild->previousSibling()->setNextSibling(oldChild->nextSibling()); nextSibling 96 Source/core/rendering/RenderObjectChildList.cpp if (oldChild->nextSibling()) nextSibling 97 Source/core/rendering/RenderObjectChildList.cpp oldChild->nextSibling()->setPreviousSibling(oldChild->previousSibling()); nextSibling 100 Source/core/rendering/RenderObjectChildList.cpp setFirstChild(oldChild->nextSibling()); nextSibling 68 Source/core/rendering/RenderRuby.cpp && !object->nextSibling() nextSibling 131 Source/core/rendering/RenderRubyRun.cpp ruby->addChild(newRun, nextSibling()); nextSibling 163 Source/core/rendering/RenderRubyRun.cpp RenderObject* rightNeighbour = nextSibling(); nextSibling 466 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 601 Source/core/rendering/RenderTable.cpp for (RenderObject* section = firstChild(); section; section = section->nextSibling()) { nextSibling 604 Source/core/rendering/RenderTable.cpp for (RenderObject* row = section->firstChild(); row; row = row->nextSibling()) { nextSibling 607 Source/core/rendering/RenderTable.cpp for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { nextSibling 690 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 820 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 845 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 861 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 920 Source/core/rendering/RenderTable.cpp RenderObject* nextSibling; nextSibling 921 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = nextSibling) { nextSibling 922 Source/core/rendering/RenderTable.cpp nextSibling = child->nextSibling(); nextSibling 963 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 1230 Source/core/rendering/RenderTable.cpp RenderObject* nextSection = section == m_head ? firstChild() : section->nextSibling(); nextSibling 1234 Source/core/rendering/RenderTable.cpp nextSection = nextSection->nextSibling(); nextSibling 120 Source/core/rendering/RenderTableCol.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) nextSibling 150 Source/core/rendering/RenderTableCol.cpp RenderObject* next = nextSibling(); nextSibling 154 Source/core/rendering/RenderTableCol.cpp next = parent()->nextSibling(); nextSibling 156 Source/core/rendering/RenderTableCol.cpp for (; next && !next->isRenderTableCol(); next = next->nextSibling()) { } nextSibling 65 Source/core/rendering/RenderTableCol.h if (nextSibling()) nextSibling 155 Source/core/rendering/RenderTableRow.cpp if (beforeChild || nextSibling()) nextSibling 168 Source/core/rendering/RenderTableRow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 190 Source/core/rendering/RenderTableRow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 242 Source/core/rendering/RenderTableRow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 855 Source/core/rendering/RenderTableSection.cpp if (!m_rowPos[totalRows] && nextSibling()) nextSibling 944 Source/core/rendering/RenderTableSection.cpp for (RenderObject* child = cell->firstChild(); child; child = child->nextSibling()) { nextSibling 1507 Source/core/rendering/RenderTableSection.cpp for (RenderObject* row = firstChild(); row; row = row->nextSibling()) { nextSibling 1519 Source/core/rendering/RenderTableSection.cpp for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { nextSibling 1541 Source/core/rendering/RenderTableSection.cpp for (RenderObject* cell = m_grid[rowIndex].rowRenderer->firstChild(); cell; cell = cell->nextSibling()) { nextSibling 477 Source/core/rendering/RenderTreeAsText.cpp for (RenderObject* child = o.firstChild(); child; child = child->nextSibling()) { nextSibling 733 Source/core/rendering/RenderTreeAsText.cpp for (RenderObject* child = parent->firstChild(); child; child = child->nextSibling()) { nextSibling 204 Source/core/rendering/RenderView.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { nextSibling 464 Source/core/rendering/TextAutosizer.cpp for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) { nextSibling 812 Source/core/rendering/TextAutosizer.cpp child = (direction == FirstToLast) ? child->nextSibling() : child->previousSibling(); nextSibling 57 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp for (RenderLayer* child = layer->firstChild(); child; child = child->nextSibling()) nextSibling 72 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp for (RenderLayer* child = layer->firstChild(); child; child = child->nextSibling()) nextSibling 152 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp for (RenderLayer* child = layer.firstChild(); child; child = child->nextSibling()) nextSibling 163 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp for (RenderLayer* child = layer.firstChild(); child; child = child->nextSibling()) nextSibling 332 Source/core/rendering/compositing/RenderLayerCompositor.cpp for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) nextSibling 389 Source/core/rendering/compositing/RenderLayerCompositor.cpp for (RenderLayer* child = layer->firstChild(); child; child = child->nextSibling()) nextSibling 335 Source/core/rendering/line/BreakingContextInlineHeaders.h if (end && shouldAddBorderPaddingMargin(child->nextSibling(), end)) nextSibling 155 Source/core/rendering/svg/ReferenceFilterBuilder.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(filterElement); element; element = Traversal<SVGElement>::nextSibling(*element)) { nextSibling 147 Source/core/rendering/svg/RenderSVGContainer.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) nextSibling 92 Source/core/rendering/svg/RenderSVGResourceClipper.cpp for (Element* childElement = ElementTraversal::firstWithin(*element()); childElement; childElement = ElementTraversal::nextSibling(*childElement)) { nextSibling 274 Source/core/rendering/svg/RenderSVGResourceClipper.cpp for (SVGElement* childElement = Traversal<SVGElement>::firstChild(*element()); childElement; childElement = Traversal<SVGElement>::nextSibling(*childElement)) { nextSibling 314 Source/core/rendering/svg/RenderSVGResourceClipper.cpp for (SVGElement* childElement = Traversal<SVGElement>::firstChild(*element()); childElement; childElement = Traversal<SVGElement>::nextSibling(*childElement)) { nextSibling 344 Source/core/rendering/svg/RenderSVGResourceClipper.cpp for (SVGElement* childElement = Traversal<SVGElement>::firstChild(*element()); childElement; childElement = Traversal<SVGElement>::nextSibling(*childElement)) { nextSibling 85 Source/core/rendering/svg/RenderSVGResourceFilter.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*filterElement); element; element = Traversal<SVGElement>::nextSibling(*element)) { nextSibling 140 Source/core/rendering/svg/RenderSVGResourceMasker.cpp for (Element* childElement = ElementTraversal::firstWithin(*element()); childElement; childElement = ElementTraversal::nextSibling(*childElement)) { nextSibling 156 Source/core/rendering/svg/RenderSVGResourceMasker.cpp for (SVGElement* childElement = Traversal<SVGElement>::firstChild(*element()); childElement; childElement = Traversal<SVGElement>::nextSibling(*childElement)) { nextSibling 269 Source/core/rendering/svg/RenderSVGResourcePattern.cpp for (Element* element = ElementTraversal::firstWithin(*attributes.patternContentElement()); element; element = ElementTraversal::nextSibling(*element)) { nextSibling 138 Source/core/rendering/svg/SVGRenderSupport.cpp for (RenderObject* current = container->firstChild(); current; current = current->nextSibling()) { nextSibling 172 Source/core/rendering/svg/SVGRenderSupport.cpp for (RenderObject* child = start->firstChild(); child; child = child->nextSibling()) nextSibling 208 Source/core/rendering/svg/SVGRenderSupport.cpp for (RenderObject* child = start->firstChild(); child; child = child->nextSibling()) { nextSibling 476 Source/core/rendering/svg/SVGRenderTreeAsText.cpp for (RenderObject* child = object.firstChild(); child; child = child->nextSibling()) nextSibling 72 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) { nextSibling 108 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp for (RenderObject* child = start->firstChild(); child; child = child->nextSibling()) { nextSibling 92 Source/core/svg/SVGAltGlyphDefElement.cpp for (SVGElement* child = Traversal<SVGElement>::firstChild(*this); child; child = Traversal<SVGElement>::nextSibling(*child)) { nextSibling 51 Source/core/svg/SVGAltGlyphItemElement.cpp for (SVGGlyphRefElement* glyph = Traversal<SVGGlyphRefElement>::firstChild(*this); glyph; glyph = Traversal<SVGGlyphRefElement>::nextSibling(*glyph)) { nextSibling 141 Source/core/svg/SVGAnimateMotionElement.cpp for (SVGMPathElement* mpath = Traversal<SVGMPathElement>::firstChild(*this); mpath; mpath = Traversal<SVGMPathElement>::nextSibling(*mpath)) { nextSibling 734 Source/core/svg/SVGElement.cpp for (SVGElement* child = Traversal<SVGElement>::firstChild(*this); child; child = Traversal<SVGElement>::nextSibling(*child)) { nextSibling 140 Source/core/svg/SVGElementInstance.cpp for (SVGElementInstance* node = firstChild(); node; node = node->nextSibling()) nextSibling 71 Source/core/svg/SVGElementInstance.h SVGElementInstance* nextSibling() const { return m_nextSibling; } nextSibling 37 Source/core/svg/SVGElementInstanceList.cpp for (SVGElementInstance* instance = m_rootInstance->firstChild(); instance; instance = instance->nextSibling()) nextSibling 47 Source/core/svg/SVGElementInstanceList.cpp instance = instance->nextSibling(); nextSibling 86 Source/core/svg/SVGFEComponentTransferElement.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*this); element; element = Traversal<SVGElement>::nextSibling(*element)) { nextSibling 47 Source/core/svg/SVGFEMergeElement.cpp for (SVGFEMergeNodeElement* element = Traversal<SVGFEMergeNodeElement>::firstChild(*this); element; element = Traversal<SVGFEMergeNodeElement>::nextSibling(*element)) { nextSibling 168 Source/core/svg/SVGFontElement.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*this); element; element = Traversal<SVGElement>::nextSibling(*element)) { nextSibling 51 Source/core/svg/SVGFontFaceSrcElement.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*this); element; element = Traversal<SVGElement>::nextSibling(*element)) { nextSibling 127 Source/core/svg/SVGGradientElement.cpp for (SVGStopElement* stop = Traversal<SVGStopElement>::firstChild(*this); stop; stop = Traversal<SVGStopElement>::nextSibling(*stop)) { nextSibling 285 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* instance = targetInstance->firstChild(); instance; instance = instance->nextSibling()) nextSibling 338 Source/core/svg/SVGUseElement.cpp for (Node* cur = start->firstChild(); cur; cur = cur->nextSibling()) { nextSibling 584 Source/core/svg/SVGUseElement.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*target); element; element = Traversal<SVGElement>::nextSibling(*element)) { nextSibling 724 Source/core/svg/SVGUseElement.cpp for (RefPtr<Node> sibling = element->nextSibling(); sibling; sibling = sibling->nextSibling()) nextSibling 728 Source/core/svg/SVGUseElement.cpp for (RefPtr<Node> child = element->firstChild(); child; child = child->nextSibling()) nextSibling 749 Source/core/svg/SVGUseElement.cpp for (Node* child = element->firstChild(); child; child = child->nextSibling()) { nextSibling 770 Source/core/svg/SVGUseElement.cpp for (RefPtr<Node> sibling = element->nextSibling(); sibling; sibling = sibling->nextSibling()) nextSibling 774 Source/core/svg/SVGUseElement.cpp for (RefPtr<Node> child = element->firstChild(); child; child = child->nextSibling()) nextSibling 791 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* instance = target->firstChild(); instance; instance = instance->nextSibling()) nextSibling 821 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* instance = targetInstance->firstChild(); child && instance; instance = instance->nextSibling()) { nextSibling 823 Source/core/svg/SVGUseElement.cpp child = Traversal<SVGElement>::nextSibling(*child); nextSibling 850 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* current = instance->firstChild(); current; current = current->nextSibling()) { nextSibling 947 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* instance = targetElementInstance->firstChild(); instance; instance = instance->nextSibling()) { nextSibling 532 Source/core/testing/Internals.cpp walker.nextSibling(); nextSibling 1337 Source/core/testing/Internals.cpp for (RenderLayer* child = searchRoot->firstChild(); child; child = child->nextSibling()) { nextSibling 1633 Source/core/testing/Internals.cpp for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) { nextSibling 116 Source/core/xml/XPathNodeSet.cpp for (Node* n = commonAncestor->firstChild(); n; n = n->nextSibling()) { nextSibling 247 Source/core/xml/XPathStep.cpp for (Node* n = context->firstChild(); n; n = n->nextSibling()) nextSibling 287 Source/core/xml/XPathStep.cpp for (Node* n = context->nextSibling(); n; n = n->nextSibling()) nextSibling 310 Source/core/xml/XPathStep.cpp for (Node* n = p->nextSibling(); n; n = n->nextSibling()) { nextSibling 273 Source/web/FrameLoaderClientImpl.cpp WebFrameImpl* frame = toWebFrameImpl(m_webFrame->nextSibling()); nextSibling 74 Source/web/FrameLoaderClientImpl.h virtual WebCore::Frame* nextSibling() const OVERRIDE; nextSibling 201 Source/web/LinkHighlight.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) nextSibling 474 Source/web/TextFinder.cpp for (WebFrame* child = m_ownerFrame.firstChild(); child; child = child->nextSibling()) nextSibling 236 Source/web/WebFrameImpl.cpp for (LocalFrame* curChild = frameTree.firstChild(); curChild; curChild = curChild->tree().nextSibling()) { nextSibling 108 Source/web/WebFrameImpl.h virtual WebFrame* nextSibling() const OVERRIDE; nextSibling 126 Source/web/WebNode.cpp return WebNode(m_private->nextSibling()); nextSibling 406 Source/web/WebPageSerializerImpl.cpp for (Node *child = node->firstChild(); child; child = child->nextSibling()) nextSibling 5178 Source/web/tests/WebFrameTest.cpp iframe = frame->firstChild()->nextSibling(); nextSibling 222 public/web/WebFrame.h virtual WebFrame* nextSibling() const = 0; nextSibling 103 public/web/WebNode.h BLINK_EXPORT WebNode nextSibling() const;