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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 477 InlineBox* closestBox = static_cast<SVGRootInlineBox*>(rootBox)->closestLeafChildForPosition(pointInContents);
478 if (!closestBox)
481 return closestBox->renderer()->positionForPoint(LayoutPoint(pointInContents.x(), closestBox->y()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]

Completed in 334 milliseconds