Home
last modified time | relevance | path

Searched refs:linesBoundingBox (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderInline.h62 virtual int offsetWidth() const { return linesBoundingBox().width(); } in offsetWidth()
63 virtual int offsetHeight() const { return linesBoundingBox().height(); } in offsetHeight()
72 IntRect linesBoundingBox() const;
76 IntRect boundingBox = linesBoundingBox(); in borderBoundingBox()
DRenderTreeAsText.cpp191 IntRect linesBox = text.linesBoundingBox(); in operator <<()
199 … r = IntRect(0, 0, inlineFlow.linesBoundingBox().width(), inlineFlow.linesBoundingBox().height()); in operator <<()
DRenderInline.cpp375 IntRect RenderInline::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderInline
411 IntRect boundingBox(linesBoundingBox()); in clippedOverflowRectForRepaint()
DRenderText.h86 IntRect linesBoundingBox() const;
DSVGRenderTreeAsText.cpp519 IntRect linesBox = text.linesBoundingBox(); in write()
DRenderText.cpp1049 IntRect RenderText::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderText
DRenderLayer.cpp431 IntRect lineBox = inlineFlow->linesBoundingBox(); in updateLayerPosition()
DRenderBox.cpp2289 … heightResult = static_cast<const RenderInline*>(containingBlock)->linesBoundingBox().height(); in containingBlockHeightForPositioned()
/external/webkit/WebCore/dom/
DContainerNode.cpp691 point.move(toRenderText(o)->linesBoundingBox().x(), in getUpperLeftCorner()
745 IntRect linesBox = text->linesBoundingBox(); in getLowerRightCorner()
DPosition.cpp538 if ((o->isText() && toRenderText(o)->linesBoundingBox().height()) || in hasRenderedNonAnonymousDescendantsWithHeight()
/external/webkit/WebKit/mac/WebView/
DWebRenderNode.mm107 IntRect box = text->linesBoundingBox();
/external/webkit/WebCore/
DChangeLog1243 …Move absoluteClippedOverflowRect, linesBoundingBox and borderBoundingBox from RenderFlow to Render…
1252 (WebCore::RenderInline::linesBoundingBox):
1395 (WebCore::RenderFlow::linesBoundingBox):
2431 …epainting was broken because it relied on width() and height(). Give RenderFlow a linesBoundingBox
2435 …onsistency, change RenderText's version of these methods into the single linesBoundingBox method as
2450 (WebCore::RenderFlow::linesBoundingBox):
2459 (WebCore::RenderText::linesBoundingBox):
/external/webkit/WebKit/mac/
DChangeLog515 Use new linesBoundingBox method instead of