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

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

Completed in 223 milliseconds