Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp5547 RenderBox* normalFlowChildWithoutLines = 0; in getHeightForLineCount() local
5555 normalFlowChildWithoutLines = obj; in getHeightForLineCount()
5557 if (normalFlowChildWithoutLines && l == 0) in getHeightForLineCount()
5558 return normalFlowChildWithoutLines->y() + normalFlowChildWithoutLines->height(); in getHeightForLineCount()