Home | History | Annotate | Download | only in rendering

Lines Matching refs:lineCount

903             maxLineCount = max(maxLineCount, toRenderBlock(child)->lineCount());
918 int lineCount = blockChild->lineCount();
919 if (lineCount <= numVisibleLines)
934 RootInlineBox* lastLine = blockChild->lineAtIndex(lineCount - 1);