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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp2667 RootInlineBox* nextRootBoxWithChildren = root->nextRootBox(); local
2668 while (nextRootBoxWithChildren && !nextRootBoxWithChildren->firstLeafChild())
2669 nextRootBoxWithChildren = nextRootBoxWithChildren->nextRootBox();
2671 if (nextRootBoxWithChildren && nextRootBoxWithChildren->isFirstAfterPageBreak() && (pointInLogicalContents.y() > nextRootBoxWithChildren->lineTopWithLeading()
2672 || (!blocksAreFlipped && pointInLogicalContents.y() == nextRootBoxWithChildren->lineTopWithLeading())))

Completed in 120 milliseconds