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/svg/
DSVGRootInlineBox.cpp183 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.cpp257 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild(); in prevLeafChild()
DInlineFlowBox.h92 InlineBox* lastLeafChild() const;
DRootInlineBox.cpp385 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox()
493 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForLogicalLeftPosition()
DRenderCounter.cpp491 RenderObject* currentRenderer = renderer->lastLeafChild(); in rendererRemovedFromTree()
DRenderBlockLineLayout.cpp755 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) { in layoutRunsAndFloats() local
756 RenderObject* lastObject = &lastLeafChild->renderer(); in layoutRunsAndFloats()
DInlineFlowBox.cpp1142 InlineBox* InlineFlowBox::lastLeafChild() const in lastLeafChild() function in blink::InlineFlowBox
1146 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->lastLeafChild(); in lastLeafChild()
DRenderObject.h191 RenderObject* lastLeafChild() const;
DRenderObject.cpp464 RenderObject* RenderObject::lastLeafChild() const in lastLeafChild() function in blink::RenderObject
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp798 endBox = rootBox->lastLeafChild(); in endPositionForLine()