Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFlexibleBox.cpp696 RenderBlock* blockChild = toRenderBlock(child); in layoutVerticalBox() local
697 int lineCount = blockChild->lineCount(); in layoutVerticalBox()
701 int newHeight = blockChild->heightForLineCount(numVisibleLines); in layoutVerticalBox()
717 RootInlineBox* lastLine = blockChild->lineAtIndex(lineCount-1); in layoutVerticalBox()
721 RootInlineBox* lastVisibleLine = blockChild->lineAtIndex(numVisibleLines-1); in layoutVerticalBox()