Searched refs:linesBox (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp957 IntRect linesBox = text->linesBoundingBox(); local
958 if (!linesBox.maxX() && !linesBox.maxY())
960 point.moveBy(linesBox.maxXMaxYCorner());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp198 IntRect linesBox = text.linesBoundingBox(); local
199 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height());

Completed in 94 milliseconds