Searched refs:nextRootBoxWithChildren (Results 1 – 1 of 1) sorted by relevance
3351 RootInlineBox* nextRootBoxWithChildren = root->nextRootBox(); in positionForPointWithInlineChildren() local3352 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()