Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3351 RootInlineBox* nextRootBoxWithChildren = root->nextRootBox(); in positionForPointWithInlineChildren() local
3352 while (nextRootBoxWithChildren && !nextRootBoxWithChildren->firstLeafChild()) in positionForPointWithInlineChildren()
3353 nextRootBoxWithChildren = nextRootBoxWithChildren->nextRootBox(); in positionForPointWithInlineChildren()
3355 …if (nextRootBoxWithChildren && nextRootBoxWithChildren->isFirstAfterPageBreak() && (pointInLogical… in positionForPointWithInlineChildren()
3356 …|| (!blocksAreFlipped && pointInLogicalContents.y() == nextRootBoxWithChildren->lineTopWithLeading… in positionForPointWithInlineChildren()