Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4944 RenderBox* normalFlowChildWithoutLines = 0; in getHeightForLineCount() local
4951 normalFlowChildWithoutLines = obj; in getHeightForLineCount()
4953 if (normalFlowChildWithoutLines && l == 0) in getHeightForLineCount()
4954 return normalFlowChildWithoutLines->y() + normalFlowChildWithoutLines->height(); in getHeightForLineCount()