Home
last modified time | relevance | path

Searched refs:lastLeafChild (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineBox.cpp258 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->lastLeafChild(); in prevLeafChild()
DInlineFlowBox.h77 InlineBox* lastLeafChild() const;
DRootInlineBox.cpp391 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox()
464 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForLogicalLeftPosition()
DRenderCounter.cpp580 RenderObject* currentRenderer = removedRenderer->lastLeafChild(); in rendererRemovedFromTree()
DRenderBlockLineLayout.cpp968 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) { in layoutInlineChildren() local
969 RenderObject* lastObject = lastLeafChild->renderer(); in layoutInlineChildren()
DInlineFlowBox.cpp1248 InlineBox* InlineFlowBox::lastLeafChild() const in lastLeafChild() function in WebCore::InlineFlowBox
1252 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->lastLeafChild(); in lastLeafChild()
DRenderObject.h168 RenderObject* lastLeafChild() const;
DRenderObject.cpp424 RenderObject* RenderObject::lastLeafChild() const in lastLeafChild() function in WebCore::RenderObject
/external/webkit/Source/WebCore/rendering/svg/
DSVGRootInlineBox.cpp210 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForPosition()
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp413 InlineBox *endBox = rootBox->lastLeafChild(); in endPositionForLine()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2333438 (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.
DChangeLog-2010-01-2988388 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):
DChangeLog33443 instead of lastLeafChild, which wasn't correct in the RTL case.
33453 of lastLeafChild.
DChangeLog-2006-12-3112789 (WebCore::RenderObject::lastLeafChild):