Searched refs:closestBox (Results 1 – 2 of 2) sorted by relevance
476 … InlineBox* closestBox = toSVGRootInlineBox(rootBox)->closestLeafChildForPosition(pointInContents); in positionForPoint() local477 if (!closestBox) in positionForPoint()480 …return closestBox->renderer()->positionForPoint(LayoutPoint(pointInContents.x(), closestBox->y())); in positionForPoint()
3333 InlineBox* closestBox = 0; in positionForPointWithInlineChildren() local3359 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()3360 if (closestBox) in positionForPointWithInlineChildren()3367 if (!moveCaretToBoundary && !closestBox && lastRootBoxWithChildren) { in positionForPointWithInlineChildren()3369 …closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContent… in positionForPointWithInlineChildren()3372 if (closestBox) { in positionForPointWithInlineChildren()3388 … LayoutPoint point(pointInLogicalContents.x(), closestBox->root()->blockDirectionPointInLine()); in positionForPointWithInlineChildren()3391 if (closestBox->renderer()->isReplaced()) in positionForPointWithInlineChildren()3392 …return positionForPointRespectingEditingBoundaries(this, toRenderBox(closestBox->renderer()), poin… in positionForPointWithInlineChildren()3393 return closestBox->renderer()->positionForPoint(point); in positionForPointWithInlineChildren()