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

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

Completed in 79 milliseconds