Home
last modified time | relevance | path

Searched refs:firstLeafChild (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/rendering/
DRootInlineBox.cpp296 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState()
314 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox()
366 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForXPos()
DInlineBox.cpp244 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->firstLeafChild(); in nextLeafChild()
DInlineFlowBox.h65 InlineBox* firstLeafChild() const;
DInlineFlowBox.cpp1046 InlineBox* InlineFlowBox::firstLeafChild() const in firstLeafChild() function in WebCore::InlineFlowBox
1050 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild(); in firstLeafChild()
DRenderObject.h180 RenderObject* firstLeafChild() const;
DRenderBlock.cpp3501 if (!root->firstLeafChild()) in positionForPointWithInlineChildren()
3536 …return VisiblePosition(positionForBox(firstRootBoxWithChildren->firstLeafChild(), true), DOWNSTREA… in positionForPointWithInlineChildren()
4553 for (InlineBox* box = root->firstLeafChild(); box; box = box->nextLeafChild()) { in containsNonZeroBidiLevel()
DRenderBlockLineLayout.cpp753 lastObject = lastRootBox()->firstLeafChild()->renderer(); in layoutInlineChildren()
DRenderObject.cpp405 RenderObject* RenderObject::firstLeafChild() const in firstLeafChild() function in WebCore::RenderObject
/external/webkit/WebCore/editing/
Dvisible_units.cpp398 InlineBox *startBox = rootBox->firstLeafChild(); in startPositionForLine()
1065 InlineBox* r = rootBox->firstLeafChild(); in getLeafBoxesInLogicalOrder()
/external/webkit/WebCore/
DChangeLog-2005-08-2321505 Use firstLeafChild() instead of firstChild().
33437 (khtml::InlineFlowBox::firstLeafChild):
46834 (InlineBox::firstLeafChild): New helper.
46836 (InlineFlowBox::firstLeafChild): New helper.
46840 (RenderObject::firstLeafChild): New helper.
DChangeLog-2010-01-2988388 firstLeafChild()/lastLeafChild() not virtual and not callable on InlineBox anymore.
88389firstLeafChild()/lastLeafChild() will no longer return a node outside of the given subtree.
88403 (WebCore::InlineFlowBox::firstLeafChild):
DChangeLog-2006-12-3112788 (WebCore::RenderObject::firstLeafChild):