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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp1134 InlineBox* InlineFlowBox::firstLeafChild() const function in class:blink::InlineFlowBox
1138 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->firstLeafChild();
1297 InlineBox* leaf = firstLeafChild();

Completed in 837 milliseconds