Searched refs:normalFlowChildWithoutLines (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp5578 RenderBox* normalFlowChildWithoutLines = 0; local
5586 normalFlowChildWithoutLines = obj;
5588 if (normalFlowChildWithoutLines && l == 0)
5589 return normalFlowChildWithoutLines->y() + normalFlowChildWithoutLines->height();

Completed in 116 milliseconds