Searched refs:stopRootInlineBox (Results 1 – 1 of 1) sorted by relevance
4984 int RenderBlock::lineCount(const RootInlineBox* stopRootInlineBox, bool* found) const in lineCount() argument4992 if (box == stopRootInlineBox) { in lineCount()5002 count += toRenderBlock(obj)->lineCount(stopRootInlineBox, &recursiveFound); in lineCount()