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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp1142 InlineBox* InlineFlowBox::lastLeafChild() const function in class:blink::InlineFlowBox
1146 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->lastLeafChild();
H A DRenderObject.cpp464 RenderObject* RenderObject::lastLeafChild() const function in class:blink::RenderObject

Completed in 69 milliseconds