Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3322 …Affinity RenderBlock::positionForPointWithInlineChildren(const LayoutPoint& pointInLogicalContents) in positionForPointWithInlineChildren() argument
3342 …if (!linesAreFlipped && root->isFirstAfterPageBreak() && (pointInLogicalContents.y() < root->lineT… in positionForPointWithInlineChildren()
3343 || (blocksAreFlipped && pointInLogicalContents.y() == root->lineTopWithLeading()))) in positionForPointWithInlineChildren()
3349 …if (pointInLogicalContents.y() < root->selectionBottom() || (blocksAreFlipped && pointInLogicalCon… in positionForPointWithInlineChildren()
3355 …Children && nextRootBoxWithChildren->isFirstAfterPageBreak() && (pointInLogicalContents.y() > next… in positionForPointWithInlineChildren()
3356 …|| (!blocksAreFlipped && pointInLogicalContents.y() == nextRootBoxWithChildren->lineTopWithLeading… in positionForPointWithInlineChildren()
3359 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()
3369 …tBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()
3375 if (pointInLogicalContents.y() < firstRootBoxWithChildrenTop in positionForPointWithInlineChildren()
3376 … || (blocksAreFlipped && pointInLogicalContents.y() == firstRootBoxWithChildrenTop)) { in positionForPointWithInlineChildren()
[all …]