Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DContainerNode.cpp917 IntRect linesBox = text->linesBoundingBox(); in getLowerRightCorner() local
918 if (!linesBox.x() && !linesBox.width() && !linesBox.y() && !linesBox.height()) in getLowerRightCorner()
920 point.move(linesBox.x() + linesBox.width(), linesBox.y() + linesBox.height()); in getLowerRightCorner()
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp254 IntRect linesBox = text.linesBoundingBox(); in writeRenderObject() local
255 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height()); in writeRenderObject()