Searched refs:lastLeafChild (Results 1 – 14 of 14) sorted by relevance
258 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->lastLeafChild(); in prevLeafChild()
77 InlineBox* lastLeafChild() const;
391 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox()464 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForLogicalLeftPosition()
580 RenderObject* currentRenderer = removedRenderer->lastLeafChild(); in rendererRemovedFromTree()
968 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) { in layoutInlineChildren() local969 RenderObject* lastObject = lastLeafChild->renderer(); in layoutInlineChildren()
1248 InlineBox* InlineFlowBox::lastLeafChild() const in lastLeafChild() function in WebCore::InlineFlowBox1252 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->lastLeafChild(); in lastLeafChild()
168 RenderObject* lastLeafChild() const;
424 RenderObject* RenderObject::lastLeafChild() const in lastLeafChild() function in WebCore::RenderObject
210 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForPosition()
413 InlineBox *endBox = rootBox->lastLeafChild(); in endPositionForLine()
33438 (khtml::InlineFlowBox::lastLeafChild):35466 * khtml/rendering/render_br.cpp: (RenderBR::selectionRect): Check for nil lastLeafChild.46835 (InlineBox::lastLeafChild): New helper.46837 (InlineFlowBox::lastLeafChild): New helper.46841 (RenderObject::lastLeafChild): New helper.
88388 firstLeafChild()/lastLeafChild() not virtual and not callable on InlineBox anymore.88389 … firstLeafChild()/lastLeafChild() will no longer return a node outside of the given subtree. 88404 (WebCore::InlineFlowBox::lastLeafChild):
33443 instead of lastLeafChild, which wasn't correct in the RTL case.33453 of lastLeafChild.
12789 (WebCore::RenderObject::lastLeafChild):