Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderInline.h56 IntRect linesBoundingBox() const;
126 virtual int offsetWidth() const { return linesBoundingBox().width(); } in offsetWidth()
127 virtual int offsetHeight() const { return linesBoundingBox().height(); } in offsetHeight()
140 IntRect boundingBox = linesBoundingBox(); in borderBoundingBox()
DRenderInline.cpp744 IntRect RenderInline::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderInline
1499 IntRect linesBoundingBox = this->linesBoundingBox(); in addDashboardRegions() local
1500 int w = linesBoundingBox.width(); in addDashboardRegions()
1501 int h = linesBoundingBox.height(); in addDashboardRegions()
1505 region.bounds = IntRect(linesBoundingBox.x() + styleRegion.offset.left().value(), in addDashboardRegions()
1506 linesBoundingBox.y() + styleRegion.offset.top().value(), in addDashboardRegions()
DRenderText.h87 virtual IntRect linesBoundingBox() const;
DRenderTreeAsText.cpp254 IntRect linesBox = text.linesBoundingBox(); in writeRenderObject()
261 … r = IntRect(0, 0, inlineFlow.linesBoundingBox().width(), inlineFlow.linesBoundingBox().height()); in writeRenderObject()
DRenderText.cpp1337 IntRect RenderText::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderText
DRenderBox.cpp2207 IntRect boundingBox = flow->linesBoundingBox(); in containingBlockLogicalHeightForPositioned()
DRenderLayer.cpp681 IntRect lineBox = inlineFlow->linesBoundingBox(); in updateLayerPosition()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.h63 virtual IntRect linesBoundingBox() const;
DRenderSVGInlineText.cpp129 IntRect RenderSVGInlineText::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderSVGInlineText
DSVGRenderTreeAsText.cpp677 ts << " " << FloatRect(text.firstRunOrigin(), text.linesBoundingBox().size()) << "\n"; in writeSVGInlineText()
/external/webkit/Source/WebKit/mac/WebView/
DWebRenderNode.mm118 IntRect box = text->linesBoundingBox();
/external/webkit/Source/WebCore/dom/
DContainerNode.cpp862 point.move(toRenderText(o)->linesBoundingBox().x(), in getUpperLeftCorner()
917 IntRect linesBox = text->linesBoundingBox(); in getLowerRightCorner()
DPosition.cpp761 if ((o->isText() && toRenderText(o)->linesBoundingBox().height()) || in hasRenderedNonAnonymousDescendantsWithHeight()
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp219 return (o->isText() && toRenderText(o)->linesBoundingBox().height()) in canHaveCursor()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1419 rect = toRenderText(render)->linesBoundingBox(); in getAbsoluteBoundingBox()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1639457 (WebCore::RenderInline::linesBoundingBox):
39479 (WebCore::RenderText::linesBoundingBox):
48270 …Move absoluteClippedOverflowRect, linesBoundingBox and borderBoundingBox from RenderFlow to Render…
48279 (WebCore::RenderInline::linesBoundingBox):
48422 (WebCore::RenderFlow::linesBoundingBox):
49458 …epainting was broken because it relied on width() and height(). Give RenderFlow a linesBoundingBox
49462 …onsistency, change RenderText's version of these methods into the single linesBoundingBox method as
49477 (WebCore::RenderFlow::linesBoundingBox):
49486 (WebCore::RenderText::linesBoundingBox):
DChangeLog-2010-12-0621273 … Make repaint invalidation work with vertical lines. Rewrite linesBoundingBox for RenderText and
21302 (WebCore::RenderInline::linesBoundingBox):
21306 (WebCore::RenderText::linesBoundingBox):
21934 (WebCore::RenderInline::linesBoundingBox):
21938 (WebCore::RenderText::linesBoundingBox):
22417 … Make repaint invalidation work with vertical lines. Rewrite linesBoundingBox for RenderText and
22438 (WebCore::RenderInline::linesBoundingBox):
22442 (WebCore::RenderText::linesBoundingBox):
48392 (WebCore::RenderInline::linesBoundingBox):
48408 (WebCore::RenderText::linesBoundingBox):
[all …]
DChangeLog28292 (WebCore::RenderInline::linesBoundingBox):
65195 (WebCore::RenderInline::linesBoundingBox):
65215 (WebCore::RenderText::linesBoundingBox):
DChangeLog-2010-05-2436412 (WebCore::RenderInline::linesBoundingBox):
DChangeLog-2010-01-2965655 linesVisibleOverflowBoundingBox() instead of linesBoundingBox().
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2910262 Use new linesBoundingBox method instead of