Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.cpp263 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild(); in prevLeafChild()
DInlineFlowBox.h86 InlineBox* lastLeafChild() const;
DRootInlineBox.cpp511 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox()
617 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForLogicalLeftPosition()
DRenderCounter.cpp487 RenderObject* currentRenderer = renderer->lastLeafChild(); in rendererRemovedFromTree()
DRenderBlockLineLayout.cpp1195 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) { in layoutRunsAndFloats() local
1196 RenderObject* lastObject = lastLeafChild->renderer(); in layoutRunsAndFloats()
DInlineFlowBox.cpp1407 InlineBox* InlineFlowBox::lastLeafChild() const in lastLeafChild() function in WebCore::InlineFlowBox
1411 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->lastLeafChild(); in lastLeafChild()
DRenderObject.h187 RenderObject* lastLeafChild() const;
DRenderObject.cpp434 RenderObject* RenderObject::lastLeafChild() const in lastLeafChild() function in WebCore::RenderObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp196 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForPosition()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp812 endBox = rootBox->lastLeafChild(); in endPositionForLine()