Searched defs:lastLeafChild (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DInlineFlowBox.cpp1054 InlineBox* InlineFlowBox::lastLeafChild() const function in class:WebCore::InlineFlowBox
1058 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->lastLeafChild();
H A DRenderObject.cpp418 RenderObject* RenderObject::lastLeafChild() const function in class:WebCore::RenderObject

Completed in 94 milliseconds