Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DContainerNode.cpp746 IntRect linesBox = text->linesBoundingBox(); in getLowerRightCorner() local
747 point.move(linesBox.x() + linesBox.width(), linesBox.y() + linesBox.height()); in getLowerRightCorner()
/external/webkit/WebCore/rendering/
DRenderTreeAsText.cpp194 IntRect linesBox = text.linesBoundingBox(); in operator <<() local
195 r = IntRect(text.firstRunX(), text.firstRunY(), linesBox.width(), linesBox.height()); in operator <<()