Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGText.cpp476 … InlineBox* closestBox = toSVGRootInlineBox(rootBox)->closestLeafChildForPosition(pointInContents); in positionForPoint() local
477 if (!closestBox) in positionForPoint()
480 …return closestBox->renderer()->positionForPoint(LayoutPoint(pointInContents.x(), closestBox->y())); in positionForPoint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3333 InlineBox* closestBox = 0; in positionForPointWithInlineChildren() local
3359 closestBox = root->closestLeafChildForLogicalLeftPosition(pointInLogicalContents.x()); in positionForPointWithInlineChildren()
3360 if (closestBox) in positionForPointWithInlineChildren()
3367 if (!moveCaretToBoundary && !closestBox && lastRootBoxWithChildren) { in positionForPointWithInlineChildren()
3369closestBox = 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()