Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp4560 RenderBox* normalFlowChildWithoutLines = 0; in getHeightForLineCount() local
4568 normalFlowChildWithoutLines = obj; in getHeightForLineCount()
4570 if (normalFlowChildWithoutLines && l == 0) in getHeightForLineCount()
4571 return normalFlowChildWithoutLines->y() + normalFlowChildWithoutLines->height(); in getHeightForLineCount()