Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4984 int RenderBlock::lineCount(const RootInlineBox* stopRootInlineBox, bool* found) const in lineCount() argument
4992 if (box == stopRootInlineBox) { in lineCount()
5002 count += toRenderBlock(obj)->lineCount(stopRootInlineBox, &recursiveFound); in lineCount()