Home | History | Annotate | Download | only in rendering

Lines Matching refs:closestBox

4173     InlineBox* closestBox = 0;
4185 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x());
4186 if (closestBox)
4193 if (!moveCaretToBoundary && !closestBox && lastRootBoxWithChildren) {
4195 closestBox = lastRootBoxWithChildren->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x());
4198 if (closestBox) {
4205 IntPoint point(pointInLogicalContents.x(), closestBox->logicalTop());
4208 if (closestBox->renderer()->isReplaced())
4209 return positionForPointRespectingEditingBoundaries(this, toRenderBox(closestBox->renderer()), point);
4210 return closestBox->renderer()->positionForPoint(point);