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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 870 IntRect linesBox = text->linesBoundingBox();
871 if (!linesBox.maxX() && !linesBox.maxY())
873 point.moveBy(linesBox.maxXMaxYCorner());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 193 IntRect linesBox = text.linesBoundingBox();
194 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height());

Completed in 93 milliseconds