HomeSort by relevance Sort by last modified time
    Searched refs:pointInContents (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 467 PositionWithAffinity RenderSVGText::positionForPoint(const LayoutPoint& pointInContents)
477 InlineBox* closestBox = static_cast<SVGRootInlineBox*>(rootBox)->closestLeafChildForPosition(pointInContents);
481 return closestBox->renderer()->positionForPoint(LayoutPoint(pointInContents.x(), closestBox->y()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 615 InlineBox* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditableLeaves)
617 return closestLeafChildForLogicalLeftPosition(block()->isHorizontalWritingMode() ? pointInContents.x() : pointInContents.y(), onlyEditableLeaves);
    [all...]
RenderBlock.cpp     [all...]

Completed in 36 milliseconds