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

/external/webkit/WebCore/rendering/
H A DInlineFlowBox.cpp1046 InlineBox* InlineFlowBox::firstLeafChild() const function in class:WebCore::InlineFlowBox
1050 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild();
H A DRenderObject.cpp405 RenderObject* RenderObject::firstLeafChild() const function in class:WebCore::RenderObject

Completed in 85 milliseconds