firstChild 100 Source/core/accessibility/AXARIAGrid.cpp for (RefPtr<AXObject> child = firstChild(); child; child = child->nextSibling()) { firstChild 99 Source/core/accessibility/AXNodeObject.cpp for (Node* n = idElement->firstChild(); n; n = NodeTraversal::next(*n, idElement)) firstChild 375 Source/core/accessibility/AXNodeObject.cpp for (Element* sibling = ElementTraversal::firstChild(*parent); sibling; sibling = ElementTraversal::nextSibling(*sibling)) { firstChild 770 Source/core/accessibility/AXNodeObject.cpp return ElementTraversal::firstChild(*node); firstChild 1090 Source/core/accessibility/AXNodeObject.cpp for (AXObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 1278 Source/core/accessibility/AXNodeObject.cpp Node* firstChild = node()->firstChild(); firstChild 1280 Source/core/accessibility/AXNodeObject.cpp if (!firstChild) firstChild 1283 Source/core/accessibility/AXNodeObject.cpp return axObjectCache()->getOrCreate(firstChild); firstChild 1313 Source/core/accessibility/AXNodeObject.cpp for (Node* child = m_node->firstChild(); child; child = child->nextSibling()) firstChild 178 Source/core/accessibility/AXNodeObject.h virtual AXObject* firstChild() const OVERRIDE; firstChild 488 Source/core/accessibility/AXObject.h virtual AXObject* firstChild() const { return 0; } firstChild 87 Source/core/accessibility/AXRenderObject.cpp if (RenderObject* child = r->firstChild()) firstChild 109 Source/core/accessibility/AXRenderObject.cpp RenderObject* firstChild = renderer->firstChild(); firstChild 111 Source/core/accessibility/AXRenderObject.cpp if (!firstChild && isInlineWithContinuation(renderer)) firstChild 112 Source/core/accessibility/AXRenderObject.cpp firstChild = firstChildInContinuation(renderer); firstChild 114 Source/core/accessibility/AXRenderObject.cpp return firstChild; firstChild 757 Source/core/accessibility/AXRenderObject.cpp if (isGenericFocusableElement() && node->firstChild()) firstChild 1258 Source/core/accessibility/AXRenderObject.cpp for (AXObject* child = firstChild(); child; child = child->nextSibling()) firstChild 1380 Source/core/accessibility/AXRenderObject.cpp RenderObject* firstChild = firstChildConsideringContinuation(m_renderer); firstChild 1382 Source/core/accessibility/AXRenderObject.cpp if (!firstChild) firstChild 1385 Source/core/accessibility/AXRenderObject.cpp return axObjectCache()->getOrCreate(firstChild); firstChild 1443 Source/core/accessibility/AXRenderObject.cpp for (RefPtr<AXObject> obj = firstChild(); obj; obj = obj->nextSibling()) firstChild 1999 Source/core/accessibility/AXRenderObject.cpp RenderObject* firstChild = 0; firstChild 2008 Source/core/accessibility/AXRenderObject.cpp } else if (parent && (firstChild = parent->firstChild()) && firstChild->node()) { firstChild 2011 Source/core/accessibility/AXRenderObject.cpp RenderObject* nodeRenderFirstChild = firstChild->node()->renderer(); firstChild 2012 Source/core/accessibility/AXRenderObject.cpp while (nodeRenderFirstChild != firstChild) { firstChild 2014 Source/core/accessibility/AXRenderObject.cpp if (contsTest == firstChild) { firstChild 2019 Source/core/accessibility/AXRenderObject.cpp if (firstChild == parent->firstChild()) firstChild 2021 Source/core/accessibility/AXRenderObject.cpp firstChild = parent->firstChild(); firstChild 2022 Source/core/accessibility/AXRenderObject.cpp if (!firstChild->node()) firstChild 2024 Source/core/accessibility/AXRenderObject.cpp nodeRenderFirstChild = firstChild->node()->renderer(); firstChild 2122 Source/core/accessibility/AXRenderObject.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) { firstChild 2135 Source/core/accessibility/AXRenderObject.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) { firstChild 167 Source/core/accessibility/AXRenderObject.h virtual AXObject* firstChild() const OVERRIDE; firstChild 74 Source/core/accessibility/AXScrollView.h virtual AXObject* firstChild() const OVERRIDE { return webAreaObject(); } firstChild 123 Source/core/accessibility/AXTable.cpp if (Traversal<HTMLTableColElement>::firstChild(*tableElement)) firstChild 577 Source/core/css/SelectorChecker.cpp for (Node* n = element.firstChild(); n; n = n->nextSibling()) { firstChild 646 Source/core/css/SelectorChecker.cpp bool firstChild = siblingTraversalStrategy.isFirstChild(element); firstChild 647 Source/core/css/SelectorChecker.cpp bool onlyChild = firstChild && parent->isFinishedParsingChildren() && siblingTraversalStrategy.isLastChild(element); firstChild 652 Source/core/css/SelectorChecker.cpp if (firstChild && childStyle) firstChild 159 Source/core/dom/Attr.cpp for (Node *n = firstChild(); n; n = n->nextSibling()) { firstChild 55 Source/core/dom/ChildNodeList.h Node* traverseToFirstElement() const { return rootNode().firstChild(); } firstChild 78 Source/core/dom/ContainerNode.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) firstChild 87 Source/core/dom/ContainerNode.cpp while (RefPtr<Node> child = oldParent.firstChild()) { firstChild 105 Source/core/dom/ContainerNode.cpp for (Node* node = child.firstChild(); node; node = node->nextSibling()) { firstChild 672 Source/core/dom/ContainerNode.cpp for (Node* n = firstChild(); n && !exceptionState.hadException(); n = n->nextSibling()) firstChild 692 Source/core/dom/ContainerNode.cpp if (o->firstChild()) { firstChild 693 Source/core/dom/ContainerNode.cpp o = o->firstChild(); firstChild 903 Source/core/dom/ContainerNode.cpp for (n = firstChild(); n; n = n->nextSibling()) firstChild 911 Source/core/dom/ContainerNode.cpp Node *n = firstChild(); firstChild 1033 Source/core/dom/ContainerNode.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) { firstChild 98 Source/core/dom/ContainerNode.h Node* firstChild() const { return m_firstChild; } firstChild 258 Source/core/dom/ContainerNode.h for (Node* child = firstChild(); child; child = child->nextSibling()) { firstChild 270 Source/core/dom/ContainerNode.h for (Node* child = firstChild(); child; child = child->nextSibling()) firstChild 288 Source/core/dom/ContainerNode.h inline Node* Node::firstChild() const firstChild 292 Source/core/dom/ContainerNode.h return toContainerNode(this)->firstChild(); firstChild 326 Source/core/dom/ContainerNode.h for (Node* child = node.firstChild(); child; child = child->nextSibling()) firstChild 335 Source/core/dom/ContainerNode.h : m_currentNode(parentNode.firstChild()) firstChild 69 Source/core/dom/ContainerNodeAlgorithms.cpp for (Node* child = node.firstChild(); child; child = child->nextSibling()) { firstChild 106 Source/core/dom/ContainerNodeAlgorithms.cpp for (Node* child = node.firstChild(); child; child = child->nextSibling()) { firstChild 142 Source/core/dom/ContainerNodeAlgorithms.cpp for (Node* child = node.firstChild(); child; child = child->nextSibling()) firstChild 164 Source/core/dom/ContainerNodeAlgorithms.h for (GenericNode* n = container.firstChild(); n; n = next) { firstChild 323 Source/core/dom/ContainerNodeAlgorithms.h for (Node* child = root.firstChild(); child; child = child->nextSibling()) firstChild 358 Source/core/dom/ContainerNodeAlgorithms.h for (Node* child = m_root.firstChild(); child; child = child->nextSibling()) firstChild 879 Source/core/dom/Document.cpp for (Node* oldChild = oldContainerNode->firstChild(); oldChild; oldChild = oldChild->nextSibling()) { firstChild 1376 Source/core/dom/Document.cpp if (HTMLTitleElement* title = Traversal<HTMLTitleElement>::firstChild(*headElement)) firstChild 2189 Source/core/dom/Document.cpp for (Node* node = firstChild(); node; node = NodeTraversal::next(*node)) firstChild 2376 Source/core/dom/Document.cpp return Traversal<HTMLHeadElement>::firstChild(*de); firstChild 2502 Source/core/dom/Document.cpp if (view() && renderView() && (!renderView()->firstChild() || renderView()->needsLayout())) firstChild 3179 Source/core/dom/Document.cpp for (Node* c = firstChild(); c; c = c->nextSibling()) firstChild 3197 Source/core/dom/Document.cpp for (Node* c = firstChild(); c; c = c->nextSibling()) { firstChild 3215 Source/core/dom/Document.cpp for (Node* c = newChild.firstChild(); c; c = c->nextSibling()) { firstChild 3645 Source/core/dom/Document.cpp for (Node* n = container.firstChild(); n; n = n->nextSibling()) firstChild 3650 Source/core/dom/Document.cpp for (Node* n = container.firstChild(); n; n = n->nextSibling()) { firstChild 4263 Source/core/dom/Document.cpp for (HTMLLinkElement* linkElement = Traversal<HTMLLinkElement>::firstChild(*head()); linkElement; linkElement = Traversal<HTMLLinkElement>::nextSibling(*linkElement)) { firstChild 4520 Source/core/dom/Document.cpp for (HTMLLinkElement* linkElement = head() ? Traversal<HTMLLinkElement>::firstChild(*head()) : 0; linkElement; linkElement = Traversal<HTMLLinkElement>::nextSibling(*linkElement)) { firstChild 95 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); firstChild 109 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); firstChild 122 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); firstChild 125 Source/core/dom/DocumentMarkerControllerTest.cpp parent->removeChild(parent->firstChild()); firstChild 136 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); firstChild 150 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); firstChild 164 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); firstChild 167 Source/core/dom/DocumentMarkerControllerTest.cpp parent->replaceChild(createTextNode("bar").get(), parent->firstChild()); firstChild 178 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); firstChild 2296 Source/core/dom/Element.cpp insertBefore(newChild, firstChild(), exceptionState); firstChild 2392 Source/core/dom/Element.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) { firstChild 38 Source/core/dom/ElementTraversal.h static ElementType* firstChild(const ContainerNode& current) { return firstChildTemplate(current); } firstChild 39 Source/core/dom/ElementTraversal.h static ElementType* firstChild(const Node& current) { return firstChildTemplate(current); } firstChild 170 Source/core/dom/ElementTraversal.h Node* node = current.firstChild(); firstChild 391 Source/core/dom/Node.cpp if (isBeforePseudoElement() && parent->firstChild()) firstChild 392 Source/core/dom/Node.cpp return parent->firstChild(); firstChild 406 Source/core/dom/Node.cpp first = currentElement->firstChild(); firstChild 412 Source/core/dom/Node.cpp return firstChild(); firstChild 475 Source/core/dom/Node.cpp while (Node* firstChild = node->firstChild()) firstChild 476 Source/core/dom/Node.cpp node = firstChild; firstChild 626 Source/core/dom/Node.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) { firstChild 671 Source/core/dom/Node.cpp for (Node* child = rootNode->firstChild(); child; child = child->nextSibling()) firstChild 1048 Source/core/dom/Node.cpp if (!isAtomicNode(this) && firstChild()) firstChild 1049 Source/core/dom/Node.cpp return firstChild(); firstChild 1265 Source/core/dom/Node.cpp Node* child = firstChild(); firstChild 1266 Source/core/dom/Node.cpp Node* otherChild = other->firstChild(); firstChild 1462 Source/core/dom/Node.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) { firstChild 1498 Source/core/dom/Node.cpp if (container->hasOneTextChild() && toText(container->firstChild())->data() == text) firstChild 1865 Source/core/dom/Node.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) firstChild 2440 Source/core/dom/Node.cpp for (HTMLStyleElement* style = Traversal<HTMLStyleElement>::firstChild(*this); style; style = Traversal<HTMLStyleElement>::nextSibling(*style)) { firstChild 174 Source/core/dom/Node.h Node* firstChild() const; firstChild 193 Source/core/dom/Node.h bool hasChildren() const { return firstChild(); } firstChild 82 Source/core/dom/NodeRenderingTraversal.cpp walker.firstChild(); firstChild 171 Source/core/dom/NodeRenderingTraversal.cpp walker.firstChild(); firstChild 182 Source/core/dom/NodeRenderingTraversal.cpp if (Node* child = firstChild(parentNode)) firstChild 198 Source/core/dom/NodeRenderingTraversal.cpp first = firstChild(currentElement); firstChild 204 Source/core/dom/NodeRenderingTraversal.cpp return firstChild(node); firstChild 134 Source/core/dom/NodeTraversal.cpp while (next->firstChild()) firstChild 135 Source/core/dom/NodeTraversal.cpp next = next->firstChild(); firstChild 84 Source/core/dom/NodeTraversal.h if (current.firstChild()) firstChild 85 Source/core/dom/NodeTraversal.h return current.firstChild(); firstChild 94 Source/core/dom/NodeTraversal.h if (current.firstChild()) firstChild 95 Source/core/dom/NodeTraversal.h return current.firstChild(); firstChild 255 Source/core/dom/Position.cpp return m_anchorNode->firstChild(); firstChild 557 Source/core/dom/Position.cpp return node->renderer()->isReplaced() && canHaveChildrenForEditing(node) && toRenderBox(node->renderer())->height() != 0 && !node->firstChild(); firstChild 835 Source/core/dom/Position.cpp for (RenderObject *o = renderer->firstChild(); o && o != stop; o = o->nextInPreOrder()) firstChild 1098 Source/core/dom/Position.cpp if (object->firstChild()) firstChild 301 Source/core/dom/Position.h for (Node* node = anchorNode->firstChild(); node && newOffset < offset; node = node->nextSibling()) firstChild 313 Source/core/dom/Position.h for (Node* node = anchorNode->firstChild(); node && currentOffset < offset; node = node->nextSibling()) firstChild 58 Source/core/dom/PositionIterator.cpp m_nodeAfterPositionInAnchor = m_anchorNode->firstChild(); firstChild 486 Source/core/dom/Range.cpp Node* n = containerA->firstChild(); firstChild 504 Source/core/dom/Range.cpp Node* n = containerB->firstChild(); firstChild 537 Source/core/dom/Range.cpp Node* n = commonAncestor->firstChild(); firstChild 636 Source/core/dom/Range.cpp container = container->firstChild(); firstChild 840 Source/core/dom/Range.cpp Node* n = container->firstChild(); firstChild 913 Source/core/dom/Range.cpp clonedContainer->insertBefore(child, clonedContainer->firstChild(), exceptionState); firstChild 919 Source/core/dom/Range.cpp clonedContainer->insertBefore(child->cloneNode(true), clonedContainer->firstChild(), exceptionState); firstChild 985 Source/core/dom/Range.cpp for (Node* c = newNode->firstChild(); c; c = c->nextSibling()) { firstChild 1042 Source/core/dom/Range.cpp Node* firstChild = (newNodeType == Node::DOCUMENT_FRAGMENT_NODE) ? newNode->firstChild() : newNode.get(); firstChild 1043 Source/core/dom/Range.cpp ASSERT(firstChild); firstChild 1044 Source/core/dom/Range.cpp m_start.setToBeforeChild(*firstChild); firstChild 1427 Source/core/dom/Range.cpp while (Node* n = newParent->firstChild()) { firstChild 1659 Source/core/dom/Range.cpp for (Node* nodeToBeRemoved = container.firstChild(); nodeToBeRemoved; nodeToBeRemoved = nodeToBeRemoved->nextSibling()) { firstChild 51 Source/core/dom/RangeTest.cpp Text* oldText = toText(document().body()->firstChild()); firstChild 187 Source/core/dom/ScriptLoader.cpp if (!client->hasSourceAttribute() && !m_element->firstChild()) firstChild 280 Source/core/dom/Text.cpp RenderObject* first = parent.firstChild(); firstChild 76 Source/core/dom/TreeWalker.cpp for (RefPtr<Node> node = m_current->firstChild(); node; ) { firstChild 85 Source/core/dom/TreeWalker.cpp if (node->firstChild()) { firstChild 86 Source/core/dom/TreeWalker.cpp node = node->firstChild(); firstChild 192 Source/core/dom/TreeWalker.cpp if (sibling->firstChild()) { firstChild 193 Source/core/dom/TreeWalker.cpp sibling = sibling->firstChild(); firstChild 257 Source/core/dom/TreeWalker.cpp while (Node* firstChild = node->firstChild()) { firstChild 258 Source/core/dom/TreeWalker.cpp node = firstChild; firstChild 49 Source/core/dom/TreeWalker.h Node* firstChild(ExceptionState&); firstChild 55 Source/core/dom/shadow/ComposedTreeWalker.cpp return traverseSiblings(direction == TraversalDirectionForward ? node->firstChild() : node->lastChild(), direction); firstChild 54 Source/core/dom/shadow/ComposedTreeWalker.h void firstChild(); firstChild 175 Source/core/dom/shadow/ComposedTreeWalker.h inline void ComposedTreeWalker::firstChild() firstChild 70 Source/core/dom/shadow/ElementShadow.cpp for (Node* child = parent.firstChild(); child; child = child->nextSibling()) { firstChild 102 Source/core/dom/shadow/ElementShadow.cpp for (Node* fallbackNode = insertionPoint->firstChild(); fallbackNode; fallbackNode = fallbackNode->nextSibling()) { firstChild 58 Source/core/dom/shadow/InsertionPoint.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) firstChild 447 Source/core/editing/ApplyStyleCommand.cpp for (Node* node = dummySpanAncestor->firstChild(); node; node = next) { firstChild 721 Source/core/editing/ApplyStyleCommand.cpp for (Node* descendent = node.firstChild(); descendent && descendent != sibling; descendent = NodeTraversal::next(*descendent)) { firstChild 879 Source/core/editing/ApplyStyleCommand.cpp runStart = previousSibling ? previousSibling->nextSibling() : parent->firstChild(); firstChild 1130 Source/core/editing/ApplyStyleCommand.cpp childNode = elem->firstChild(); firstChild 1279 Source/core/editing/ApplyStyleCommand.cpp Node* startChild = element->firstChild(); firstChild 1315 Source/core/editing/ApplyStyleCommand.cpp Node* nextChild = nextElement->firstChild(); firstChild 1423 Source/core/editing/ApplyStyleCommand.cpp for (Node* container = startNode.get(); container && startNode == endNode; container = container->firstChild()) { firstChild 1432 Source/core/editing/ApplyStyleCommand.cpp if (!container->firstChild()) firstChild 1434 Source/core/editing/ApplyStyleCommand.cpp startNode = container->firstChild(); firstChild 1525 Source/core/editing/ApplyStyleCommand.cpp for (Node* curr = node->firstChild(); curr; curr = curr->nextSibling()) { firstChild 285 Source/core/editing/CompositeEditCommand.cpp if (parentNode && parentNode->firstChild() != parentNode->lastChild()) firstChild 326 Source/core/editing/CompositeEditCommand.cpp Node* child = refChild->firstChild(); firstChild 57 Source/core/editing/DeleteSelectionCommand.cpp for (Node* child = row->firstChild(); child; child = child->nextSibling()) firstChild 339 Source/core/editing/DeleteSelectionCommand.cpp if (!node->firstChild()) firstChild 342 Source/core/editing/DeleteSelectionCommand.cpp RefPtr<Node> child = node->firstChild(); firstChild 360 Source/core/editing/DeleteSelectionCommand.cpp Node* child = node->firstChild(); firstChild 621 Source/core/editing/DeleteSelectionCommand.cpp if (!mergeDestination.deepEquivalent().deprecatedNode() || (!mergeDestination.deepEquivalent().deprecatedNode()->isDescendantOf(enclosingBlock(m_upstreamStart.containerNode())) && (!mergeDestination.deepEquivalent().anchorNode()->firstChild() || !m_upstreamStart.containerNode()->firstChild())) || (m_startsAtEmptyLine && mergeDestination != startOfParagraphToMove)) { firstChild 226 Source/core/editing/Editor.cpp Node* node = body->firstChild(); firstChild 323 Source/core/editing/InputMethodController.cpp if (editable->firstChild() == baseNode && editable->lastChild() == baseNode && baseNode->isTextNode()) { firstChild 279 Source/core/editing/InsertParagraphSeparatorCommand.cpp ASSERT(startBlock->firstChild()); firstChild 280 Source/core/editing/InsertParagraphSeparatorCommand.cpp refNode = startBlock->firstChild(); firstChild 402 Source/core/editing/InsertParagraphSeparatorCommand.cpp for (n = startBlock->firstChild(); n; n = n->nextSibling()) { firstChild 142 Source/core/editing/MarkupAccumulator.cpp Node* current = isHTMLTemplateElement(targetNode) ? toHTMLTemplateElement(targetNode).content()->firstChild() : targetNode.firstChild(); firstChild 50 Source/core/editing/MergeIdenticalElementsCommand.cpp m_atChild = m_element2->firstChild(); firstChild 53 Source/core/editing/MergeIdenticalElementsCommand.cpp for (Node* child = m_element1->firstChild(); child; child = child->nextSibling()) firstChild 81 Source/core/editing/MergeIdenticalElementsCommand.cpp for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling()) firstChild 45 Source/core/editing/RemoveNodePreservingChildrenCommand.cpp for (Node* child = m_node->firstChild(); child; child = child->nextSibling()) firstChild 55 Source/core/editing/RenderedPosition.cpp rendererNode = position.anchorNode()->firstChild(); firstChild 71 Source/core/editing/ReplaceSelectionCommand.cpp Node* firstChild() const; firstChild 144 Source/core/editing/ReplaceSelectionCommand.cpp if (!m_fragment->firstChild()) firstChild 182 Source/core/editing/ReplaceSelectionCommand.cpp if (!m_fragment->firstChild()) firstChild 194 Source/core/editing/ReplaceSelectionCommand.cpp return (!m_fragment || !m_fragment->firstChild()) && !m_hasInterchangeNewlineAtStart && !m_hasInterchangeNewlineAtEnd; firstChild 199 Source/core/editing/ReplaceSelectionCommand.cpp return m_fragment ? m_fragment->firstChild() : 0; firstChild 212 Source/core/editing/ReplaceSelectionCommand.cpp while (RefPtr<Node> n = node->firstChild()) { firstChild 260 Source/core/editing/ReplaceSelectionCommand.cpp while (RefPtr<Node> node = holder->firstChild()) { firstChild 272 Source/core/editing/ReplaceSelectionCommand.cpp for (Node* node = holder->firstChild(); node; node = NodeTraversal::next(*node, holder)) firstChild 288 Source/core/editing/ReplaceSelectionCommand.cpp Node* node = container->firstChild(); firstChild 295 Source/core/editing/ReplaceSelectionCommand.cpp node = node->firstChild(); firstChild 311 Source/core/editing/ReplaceSelectionCommand.cpp node = container->firstChild(); firstChild 534 Source/core/editing/ReplaceSelectionCommand.cpp if (!element->firstChild()) { firstChild 655 Source/core/editing/ReplaceSelectionCommand.cpp if (!ancestor->firstChild()) firstChild 700 Source/core/editing/ReplaceSelectionCommand.cpp for (Node* node = fragment.firstChild(); node; node = next) { firstChild 718 Source/core/editing/ReplaceSelectionCommand.cpp Node* topNode = fragment.firstChild(); firstChild 788 Source/core/editing/ReplaceSelectionCommand.cpp if (style->isEmpty() || !wrappingStyleSpan->firstChild()) { firstChild 1029 Source/core/editing/ReplaceSelectionCommand.cpp if (fragment.isEmpty() || !fragment.firstChild()) firstChild 1069 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Node> refNode = fragment.firstChild(); firstChild 1076 Source/core/editing/ReplaceSelectionCommand.cpp if ((isListElement(refNode.get()) || (isLegacyAppleStyleSpan(refNode.get()) && isListElement(refNode->firstChild()))) firstChild 1421 Source/core/editing/ReplaceSelectionCommand.cpp while (listElement->hasChildren() && isListElement(listElement->firstChild()) && listElement->hasOneChild()) firstChild 1422 Source/core/editing/ReplaceSelectionCommand.cpp listElement = toHTMLElement(listElement->firstChild()); firstChild 1438 Source/core/editing/ReplaceSelectionCommand.cpp while (RefPtr<Node> listItem = listElement->firstChild()) { firstChild 1474 Source/core/editing/ReplaceSelectionCommand.cpp if (!fragment.firstChild() || fragment.firstChild() != fragment.lastChild() || !fragment.firstChild()->isTextNode()) firstChild 1486 Source/core/editing/ReplaceSelectionCommand.cpp Text* textNode = toText(fragment.firstChild()); firstChild 52 Source/core/editing/SimplifyMarkupCommand.cpp if (node->firstChild() || (node->isTextNode() && node->nextSibling())) firstChild 74 Source/core/editing/SimplifyMarkupCommand.cpp if (currentNode->firstChild() != currentNode->lastChild()) { firstChild 107 Source/core/editing/SimplifyMarkupCommand.cpp ASSERT(nodesToRemove[pastLastNodeToRemove]->firstChild() == nodesToRemove[pastLastNodeToRemove]->lastChild()); firstChild 796 Source/core/editing/SpellChecker.cpp else if (node->firstChild()) firstChild 797 Source/core/editing/SpellChecker.cpp node = node->firstChild(); firstChild 53 Source/core/editing/SplitElementCommand.cpp for (Node* node = m_element2->firstChild(); node != m_atChild; node = node->nextSibling()) firstChild 86 Source/core/editing/SplitElementCommand.cpp for (Node* node = m_element1->firstChild(); node; node = node->nextSibling()) firstChild 89 Source/core/editing/SplitElementCommand.cpp RefPtr<Node> refChild = m_element2->firstChild(); firstChild 57 Source/core/editing/SplitTextNodeContainingElementCommand.cpp Node* firstChild = parent->firstChild(); firstChild 58 Source/core/editing/SplitTextNodeContainingElementCommand.cpp if (!firstChild || !firstChild->isElementNode()) firstChild 60 Source/core/editing/SplitTextNodeContainingElementCommand.cpp parent = toElement(firstChild); firstChild 465 Source/core/editing/TextIterator.cpp Node* next = m_iterationProgress < HandledChildren ? m_node->firstChild() : 0; firstChild 745 Source/core/editing/TextIterator.cpp for (RenderObject* current = firstLetter->firstChild(); current; current = current->nextSibling()) { firstChild 383 Source/core/editing/TypingCommand.cpp if (!root || !root->firstChild()) firstChild 386 Source/core/editing/TypingCommand.cpp if (root->firstChild() == root->lastChild()) { firstChild 395 Source/core/editing/TypingCommand.cpp while (Node* child = root->firstChild()) firstChild 559 Source/core/editing/VisibleSelection.cpp if (Node* firstChild = treeScope.rootNode().firstChild()) firstChild 560 Source/core/editing/VisibleSelection.cpp return positionBeforeNode(firstChild); firstChild 45 Source/core/editing/WrapContentsInDummySpanCommand.cpp for (Node* child = m_element->firstChild(); child; child = child->nextSibling()) firstChild 70 Source/core/editing/WrapContentsInDummySpanCommand.cpp for (Node* child = m_dummySpan->firstChild(); child; child = child->nextSibling()) firstChild 605 Source/core/editing/htmlediting.cpp for (Node* n = node->firstChild(); n;) { firstChild 773 Source/core/editing/htmlediting.cpp RenderObject* childRenderer = renderer->firstChild(); firstChild 656 Source/core/editing/markup.cpp for (Node* node = document->firstChild(); node; node = NodeTraversal::next(*node)) { firstChild 672 Source/core/editing/markup.cpp for (RefPtr<Node> node = fragment->firstChild(); node; node = next) { firstChild 796 Source/core/editing/markup.cpp if (element->hasOneChild() && (element->firstChild()->isTextNode() || (element->firstChild()->firstChild()))) firstChild 799 Source/core/editing/markup.cpp return element->hasChildCount(2) && isTabSpanTextNode(element->firstChild()->firstChild()) && element->lastChild()->isTextNode(); firstChild 959 Source/core/editing/markup.cpp for (RefPtr<Node> child = element->firstChild(); child; child = nextChild) { firstChild 985 Source/core/editing/markup.cpp for (RefPtr<Node> node = fragment->firstChild(); node; node = nextNode) { firstChild 989 Source/core/editing/markup.cpp if (Node* firstChild = element->firstChild()) firstChild 990 Source/core/editing/markup.cpp nextNode = firstChild; firstChild 1004 Source/core/editing/markup.cpp if (!fragment->firstChild()) { firstChild 1011 Source/core/editing/markup.cpp toText(containerNode->firstChild())->setData(toText(fragment->firstChild())->data()); firstChild 1017 Source/core/editing/markup.cpp containerNode->replaceChild(fragment, containerNode->firstChild(), exceptionState); firstChild 1043 Source/core/editing/markup.cpp toText(containerNode->firstChild())->setData(text); firstChild 1052 Source/core/editing/markup.cpp containerNode->replaceChild(textNode.release(), containerNode->firstChild(), exceptionState); firstChild 21 Source/core/frame/FrameClient.h virtual Frame* firstChild() const = 0; firstChild 1155 Source/core/frame/FrameView.cpp RenderObject* firstChild = renderView->firstChild(); firstChild 1156 Source/core/frame/FrameView.cpp if (!firstChild || !firstChild->isBox()) firstChild 1160 Source/core/frame/FrameView.cpp if (firstChild->isSVGRoot()) firstChild 1161 Source/core/frame/FrameView.cpp return toRenderBox(firstChild); firstChild 1415 Source/core/frame/FrameView.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { firstChild 2877 Source/core/frame/FrameView.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { firstChild 187 Source/core/frame/LocalFrame.cpp for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 232 Source/core/frame/LocalFrame.cpp for (LocalFrame* child = tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 453 Source/core/frame/LocalFrame.cpp for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 463 Source/core/frame/LocalFrame.cpp for (RefPtr<LocalFrame> child = tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 245 Source/core/frame/SmartClip.cpp for (Node* child = parentNode->firstChild(); child; child = child->nextSibling()) { firstChild 175 Source/core/html/HTMLAppletElement.cpp for (HTMLParamElement* param = Traversal<HTMLParamElement>::firstChild(*this); param; param = Traversal<HTMLParamElement>::nextSibling(*param)) { firstChild 311 Source/core/html/HTMLCollection.cpp Element* element = ElementTraversal::firstChild(nodeList.rootNode()); firstChild 82 Source/core/html/HTMLDetailsElement.cpp if (HTMLSummaryElement* summary = Traversal<HTMLSummaryElement>::firstChild(*this)) firstChild 85 Source/core/html/HTMLDetailsElement.cpp HTMLContentElement* content = toHTMLContentElement(userAgentShadowRoot()->firstChild()); firstChild 86 Source/core/html/HTMLDetailsElement.cpp ASSERT(content->firstChild() && isHTMLSummaryElement(*content->firstChild())); firstChild 87 Source/core/html/HTMLDetailsElement.cpp return toElement(content->firstChild()); firstChild 47 Source/core/html/HTMLDialogElement.cpp for (Node* node = dialog->firstChild(); node; node = next) { firstChild 646 Source/core/html/HTMLElement.cpp Node* node = firstNode->firstChild(); firstChild 699 Source/core/html/HTMLElement.cpp Node* node = firstChild(); firstChild 70 Source/core/html/HTMLFieldSetElement.cpp for (HTMLLegendElement* legend = Traversal<HTMLLegendElement>::firstChild(*this); legend; legend = Traversal<HTMLLegendElement>::nextSibling(*legend)) firstChild 92 Source/core/html/HTMLFieldSetElement.cpp return Traversal<HTMLLegendElement>::firstChild(*this); firstChild 107 Source/core/html/HTMLKeygenElement.cpp return root ? toHTMLSelectElement(root->firstChild()) : 0; firstChild 430 Source/core/html/HTMLMediaElement.cpp if (Traversal<HTMLTrackElement>::firstChild(*this)) firstChild 726 Source/core/html/HTMLMediaElement.cpp if (HTMLSourceElement* element = Traversal<HTMLSourceElement>::firstChild(*this)) { firstChild 1196 Source/core/html/HTMLMediaElement.cpp for (HTMLTrackElement* trackElement = Traversal<HTMLTrackElement>::firstChild(*this); trackElement; trackElement = Traversal<HTMLTrackElement>::nextSibling(*trackElement)) { firstChild 1427 Source/core/html/HTMLMediaElement.cpp for (HTMLSourceElement* source = Traversal<HTMLSourceElement>::firstChild(*this); source; source = Traversal<HTMLSourceElement>::nextSibling(*source)) firstChild 3295 Source/core/html/HTMLMediaElement.cpp return toMediaControls(userAgentShadowRoot()->firstChild()); firstChild 3301 Source/core/html/HTMLMediaElement.cpp Node* node = userAgent->firstChild(); firstChild 218 Source/core/html/HTMLMeterElement.cpp RenderObject* renderObject = userAgentShadowRoot()->firstChild()->renderer(); firstChild 149 Source/core/html/HTMLObjectElement.cpp for (HTMLParamElement* p = Traversal<HTMLParamElement>::firstChild(*this); p; p = Traversal<HTMLParamElement>::nextSibling(*p)) { firstChild 211 Source/core/html/HTMLObjectElement.cpp for (Node* child = firstChild(); child; child = child->nextSibling()) { firstChild 443 Source/core/html/HTMLObjectElement.cpp for (HTMLElement* child = Traversal<HTMLElement>::firstChild(*this); child; child = Traversal<HTMLElement>::nextSibling(*child)) { firstChild 137 Source/core/html/HTMLOptionElement.cpp Node* child = firstChild(); firstChild 347 Source/core/html/HTMLOptionElement.cpp for (Node* node = firstChild(); node; ) { firstChild 73 Source/core/html/HTMLProgressElement.cpp RenderObject* renderObject = userAgentShadowRoot()->firstChild()->renderer(); firstChild 98 Source/core/html/HTMLScriptElement.cpp toText(firstChild())->setData(value); firstChild 70 Source/core/html/HTMLTableElement.cpp return Traversal<HTMLTableCaptionElement>::firstChild(*this); firstChild 76 Source/core/html/HTMLTableElement.cpp insertBefore(newCaption, firstChild(), exceptionState); firstChild 79 Source/core/html/HTMLTableRowElement.cpp for (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*head); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) { firstChild 89 Source/core/html/HTMLTableRowElement.cpp for (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*section); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) { firstChild 98 Source/core/html/HTMLTableRowElement.cpp for (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*foot); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) { firstChild 137 Source/core/html/HTMLTableRowElement.cpp n = firstChild(); firstChild 68 Source/core/html/HTMLTableRowsCollection.cpp child = Traversal<HTMLElement>::firstChild(table); firstChild 73 Source/core/html/HTMLTableRowsCollection.cpp if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*child)) firstChild 80 Source/core/html/HTMLTableRowsCollection.cpp child = Traversal<HTMLElement>::firstChild(table); firstChild 89 Source/core/html/HTMLTableRowsCollection.cpp if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*child)) firstChild 96 Source/core/html/HTMLTableRowsCollection.cpp child = Traversal<HTMLElement>::firstChild(table); firstChild 101 Source/core/html/HTMLTableRowsCollection.cpp if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*child)) firstChild 74 Source/core/html/HTMLTableSectionElement.cpp n = firstChild(); firstChild 100 Source/core/html/HTMLTableSectionElement.cpp for (const HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*this); row; row = Traversal<HTMLTableRowElement>::nextSibling(*row)) firstChild 397 Source/core/html/HTMLTextAreaElement.cpp for (Node* n = firstChild(); n; n = n->nextSibling()) { firstChild 411 Source/core/html/HTMLTextAreaElement.cpp for (Node* n = firstChild(); n; n = n->nextSibling()) { firstChild 424 Source/core/html/HTMLTextAreaElement.cpp insertBefore(document().createTextNode(value), firstChild(), IGNORE_EXCEPTION); firstChild 437 Source/core/html/HTMLTextFormControlElement.cpp if (!innerText->firstChild()) firstChild 443 Source/core/html/HTMLTextFormControlElement.cpp for (Node* node = innerText->firstChild(); node; node = NodeTraversal::next(*node, innerText)) { firstChild 444 Source/core/html/HTMLTextFormControlElement.cpp ASSERT(!node->firstChild()); firstChild 585 Source/core/html/HTMLTextFormControlElement.cpp for (Node* node = innerText->firstChild(); node; node = NodeTraversal::next(*node, innerText)) { firstChild 78 Source/core/html/HTMLTitleElement.cpp for (Node *n = firstChild(); n; n = n->nextSibling()) { firstChild 53 Source/core/html/forms/BaseButtonInputType.cpp toText(element().userAgentShadowRoot()->firstChild())->setData(element().valueWithDefault()); firstChild 72 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp Node* node = element().userAgentShadowRoot()->firstChild(); firstChild 215 Source/core/html/forms/ColorInputType.cpp return shadow ? toHTMLElement(shadow->firstChild()->firstChild()) : 0; firstChild 264 Source/core/html/forms/FileInputType.cpp if (Element* button = toElement(element().userAgentShadowRoot()->firstChild())) firstChild 271 Source/core/html/forms/FileInputType.cpp if (Element* button = toElement(element().userAgentShadowRoot()->firstChild())) firstChild 133 Source/core/html/imports/HTMLImport.cpp for (HTMLImport* child = firstChild(); child; child = child->next()) firstChild 62 Source/core/html/imports/HTMLImportStateResolver.cpp for (HTMLImport* child = m_import->firstChild(); child; child = child->next()) { firstChild 457 Source/core/html/shadow/DateTimeEditElement.cpp ASSERT(firstChild()); firstChild 458 Source/core/html/shadow/DateTimeEditElement.cpp return toElement(firstChild()); firstChild 499 Source/core/html/shadow/DateTimeEditElement.cpp for (Node* child = fieldsWrapperElement()->firstChild(); child; child = child->nextSibling()) { firstChild 653 Source/core/html/shadow/DateTimeEditElement.cpp if (!firstChild()) { firstChild 683 Source/core/html/shadow/DateTimeEditElement.cpp for (Node* childNode = fieldsWrapper->firstChild(); childNode; childNode = fieldsWrapper->firstChild()) { firstChild 203 Source/core/html/shadow/DateTimeFieldElement.cpp Text* const textNode = toText(firstChild()); firstChild 158 Source/core/html/track/LoadableTextTrack.cpp for (HTMLTrackElement* track = Traversal<HTMLTrackElement>::firstChild(*m_trackElement->parentNode()); track; track = Traversal<HTMLTrackElement>::nextSibling(*track)) { firstChild 424 Source/core/html/track/vtt/VTTCue.cpp for (Node* node = vttNode->firstChild(); node; node = node->nextSibling()) { firstChild 537 Source/core/html/track/vtt/VTTCue.cpp for (Node* node = vttRoot->firstChild(); node; node = NodeTraversal::next(*node, vttRoot)) { firstChild 679 Source/core/html/track/vtt/VTTCue.cpp for (Node* child = root->firstChild(); child; child = NodeTraversal::next(*child, root)) { firstChild 141 Source/core/inspector/DOMPatchSupport.cpp for (Node* child = parentNode->firstChild(); child; child = child->nextSibling()) firstChild 147 Source/core/inspector/DOMPatchSupport.cpp for (Node* child = parentNode->firstChild(); child != node; child = child->nextSibling()) firstChild 149 Source/core/inspector/DOMPatchSupport.cpp for (Node* child = fragment->firstChild(); child; child = child->nextSibling()) { firstChild 150 Source/core/inspector/DOMPatchSupport.cpp if (isHTMLHeadElement(*child) && !child->firstChild() && markupCopy.find("</head>") == kNotFound) firstChild 152 Source/core/inspector/DOMPatchSupport.cpp if (isHTMLBodyElement(*child) && !child->firstChild() && markupCopy.find("</body>") == kNotFound) firstChild 164 Source/core/inspector/DOMPatchSupport.cpp return previousSibling ? previousSibling->nextSibling() : parentNode->firstChild(); firstChild 423 Source/core/inspector/DOMPatchSupport.cpp Node* child = node->firstChild(); firstChild 789 Source/core/inspector/InspectorCSSAgent.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) { firstChild 803 Source/core/inspector/InspectorCSSAgent.cpp for (RenderObject* current = firstLetter->firstChild(); current; current = current->nextSibling()) { firstChild 732 Source/core/inspector/InspectorDOMAgent.cpp Element* parsedElement = fragment->firstChild() && fragment->firstChild()->isElementNode() ? toElement(fragment->firstChild()) : 0; firstChild 804 Source/core/inspector/InspectorDOMAgent.cpp while ((child = oldNode->firstChild())) { firstChild 1634 Source/core/inspector/InspectorDOMAgent.cpp Node* firstChild = container->firstChild(); firstChild 1635 Source/core/inspector/InspectorDOMAgent.cpp if (firstChild && firstChild->nodeType() == Node::TEXT_NODE && !firstChild->nextSibling()) { firstChild 1636 Source/core/inspector/InspectorDOMAgent.cpp children->addItem(buildObjectForNode(firstChild, 0, nodesMap)); firstChild 1709 Source/core/inspector/InspectorDOMAgent.cpp node = node->firstChild(); firstChild 235 Source/core/inspector/InspectorLayerTreeAgent.cpp for (RenderLayer* child = root->firstChild(); child; child = child->nextSibling()) firstChild 1123 Source/core/inspector/InspectorPageAgent.cpp for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) { firstChild 188 Source/core/loader/EmptyClients.h virtual Frame* firstChild() const OVERRIDE { return 0; } firstChild 416 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { firstChild 803 Source/core/loader/FrameLoader.cpp for (RefPtr<LocalFrame> child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 953 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 1210 Source/core/loader/FrameLoader.cpp for (LocalFrame* child = m_frame->tree().firstChild(); child; child = child->tree().traverseNext(m_frame)) firstChild 52 Source/core/page/FrameTree.cpp for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling()) firstChild 108 Source/core/page/FrameTree.cpp return toLocalFrame(m_thisFrame->loader().client()->firstChild()); firstChild 178 Source/core/page/FrameTree.cpp for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling()) { firstChild 195 Source/core/page/FrameTree.cpp for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling()) firstChild 207 Source/core/page/FrameTree.cpp for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling()) { firstChild 230 Source/core/page/FrameTree.cpp for (LocalFrame* result = firstChild(); result; result = result->tree().nextSibling()) firstChild 237 Source/core/page/FrameTree.cpp for (LocalFrame* child = firstChild(); child; child = child->tree().nextSibling()) firstChild 307 Source/core/page/FrameTree.cpp LocalFrame* child = firstChild(); firstChild 404 Source/core/page/FrameTree.cpp for (WebCore::LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 46 Source/core/page/FrameTree.h LocalFrame* firstChild() const; firstChild 61 Source/core/page/HistoryController.cpp for (LocalFrame* child = currentFrame->tree().firstChild(); child; child = child->tree().nextSibling()) { firstChild 205 Source/core/page/HistoryController.cpp for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 254 Source/core/page/PageSerializer.cpp for (LocalFrame* childFrame = frame->tree().firstChild(); childFrame; childFrame = childFrame->tree().nextSibling()) firstChild 268 Source/core/page/PrintContext.cpp for (Node* i = node->firstChild(); i; i = i->nextSibling()) firstChild 175 Source/core/page/scrolling/ScrollingCoordinator.cpp for (const LocalFrame* child = tree.firstChild(); child; child = child->tree().nextSibling()) { firstChild 396 Source/core/page/scrolling/ScrollingCoordinator.cpp for (const LocalFrame* child = tree.firstChild(); child; child = child->tree().nextSibling()) { firstChild 461 Source/core/page/scrolling/ScrollingCoordinator.cpp for (const RenderLayer* childLayer = curLayer->firstChild(); childLayer; childLayer = childLayer->nextSibling()) { firstChild 722 Source/core/page/scrolling/ScrollingCoordinator.cpp for (LocalFrame* subFrame = tree.firstChild(); subFrame; subFrame = subFrame->tree().nextSibling()) firstChild 103 Source/core/plugins/PluginOcclusionSupport.cpp for (const RenderObject* ro = parent->firstChild(); ro; ro = ro->nextSibling()) { firstChild 135 Source/core/plugins/PluginOcclusionSupport.cpp for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) firstChild 52 Source/core/rendering/AutoTableLayout.cpp for (RenderObject* child = m_table->children()->firstChild(); child; child = child->nextSibling()) { firstChild 68 Source/core/rendering/AutoTableLayout.cpp bool cellHasContent = cell->children()->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding() || cell->style()->hasBackground(); firstChild 61 Source/core/rendering/CounterNode.h CounterNode* firstChild() const { return m_firstChild; } firstChild 340 Source/core/rendering/FastTextAutosizer.cpp if (block->childrenInline() && block->firstChild()) firstChild 375 Source/core/rendering/FastTextAutosizer.cpp for (RenderObject* section = table->firstChild(); section; section = section->nextSibling()) { firstChild 378 Source/core/rendering/FastTextAutosizer.cpp for (RenderObject* row = section->firstChild(); row; row = row->nextSibling()) { firstChild 381 Source/core/rendering/FastTextAutosizer.cpp for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { firstChild 890 Source/core/rendering/FastTextAutosizer.cpp const RenderObject* child = (firstOrLast == First) ? parent->firstChild() : parent->lastChild(); firstChild 140 Source/core/rendering/FixedTableLayout.cpp RenderObject* firstRow = section->firstChild(); firstChild 141 Source/core/rendering/FixedTableLayout.cpp for (RenderObject* child = firstRow->firstChild(); child; child = child->nextSibling()) { firstChild 333 Source/core/rendering/FixedTableLayout.cpp for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { firstChild 57 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) firstChild 66 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 205 Source/core/rendering/InlineFlowBox.cpp InlineBox* child = firstChild(); firstChild 234 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) firstChild 247 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) firstChild 259 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) firstChild 353 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* currChild = firstChild(); currChild; currChild = currChild->nextOnLine()) { firstChild 372 Source/core/rendering/InlineFlowBox.cpp placeBoxRangeInInlineDirection(firstChild(), 0, logicalLeft, minLogicalLeft, maxLogicalRight, needsWordSpacing, textBoxDataMap); firstChild 379 Source/core/rendering/InlineFlowBox.cpp float InlineFlowBox::placeBoxRangeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLeft, float& minLogicalLeft, float& maxLogicalRight, bool& needsWordSpacing, GlyphOverflowAndFallbackFontsMap& textBoxDataMap) firstChild 381 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild; curr && curr != lastChild; curr = curr->nextOnLine()) { firstChild 448 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 479 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 548 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 619 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 736 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 756 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 950 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 1151 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 1424 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* child = firstChild(); child && !leaf; child = child->nextOnLine()) firstChild 1444 Source/core/rendering/InlineFlowBox.cpp for (InlineBox *box = firstChild(); box; box = box->nextOnLine()) { firstChild 1458 Source/core/rendering/InlineFlowBox.cpp InlineBox* box = ltr ? firstChild() : lastChild(); firstChild 1483 Source/core/rendering/InlineFlowBox.cpp for (InlineBox *box = firstChild(); box; box = box->nextOnLine()) firstChild 1490 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 1538 Source/core/rendering/InlineFlowBox.cpp for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { firstChild 1645 Source/core/rendering/InlineFlowBox.cpp for (const InlineBox* box = firstChild(); box; box = box->nextOnLine()) firstChild 80 Source/core/rendering/InlineFlowBox.h InlineBox* firstChild() const { checkConsistency(); return m_firstChild; } firstChild 94 Source/core/rendering/InlineFlowBox.h for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) firstChild 176 Source/core/rendering/InlineFlowBox.h float placeBoxRangeInInlineDirection(InlineBox* firstChild, InlineBox* lastChild, float& logicalLeft, float& minLogicalLeft, float& maxLogicalRight, bool& needsWordSpacing, GlyphOverflowAndFallbackFontsMap&); firstChild 192 Source/core/rendering/InlineIterator.h for (RenderObject* curr = object->firstChild(); curr; curr = curr->nextSibling()) { firstChild 218 Source/core/rendering/InlineIterator.h next = current->firstChild(); firstChild 287 Source/core/rendering/InlineIterator.h RenderObject* o = root->firstChild(); firstChild 315 Source/core/rendering/InlineIterator.h RenderObject* o = root->firstChild(); firstChild 261 Source/core/rendering/RenderBlock.cpp while (InlineBox* childBox = box->firstChild()) firstChild 371 Source/core/rendering/RenderBlock.cpp if (curr->firstChild() == beforeChild) firstChild 381 Source/core/rendering/RenderBlock.cpp if (!beforeChild && !last->firstChild()) firstChild 535 Source/core/rendering/RenderBlock.cpp cloneBlock->setChildrenInline(cloneBlock->firstChild() ? cloneBlock->firstChild()->isInline() : childrenInline()); firstChild 640 Source/core/rendering/RenderBlock.cpp RenderObject* boxFirst = madeNewBeforeBlock ? block->firstChild() : pre->nextSibling(); firstChild 679 Source/core/rendering/RenderBlock.cpp if (beforeChild != firstChild()) { firstChild 689 Source/core/rendering/RenderBlock.cpp RenderObject* boxFirst = block->firstChild(); firstChild 764 Source/core/rendering/RenderBlock.cpp if (newChild->isInline() || newChild->isFloatingOrOutOfFlowPositioned() || beforeChild->parent()->firstChild() != beforeChild) firstChild 871 Source/core/rendering/RenderBlock.cpp if (!isAnonymousBlock() && firstChild() && (firstChild()->isAnonymousColumnsBlock() || firstChild()->isAnonymousColumnSpanBlock())) firstChild 939 Source/core/rendering/RenderBlock.cpp RenderObject *child = firstChild(); firstChild 960 Source/core/rendering/RenderBlock.cpp for (RenderObject *c = firstChild(); c; c = c->nextSibling()) firstChild 972 Source/core/rendering/RenderBlock.cpp if (child->continuation() || (child->firstChild() && (child->isAnonymousColumnSpanBlock() || child->isAnonymousColumnsBlock()))) firstChild 975 Source/core/rendering/RenderBlock.cpp RenderObject* firstAnChild = child->m_children.firstChild(); firstChild 990 Source/core/rendering/RenderBlock.cpp if (child == m_children.firstChild()) firstChild 995 Source/core/rendering/RenderBlock.cpp if (child == m_children.firstChild()) firstChild 1101 Source/core/rendering/RenderBlock.cpp blockChildrenBlock->children()->insertChildNode(blockChildrenBlock, inlineChildrenBlock, prev == inlineChildrenBlock ? blockChildrenBlock->firstChild() : 0, firstChild 1143 Source/core/rendering/RenderBlock.cpp if (!firstChild()) { firstChild 1748 Source/core/rendering/RenderBlock.cpp && firstChild() && lastChild() && firstChild() != lastChild(); firstChild 2683 Source/core/rendering/RenderBlock.cpp for (RenderObject* curr = parent->firstChild(); curr; curr = curr->nextInPreOrder(parent)) { firstChild 3202 Source/core/rendering/RenderBlock.cpp return firstChild() firstChild 3204 Source/core/rendering/RenderBlock.cpp && !firstChild()->isAnonymousColumnsBlock() firstChild 3205 Source/core/rendering/RenderBlock.cpp && !firstChild()->isAnonymousColumnSpanBlock(); firstChild 3597 Source/core/rendering/RenderBlock.cpp RenderObject* child = firstChild(); firstChild 3875 Source/core/rendering/RenderBlock.cpp || !parentBlock || parentBlock->firstChild() != firstLineBlock firstChild 3915 Source/core/rendering/RenderBlock.cpp if (firstLetterBlock->isReplaced() || !parentBlock || parentBlock->firstChild() != firstLetterBlock || firstChild 3942 Source/core/rendering/RenderBlock.cpp while (RenderObject* child = firstLetter->firstChild()) { firstChild 3965 Source/core/rendering/RenderBlock.cpp for (RenderObject* genChild = firstLetter->firstChild(); genChild; genChild = genChild->nextSibling()) { firstChild 4052 Source/core/rendering/RenderBlock.cpp RenderObject* currentChild = m_containerBlock->firstChild(); firstChild 4075 Source/core/rendering/RenderBlock.cpp currentChild = currentChild->firstChild(); firstChild 4091 Source/core/rendering/RenderBlock.cpp currentChild = currentChild->firstChild(); firstChild 4093 Source/core/rendering/RenderBlock.cpp currentChild = currentChild->firstChild(); firstChild 4307 Source/core/rendering/RenderBlock.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 4333 Source/core/rendering/RenderBlock.cpp for (RenderObject* obj = firstChild(); obj; obj = obj->nextSibling()) firstChild 4360 Source/core/rendering/RenderBlock.cpp if (box->firstChild()) firstChild 4361 Source/core/rendering/RenderBlock.cpp left = min(left, x + static_cast<LayoutUnit>(box->firstChild()->x())); firstChild 4415 Source/core/rendering/RenderBlock.cpp for (RenderObject* obj = firstChild(); obj; obj = obj->nextSibling()) { firstChild 4563 Source/core/rendering/RenderBlock.cpp if (firstChild()) firstChild 4619 Source/core/rendering/RenderBlock.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 80 Source/core/rendering/RenderBlock.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 382 Source/core/rendering/RenderBlockFlow.cpp if (!firstChild() && !isAnonymousBlock()) firstChild 435 Source/core/rendering/RenderBlockFlow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 1708 Source/core/rendering/RenderBlockFlow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 68 Source/core/rendering/RenderBlockLineLayout.cpp current = root->firstChild(); firstChild 76 Source/core/rendering/RenderBlockLineLayout.cpp next = current->firstChild(); firstChild 609 Source/core/rendering/RenderBlockLineLayout.cpp bool isFirstLine = lineInfo.isFirstLine() && !(isAnonymousBlock() && parent()->firstChild() != this); firstChild 1278 Source/core/rendering/RenderBlockLineLayout.cpp result = current->firstChild(); firstChild 1706 Source/core/rendering/RenderBlockLineLayout.cpp if (firstChild()) { firstChild 196 Source/core/rendering/RenderBox.cpp if (RenderBlock::hasPercentHeightContainerMap() && firstChild() firstChild 302 Source/core/rendering/RenderBox.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 320 Source/core/rendering/RenderBox.cpp RenderObject* child = firstChild(); firstChild 1132 Source/core/rendering/RenderBox.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) firstChild 1340 Source/core/rendering/RenderBox.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 2140 Source/core/rendering/RenderBox.cpp for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) { firstChild 2145 Source/core/rendering/RenderBox.cpp for (RenderObject* itemChild = listItem->firstChild(); itemChild; itemChild = itemChild->nextSibling()) { firstChild 4028 Source/core/rendering/RenderBox.cpp if (!firstChild()) firstChild 4049 Source/core/rendering/RenderBox.cpp for (RenderObject* renderObject = firstChild(); renderObject; renderObject = renderObject->nextSibling()) { firstChild 4050 Source/core/rendering/RenderBox.cpp if ((!renderObject->firstChild() && !renderObject->isInline() && !renderObject->isRenderBlockFlow() ) firstChild 4128 Source/core/rendering/RenderBox.cpp if (view()->layoutState()->pageLogicalHeightChanged() && firstChild()) firstChild 4644 Source/core/rendering/RenderBox.cpp if (boxToSplit->firstChild() != beforeChild && boxToSplit->isAnonymous()) { firstChild 761 Source/core/rendering/RenderBox.h return toRenderBox(firstChild()); firstChild 2639 Source/core/rendering/RenderBoxModelObject.cpp ASSERT(!firstChild()); firstChild 304 Source/core/rendering/RenderBoxModelObject.h moveChildrenTo(toBoxModelObject, firstChild(), 0, beforeChild, fullRemoveInsert); firstChild 44 Source/core/rendering/RenderButton.cpp ASSERT(!firstChild()); firstChild 590 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp bool firstChild = true; firstChild 595 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp if (firstChild) { firstChild 596 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp firstChild = false; firstChild 841 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp bool firstChild = true; firstChild 846 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp if (firstChild) { firstChild 847 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp firstChild = false; firstChild 216 Source/core/rendering/RenderEmbeddedObject.cpp RenderObject* child = m_children.firstChild(); firstChild 129 Source/core/rendering/RenderFieldset.cpp for (RenderObject* legend = firstChild(); legend; legend = legend->nextSibling()) { firstChild 208 Source/core/rendering/RenderFileUploadControl.cpp Node* buttonNode = input->userAgentShadowRoot()->firstChild(); firstChild 125 Source/core/rendering/RenderFrameSet.cpp RenderObject* child = firstChild(); firstChild 398 Source/core/rendering/RenderFrameSet.cpp RenderObject* child = firstChild(); firstChild 62 Source/core/rendering/RenderFrameSet.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 151 Source/core/rendering/RenderFullScreen.cpp while ((child = firstChild())) { firstChild 238 Source/core/rendering/RenderInline.cpp if (firstChild()) { firstChild 284 Source/core/rendering/RenderInline.cpp if (curr->firstChild() == beforeChild) firstChild 294 Source/core/rendering/RenderInline.cpp if (!beforeChild && !last->firstChild()) firstChild 454 Source/core/rendering/RenderInline.cpp RenderObject* boxFirst = madeNewBeforeBlock ? block->firstChild() : pre->nextSibling(); firstChild 552 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 816 Source/core/rendering/RenderInline.cpp if (c->isInline() || c->firstChild()) firstChild 880 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 933 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 1034 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 1049 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 1243 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 1356 Source/core/rendering/RenderInline.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 41 Source/core/rendering/RenderInline.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 149 Source/core/rendering/RenderLayer.cpp if (!renderer->firstChild() && renderer->style()) { firstChild 334 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) firstChild 517 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) firstChild 805 Source/core/rendering/RenderLayer.cpp for (RenderObject* r = renderer()->firstChild(); r; r = r->nextSibling()) { firstChild 825 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) { firstChild 847 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) { firstChild 869 Source/core/rendering/RenderLayer.cpp RenderObject* r = renderer()->firstChild(); firstChild 875 Source/core/rendering/RenderLayer.cpp if (r->firstChild() && !r->hasLayer()) firstChild 876 Source/core/rendering/RenderLayer.cpp r = r->firstChild(); firstChild 1296 Source/core/rendering/RenderLayer.cpp for (RenderLayer* curr = layer->firstChild(); curr; curr = curr->nextSibling()) { firstChild 1434 Source/core/rendering/RenderLayer.cpp if (!child->stackingNode()->isNormalFlowOnly() || child->firstChild()) { firstChild 1486 Source/core/rendering/RenderLayer.cpp if (!oldChild->stackingNode()->isNormalFlowOnly() || oldChild->firstChild()) { firstChild 1574 Source/core/rendering/RenderLayer.cpp for (RenderObject* curr = renderer()->firstChild(); curr; curr = curr->nextSibling()) firstChild 3310 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) firstChild 3316 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) firstChild 3378 Source/core/rendering/RenderLayer.cpp for (RenderObject* child = renderer()->firstChild(); child; child = child->nextSibling()) { firstChild 3729 Source/core/rendering/RenderLayer.cpp for (RenderObject* child = renderer()->firstChild(); child; child = child->nextSibling()) { firstChild 4047 Source/core/rendering/RenderLayer.cpp for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) firstChild 114 Source/core/rendering/RenderLayer.h RenderLayer* firstChild() const { return m_first; } firstChild 103 Source/core/rendering/RenderLayerClipper.cpp for (RenderLayer* layer = m_renderer->layer()->firstChild(); layer; layer = layer->nextSibling()) firstChild 134 Source/core/rendering/RenderLayerRepainter.cpp for (RenderLayer* layer = m_renderer->layer()->firstChild(); layer; layer = layer->nextSibling()) firstChild 156 Source/core/rendering/RenderLayerRepainter.cpp for (RenderLayer* curr = m_renderer->layer()->firstChild(); curr; curr = curr->nextSibling()) { firstChild 170 Source/core/rendering/RenderLayerRepainter.cpp for (RenderLayer* child = m_renderer->layer()->firstChild(); child; child = child->nextSibling()) { firstChild 227 Source/core/rendering/RenderLayerRepainter.cpp for (RenderLayer* curr = m_renderer->layer()->firstChild(); curr; curr = curr->nextSibling()) firstChild 215 Source/core/rendering/RenderLayerStackingNode.cpp for (RenderLayer* child = layer()->firstChild(); child; child = child->nextSibling()) { firstChild 231 Source/core/rendering/RenderLayerStackingNode.cpp for (RenderObject* child = view->firstChild(); child; child = child->nextSibling()) { firstChild 251 Source/core/rendering/RenderLayerStackingNode.cpp for (RenderLayer* child = layer()->firstChild(); child; child = child->nextSibling()) { firstChild 316 Source/core/rendering/RenderLayerStackingNode.cpp for (RenderLayer* child = layer()->firstChild(); child; child = child->nextSibling()) { firstChild 226 Source/core/rendering/RenderListItem.cpp RenderObject* firstChild = curr->firstChild(); firstChild 227 Source/core/rendering/RenderListItem.cpp if (!firstChild) firstChild 231 Source/core/rendering/RenderListItem.cpp for (RenderObject* currChild = firstChild; currChild; currChild = currChild->nextSibling()) { firstChild 267 Source/core/rendering/RenderListItem.cpp RenderObject* result = parent->firstChild(); firstChild 303 Source/core/rendering/RenderListItem.cpp if (markerParent && markerParent->isAnonymousBlock() && !markerParent->firstChild() && !toRenderBlock(markerParent)->continuation()) firstChild 58 Source/core/rendering/RenderMedia.cpp RenderBox* controlsRenderer = toRenderBox(m_children.firstChild()); firstChild 40 Source/core/rendering/RenderMedia.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 84 Source/core/rendering/RenderMenuList.cpp ASSERT(firstChild() == m_innerBlock); firstChild 90 Source/core/rendering/RenderMenuList.cpp ASSERT(!firstChild()); firstChild 133 Source/core/rendering/RenderMenuList.cpp ASSERT(m_innerBlock == firstChild()); firstChild 342 Source/core/rendering/RenderObject.cpp if (RenderObject* o = firstChild()) firstChild 364 Source/core/rendering/RenderObject.cpp if (RenderObject* o = firstChild()) firstChild 406 Source/core/rendering/RenderObject.cpp RenderObject* child = firstChild(); firstChild 440 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = obj->firstChild(); curr; curr = curr->nextSibling()) firstChild 464 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) firstChild 482 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) firstChild 501 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = startPoint ? startPoint->nextSibling() : firstChild(); firstChild 1312 Source/core/rendering/RenderObject.cpp for (RenderObject* current = firstChild(); current; current = current->nextSibling()) firstChild 1320 Source/core/rendering/RenderObject.cpp for (RenderObject* current = firstChild(); current; current = current->nextSibling()) firstChild 1764 Source/core/rendering/RenderObject.cpp for (const RenderObject* child = firstChild(); child; child = child->nextSibling()) firstChild 1920 Source/core/rendering/RenderObject.cpp for (const RenderObject* r = firstChild(); r; r = r->nextSibling()) { firstChild 2155 Source/core/rendering/RenderObject.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 2469 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) { firstChild 2642 Source/core/rendering/RenderObject.cpp if (firstChild() || hasLayer()) { firstChild 2672 Source/core/rendering/RenderObject.cpp if (firstChild() || hasLayer()) { firstChild 2703 Source/core/rendering/RenderObject.cpp for (RenderObject* child = children->firstChild(); child; child = child->nextSibling()) firstChild 2728 Source/core/rendering/RenderObject.cpp if (destroyRootParent->firstChild() != this || destroyRootParent->lastChild() != this) firstChild 2792 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) firstChild 3102 Source/core/rendering/RenderObject.cpp for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) firstChild 181 Source/core/rendering/RenderObject.h RenderObject* firstChild() const firstChild 184 Source/core/rendering/RenderObject.h return children->firstChild(); firstChild 234 Source/core/rendering/RenderObject.h virtual bool isEmpty() const { return firstChild() == 0; } firstChild 40 Source/core/rendering/RenderObjectChildList.cpp while (firstChild()) { firstChild 41 Source/core/rendering/RenderObjectChildList.cpp if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstChild()->isText())) { firstChild 42 Source/core/rendering/RenderObjectChildList.cpp firstChild()->remove(); // List markers are owned by their enclosing list and so don't get destroyed by this container. Similarly, first letters are destroyed by their remaining text fragment. firstChild 45 Source/core/rendering/RenderObjectChildList.cpp if (firstChild()->node()) firstChild 46 Source/core/rendering/RenderObjectChildList.cpp firstChild()->node()->setRenderer(0); firstChild 47 Source/core/rendering/RenderObjectChildList.cpp firstChild()->destroy(); firstChild 99 Source/core/rendering/RenderObjectChildList.cpp if (firstChild() == oldChild) firstChild 137 Source/core/rendering/RenderObjectChildList.cpp if (firstChild() == beforeChild) firstChild 43 Source/core/rendering/RenderObjectChildList.h RenderObject* firstChild() const { return m_firstChild; } firstChild 61 Source/core/rendering/RenderRuby.cpp && object->firstChild() firstChild 62 Source/core/rendering/RenderRuby.cpp && object->firstChild()->style()->styleType() == BEFORE; firstChild 69 Source/core/rendering/RenderRuby.cpp && object->firstChild() firstChild 70 Source/core/rendering/RenderRuby.cpp && object->firstChild()->style()->styleType() == AFTER; firstChild 75 Source/core/rendering/RenderRuby.cpp RenderObject* child = ruby->firstChild(); firstChild 132 Source/core/rendering/RenderRuby.cpp RenderInline::addChild(child, firstChild()); firstChild 138 Source/core/rendering/RenderRuby.cpp RenderInline::addChild(beforeBlock, firstChild()); firstChild 238 Source/core/rendering/RenderRuby.cpp RenderBlockFlow::addChild(child, firstChild()); firstChild 244 Source/core/rendering/RenderRuby.cpp RenderBlockFlow::addChild(beforeBlock, firstChild()); firstChild 85 Source/core/rendering/RenderRubyBase.cpp if (!firstChild()) firstChild 104 Source/core/rendering/RenderRubyBase.cpp moveChildrenTo(toBlock, firstChild(), beforeChild); firstChild 112 Source/core/rendering/RenderRubyBase.cpp if (!firstChild()) firstChild 119 Source/core/rendering/RenderRubyBase.cpp RenderObject* firstChildHere = firstChild(); firstChild 130 Source/core/rendering/RenderRubyBase.cpp moveChildrenTo(toBase, firstChild(), beforeChild); firstChild 59 Source/core/rendering/RenderRubyRun.cpp return firstChild() && firstChild()->isRubyText(); firstChild 76 Source/core/rendering/RenderRubyRun.cpp RenderObject* child = firstChild(); firstChild 122 Source/core/rendering/RenderRubyRun.cpp RenderBlockFlow::addChild(child, firstChild()); firstChild 174 Source/core/rendering/RenderRubyRun.cpp ASSERT(!rubyBase()->firstChild()); firstChild 184 Source/core/rendering/RenderRubyRun.cpp if (base && !base->firstChild()) { firstChild 201 Source/core/rendering/RenderTable.cpp beforeChild = lastBox->firstChild(); firstChild 466 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 601 Source/core/rendering/RenderTable.cpp for (RenderObject* section = firstChild(); section; section = section->nextSibling()) { firstChild 604 Source/core/rendering/RenderTable.cpp for (RenderObject* row = section->firstChild(); row; row = row->nextSibling()) { firstChild 607 Source/core/rendering/RenderTable.cpp for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { firstChild 690 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 820 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 845 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 861 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 921 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = nextSibling) { firstChild 963 Source/core/rendering/RenderTable.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 1230 Source/core/rendering/RenderTable.cpp RenderObject* nextSection = section == m_head ? firstChild() : section->nextSibling(); firstChild 1178 Source/core/rendering/RenderTableCell.cpp if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) firstChild 1208 Source/core/rendering/RenderTableCell.cpp if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) firstChild 1231 Source/core/rendering/RenderTableCell.cpp if (!tableElt->collapseBorders() && style()->emptyCells() == HIDE && !firstChild()) firstChild 120 Source/core/rendering/RenderTableCol.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) firstChild 146 Source/core/rendering/RenderTableCol.cpp if (RenderObject* firstChild = this->firstChild()) firstChild 147 Source/core/rendering/RenderTableCol.cpp return toRenderTableCol(firstChild); firstChild 40 Source/core/rendering/RenderTableCol.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 51 Source/core/rendering/RenderTableCol.h bool isTableColumnGroupWithColumnChildren() { return firstChild(); } firstChild 118 Source/core/rendering/RenderTableRow.cpp beforeChild = last->firstChild(); firstChild 168 Source/core/rendering/RenderTableRow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 190 Source/core/rendering/RenderTableRow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 242 Source/core/rendering/RenderTableRow.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 39 Source/core/rendering/RenderTableRow.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 131 Source/core/rendering/RenderTableSection.cpp beforeChild = last->firstChild(); firstChild 944 Source/core/rendering/RenderTableSection.cpp for (RenderObject* child = cell->firstChild(); child; child = child->nextSibling()) { firstChild 1094 Source/core/rendering/RenderTableSection.cpp const BorderValue& rb = side == BorderBefore ? firstChild()->style()->borderBefore() : lastChild()->style()->borderAfter(); firstChild 1507 Source/core/rendering/RenderTableSection.cpp for (RenderObject* row = firstChild(); row; row = row->nextSibling()) { firstChild 1519 Source/core/rendering/RenderTableSection.cpp for (RenderObject* cell = row->firstChild(); cell; cell = cell->nextSibling()) { firstChild 1541 Source/core/rendering/RenderTableSection.cpp for (RenderObject* cell = m_grid[rowIndex].rowRenderer->firstChild(); cell; cell = cell->nextSibling()) { firstChild 1632 Source/core/rendering/RenderTableSection.cpp if (!firstChild()) firstChild 68 Source/core/rendering/RenderTableSection.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 61 Source/core/rendering/RenderTextControl.cpp RenderBlockFlow::addChild(newChild, firstChild()); firstChild 477 Source/core/rendering/RenderTreeAsText.cpp for (RenderObject* child = o.firstChild(); child; child = child->nextSibling()) { firstChild 733 Source/core/rendering/RenderTreeAsText.cpp for (RenderObject* child = parent->firstChild(); child; child = child->nextSibling()) { firstChild 63 Source/core/rendering/RenderVTTCue.cpp if (firstChild()->isRenderInline()) firstChild 64 Source/core/rendering/RenderVTTCue.cpp firstLineBox = toRenderInline(firstChild())->firstLineBox(); firstChild 73 Source/core/rendering/RenderVTTCue.cpp ASSERT(firstChild()); firstChild 204 Source/core/rendering/RenderView.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) { firstChild 464 Source/core/rendering/TextAutosizer.cpp for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) { firstChild 805 Source/core/rendering/TextAutosizer.cpp const RenderObject* child = (direction == FirstToLast) ? parent->firstChild() : parent->lastChild(); firstChild 57 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp for (RenderLayer* child = layer->firstChild(); child; child = child->nextSibling()) firstChild 72 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp for (RenderLayer* child = layer->firstChild(); child; child = child->nextSibling()) firstChild 152 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp for (RenderLayer* child = layer.firstChild(); child; child = child->nextSibling()) firstChild 163 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp for (RenderLayer* child = layer.firstChild(); child; child = child->nextSibling()) firstChild 332 Source/core/rendering/compositing/RenderLayerCompositor.cpp for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) firstChild 389 Source/core/rendering/compositing/RenderLayerCompositor.cpp for (RenderLayer* child = layer->firstChild(); child; child = child->nextSibling()) firstChild 2011 Source/core/rendering/compositing/RenderLayerCompositor.cpp for (LocalFrame* child = frame.tree().firstChild(); child; child = child->tree().traverseNext(&frame)) { firstChild 155 Source/core/rendering/svg/ReferenceFilterBuilder.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(filterElement); element; element = Traversal<SVGElement>::nextSibling(*element)) { firstChild 118 Source/core/rendering/svg/RenderSVGContainer.cpp if (!firstChild() && !selfWillPaint()) firstChild 147 Source/core/rendering/svg/RenderSVGContainer.cpp for (RenderObject* child = firstChild(); child; child = child->nextSibling()) firstChild 37 Source/core/rendering/svg/RenderSVGContainer.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 274 Source/core/rendering/svg/RenderSVGResourceClipper.cpp for (SVGElement* childElement = Traversal<SVGElement>::firstChild(*element()); childElement; childElement = Traversal<SVGElement>::nextSibling(*childElement)) { firstChild 314 Source/core/rendering/svg/RenderSVGResourceClipper.cpp for (SVGElement* childElement = Traversal<SVGElement>::firstChild(*element()); childElement; childElement = Traversal<SVGElement>::nextSibling(*childElement)) { firstChild 344 Source/core/rendering/svg/RenderSVGResourceClipper.cpp for (SVGElement* childElement = Traversal<SVGElement>::firstChild(*element()); childElement; childElement = Traversal<SVGElement>::nextSibling(*childElement)) { firstChild 85 Source/core/rendering/svg/RenderSVGResourceFilter.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*filterElement); element; element = Traversal<SVGElement>::nextSibling(*element)) { firstChild 156 Source/core/rendering/svg/RenderSVGResourceMasker.cpp for (SVGElement* childElement = Traversal<SVGElement>::firstChild(*element()); childElement; childElement = Traversal<SVGElement>::nextSibling(*childElement)) { firstChild 249 Source/core/rendering/svg/RenderSVGRoot.cpp if (!firstChild()) { firstChild 45 Source/core/rendering/svg/RenderSVGRoot.h RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } firstChild 116 Source/core/rendering/svg/RenderSVGText.cpp RenderObject* current = root->firstChild(); firstChild 132 Source/core/rendering/svg/RenderSVGText.cpp if (RenderObject* child = current->firstChild()) { firstChild 279 Source/core/rendering/svg/RenderSVGText.cpp for (RenderObject* descendant = firstChild(); descendant; descendant = descendant->nextInPreOrder(this)) { firstChild 385 Source/core/rendering/svg/RenderSVGText.cpp if (!firstChild()) firstChild 40 Source/core/rendering/svg/SVGInlineFlowBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { firstChild 55 Source/core/rendering/svg/SVGInlineFlowBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) firstChild 63 Source/core/rendering/svg/SVGInlineFlowBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { firstChild 138 Source/core/rendering/svg/SVGRenderSupport.cpp for (RenderObject* current = container->firstChild(); current; current = current->nextSibling()) { firstChild 172 Source/core/rendering/svg/SVGRenderSupport.cpp for (RenderObject* child = start->firstChild(); child; child = child->nextSibling()) firstChild 208 Source/core/rendering/svg/SVGRenderSupport.cpp for (RenderObject* child = start->firstChild(); child; child = child->nextSibling()) { firstChild 476 Source/core/rendering/svg/SVGRenderTreeAsText.cpp for (RenderObject* child = object.firstChild(); child; child = child->nextSibling()) firstChild 72 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) { firstChild 46 Source/core/rendering/svg/SVGRootInlineBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { firstChild 56 Source/core/rendering/svg/SVGRootInlineBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) firstChild 64 Source/core/rendering/svg/SVGRootInlineBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) firstChild 96 Source/core/rendering/svg/SVGRootInlineBox.cpp for (InlineBox* child = start->firstChild(); child; child = child->nextOnLine()) { firstChild 127 Source/core/rendering/svg/SVGRootInlineBox.cpp for (InlineBox* child = start->firstChild(); child; child = child->nextOnLine()) { firstChild 167 Source/core/rendering/svg/SVGRootInlineBox.cpp for (InlineBox* child = firstChild(); child; child = child->nextOnLine()) { firstChild 108 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp for (RenderObject* child = start->firstChild(); child; child = child->nextSibling()) { firstChild 190 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp RenderObject* child = start->firstChild(); firstChild 199 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp if (RenderObject* inlineChild = child->firstChild()) { firstChild 90 Source/core/rendering/svg/SVGTextQuery.cpp for (InlineBox* child = flowBox->firstChild(); child; child = child->nextOnLine()) { firstChild 92 Source/core/svg/SVGAltGlyphDefElement.cpp for (SVGElement* child = Traversal<SVGElement>::firstChild(*this); child; child = Traversal<SVGElement>::nextSibling(*child)) { firstChild 51 Source/core/svg/SVGAltGlyphItemElement.cpp for (SVGGlyphRefElement* glyph = Traversal<SVGGlyphRefElement>::firstChild(*this); glyph; glyph = Traversal<SVGGlyphRefElement>::nextSibling(*glyph)) { firstChild 141 Source/core/svg/SVGAnimateMotionElement.cpp for (SVGMPathElement* mpath = Traversal<SVGMPathElement>::firstChild(*this); mpath; mpath = Traversal<SVGMPathElement>::nextSibling(*mpath)) { firstChild 252 Source/core/svg/SVGElement.cpp if (Element* titleElement = Traversal<SVGTitleElement>::firstChild(*this)) firstChild 734 Source/core/svg/SVGElement.cpp for (SVGElement* child = Traversal<SVGElement>::firstChild(*this); child; child = Traversal<SVGElement>::nextSibling(*child)) { firstChild 140 Source/core/svg/SVGElementInstance.cpp for (SVGElementInstance* node = firstChild(); node; node = node->nextSibling()) firstChild 73 Source/core/svg/SVGElementInstance.h SVGElementInstance* firstChild() const { return m_firstChild; } firstChild 37 Source/core/svg/SVGElementInstanceList.cpp for (SVGElementInstance* instance = m_rootInstance->firstChild(); instance; instance = instance->nextSibling()) firstChild 45 Source/core/svg/SVGElementInstanceList.cpp SVGElementInstance* instance = m_rootInstance->firstChild(); firstChild 86 Source/core/svg/SVGFEComponentTransferElement.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*this); element; element = Traversal<SVGElement>::nextSibling(*element)) { firstChild 62 Source/core/svg/SVGFELightElement.cpp return Traversal<SVGFELightElement>::firstChild(svgElement); firstChild 47 Source/core/svg/SVGFEMergeElement.cpp for (SVGFEMergeNodeElement* element = Traversal<SVGFEMergeNodeElement>::firstChild(*this); element; element = Traversal<SVGFEMergeNodeElement>::nextSibling(*element)) { firstChild 64 Source/core/svg/SVGFontElement.cpp return Traversal<SVGMissingGlyphElement>::firstChild(*this); firstChild 168 Source/core/svg/SVGFontElement.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*this); element; element = Traversal<SVGElement>::nextSibling(*element)) { firstChild 51 Source/core/svg/SVGFontFaceSrcElement.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*this); element; element = Traversal<SVGElement>::nextSibling(*element)) { firstChild 127 Source/core/svg/SVGGradientElement.cpp for (SVGStopElement* stop = Traversal<SVGStopElement>::firstChild(*this); stop; stop = Traversal<SVGStopElement>::nextSibling(*stop)) { firstChild 55 Source/core/svg/SVGRemoteFontFaceSource.cpp if (SVGFontFaceElement* fontFaceElement = Traversal<SVGFontFaceElement>::firstChild(*m_externalSVGFontElement)) { firstChild 46 Source/core/svg/SVGTitleElement.cpp if (firstChild()) firstChild 259 Source/core/svg/SVGUseElement.cpp String firstChildNodeName = element->firstChild() ? element->firstChild()->nodeName() : "null"; firstChild 265 Source/core/svg/SVGUseElement.cpp targetInstance, parentNodeName.latin1().data(), element->parentNode(), firstChildNodeName.latin1().data(), element->firstChild(), firstChild 285 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* instance = targetInstance->firstChild(); instance; instance = instance->nextSibling()) firstChild 338 Source/core/svg/SVGUseElement.cpp for (Node* cur = start->firstChild(); cur; cur = cur->nextSibling()) { firstChild 467 Source/core/svg/SVGUseElement.cpp associateInstancesWithShadowTreeElements(shadowTreeRootElement->firstChild(), m_targetElementInstance.get()); firstChild 584 Source/core/svg/SVGUseElement.cpp for (SVGElement* element = Traversal<SVGElement>::firstChild(*target); element; element = Traversal<SVGElement>::nextSibling(*element)) { firstChild 728 Source/core/svg/SVGUseElement.cpp for (RefPtr<Node> child = element->firstChild(); child; child = child->nextSibling()) firstChild 749 Source/core/svg/SVGUseElement.cpp for (Node* child = element->firstChild(); child; child = child->nextSibling()) { firstChild 774 Source/core/svg/SVGUseElement.cpp for (RefPtr<Node> child = element->firstChild(); child; child = child->nextSibling()) firstChild 791 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* instance = target->firstChild(); instance; instance = instance->nextSibling()) firstChild 820 Source/core/svg/SVGUseElement.cpp SVGElement* child = Traversal<SVGElement>::firstChild(*target); firstChild 821 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* instance = targetInstance->firstChild(); child && instance; instance = instance->nextSibling()) { firstChild 850 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* current = instance->firstChild(); current; current = current->nextSibling()) { firstChild 947 Source/core/svg/SVGUseElement.cpp for (SVGElementInstance* instance = targetElementInstance->firstChild(); instance; instance = instance->nextSibling()) { firstChild 543 Source/core/testing/Internals.cpp walker.firstChild(); firstChild 1337 Source/core/testing/Internals.cpp for (RenderLayer* child = searchRoot->firstChild(); child; child = child->nextSibling()) { firstChild 1633 Source/core/testing/Internals.cpp for (LocalFrame* child = frame->tree().firstChild(); child; child = child->tree().nextSibling()) { firstChild 152 Source/core/xml/XMLErrors.cpp Node* firstChild = documentElement->firstChild(); firstChild 153 Source/core/xml/XMLErrors.cpp if (firstChild) firstChild 154 Source/core/xml/XMLErrors.cpp documentElement->parserInsertBefore(reportElement, *firstChild); firstChild 116 Source/core/xml/XPathNodeSet.cpp for (Node* n = commonAncestor->firstChild(); n; n = n->nextSibling()) { firstChild 247 Source/core/xml/XPathStep.cpp for (Node* n = context->firstChild(); n; n = n->nextSibling()) firstChild 255 Source/core/xml/XPathStep.cpp for (Node* n = context->firstChild(); n; n = NodeTraversal::next(*n, context)) firstChild 313 Source/core/xml/XPathStep.cpp for (Node* c = n->firstChild(); c; c = NodeTraversal::next(*c, n)) firstChild 374 Source/core/xml/XPathStep.cpp for (Node* n = context->firstChild(); n; n = NodeTraversal::next(*n, context)) firstChild 56 Source/core/xml/XPathUtil.cpp for (Node* n = node->firstChild(); n; n = NodeTraversal::next(*n, node)) { firstChild 279 Source/web/FrameLoaderClientImpl.cpp WebFrameImpl* frame = toWebFrameImpl(m_webFrame->firstChild()); firstChild 75 Source/web/FrameLoaderClientImpl.h virtual WebCore::Frame* firstChild() const OVERRIDE; firstChild 201 Source/web/LinkHighlight.cpp for (Node* child = node->firstChild(); child; child = child->nextSibling()) firstChild 474 Source/web/TextFinder.cpp for (WebFrame* child = m_ownerFrame.firstChild(); child; child = child->nextSibling()) firstChild 236 Source/web/WebFrameImpl.cpp for (LocalFrame* curChild = frameTree.firstChild(); curChild; curChild = curChild->tree().nextSibling()) { firstChild 109 Source/web/WebFrameImpl.h virtual WebFrame* firstChild() const OVERRIDE; firstChild 111 Source/web/WebNode.cpp return WebNode(m_private->firstChild()); firstChild 406 Source/web/WebPageSerializerImpl.cpp for (Node *child = node->firstChild(); child; child = child->nextSibling()) firstChild 229 Source/web/tests/PrerenderingTest.cpp WebNode textNode = consoleListItem.firstChild(); firstChild 197 Source/web/tests/TouchActionTest.cpp } else if (element->firstChild()) { firstChild 199 Source/web/tests/TouchActionTest.cpp failureContext.append(element->firstChild()->textContent(false).stripWhiteSpace().ascii().data()); firstChild 243 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(webViewHelper.webView()->mainFrame()->firstChild(), WebFrame::frameForContext(webViewHelper.webView()->mainFrame()->firstChild()->mainWorldScriptContext())); firstChild 2874 Source/web/tests/WebFrameTest.cpp WebFrame* childFrame = mainFrame->firstChild(); firstChild 2926 Source/web/tests/WebFrameTest.cpp WebFrame* childFrame = mainFrame->firstChild(); firstChild 3071 Source/web/tests/WebFrameTest.cpp WebFrame* subframe = frame->firstChild(); firstChild 3561 Source/web/tests/WebFrameTest.cpp WebFrame* subframe = frame->firstChild(); firstChild 4853 Source/web/tests/WebFrameTest.cpp WebFrame* childFrame = mainFrame->firstChild(); firstChild 4970 Source/web/tests/WebFrameTest.cpp RefPtr<WebFrameImpl> childFrame = toWebFrameImpl(mainFrame->firstChild()); firstChild 4980 Source/web/tests/WebFrameTest.cpp ASSERT_NE(childFrame, toWebFrameImpl(mainFrame->firstChild())); firstChild 4981 Source/web/tests/WebFrameTest.cpp ASSERT_EQ(toWebFrameImpl(mainFrame->firstChild())->client(), &childClient); firstChild 4999 Source/web/tests/WebFrameTest.cpp WebFrame* childFrame = webViewHelper.webViewImpl()->mainFrameImpl()->firstChild(); firstChild 5051 Source/web/tests/WebFrameTest.cpp WebNode node = frame->document().body().firstChild(); firstChild 5151 Source/web/tests/WebFrameTest.cpp WebFrame* iframe = frame->firstChild(); firstChild 5178 Source/web/tests/WebFrameTest.cpp iframe = frame->firstChild()->nextSibling(); firstChild 1243 Source/web/tests/WebViewTest.cpp EXPECT_EQ(WebString::fromUTF8("none"), document.getElementById("inputEvent").firstChild().nodeValue()); firstChild 64 Source/wtf/TreeNode.h NodeType* firstChild() const { return m_firstChild; } firstChild 149 Source/wtf/TreeNode.h if (typename TreeNode<T>::NodeType* next = current->firstChild()) firstChild 169 Source/wtf/TreeNode.h while (first->firstChild()) firstChild 170 Source/wtf/TreeNode.h first = first->firstChild(); firstChild 183 Source/wtf/TreeNode.h while (next->firstChild()) firstChild 184 Source/wtf/TreeNode.h next = next->firstChild(); firstChild 45 Source/wtf/TreeNodeTest.cpp RefPtr<TestTree> firstChild = TestTree::create(); firstChild 48 Source/wtf/TreeNodeTest.cpp root->appendChild(firstChild.get()); firstChild 49 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), firstChild.get()); firstChild 50 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->lastChild(), firstChild.get()); firstChild 51 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->parent(), root.get()); firstChild 54 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), firstChild.get()); firstChild 56 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(lastChild->previous(), firstChild.get()); firstChild 57 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->next(), lastChild.get()); firstChild 64 Source/wtf/TreeNodeTest.cpp RefPtr<TestTree> firstChild = TestTree::create(); firstChild 71 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), lastChild.get()); firstChild 75 Source/wtf/TreeNodeTest.cpp root->insertBefore(firstChild.get(), lastChild.get()); firstChild 76 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->parent(), root.get()); firstChild 77 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), firstChild.get()); firstChild 79 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->next(), lastChild.get()); firstChild 80 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild.get(), lastChild->previous()); firstChild 85 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), firstChild.get()); firstChild 87 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(middleChild->previous(), firstChild.get()); firstChild 89 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->next(), middleChild.get()); firstChild 105 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(root->firstChild(), nullNode.get()); firstChild 113 Source/wtf/TreeNodeTest.cpp , firstChild(TestTree::create()) firstChild 121 Source/wtf/TreeNodeTest.cpp root->appendChild(firstChild.get()); firstChild 127 Source/wtf/TreeNodeTest.cpp RefPtr<TestTree> firstChild; firstChild 139 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.firstChild->next(), trio.lastChild.get()); firstChild 140 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.lastChild->previous(), trio.firstChild.get()); firstChild 141 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->firstChild(), trio.firstChild.get()); firstChild 154 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->firstChild(), trio.firstChild.get()); firstChild 164 Source/wtf/TreeNodeTest.cpp trio.root->removeChild(trio.firstChild.get()); firstChild 165 Source/wtf/TreeNodeTest.cpp ASSERT_TRUE(trio.firstChild->orphan()); firstChild 167 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.root->firstChild(), trio.middleChild.get()); firstChild 193 Source/wtf/TreeNodeTest.cpp trio.root.get(), trio.firstChild.get(), trio.middleChild.get(), firstChild 210 Source/wtf/TreeNodeTest.cpp trio.firstChild.get(), firstChild 218 public/web/WebFrame.h virtual WebFrame* firstChild() const = 0; firstChild 100 public/web/WebNode.h BLINK_EXPORT WebNode firstChild() const;