/external/webkit/Source/WebCore/rendering/ |
D | RenderInline.h | 56 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()
|
D | RenderInline.cpp | 744 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()
|
D | RenderText.h | 87 virtual IntRect linesBoundingBox() const;
|
D | RenderTreeAsText.cpp | 254 IntRect linesBox = text.linesBoundingBox(); in writeRenderObject() 261 … r = IntRect(0, 0, inlineFlow.linesBoundingBox().width(), inlineFlow.linesBoundingBox().height()); in writeRenderObject()
|
D | RenderText.cpp | 1337 IntRect RenderText::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderText
|
D | RenderBox.cpp | 2207 IntRect boundingBox = flow->linesBoundingBox(); in containingBlockLogicalHeightForPositioned()
|
D | RenderLayer.cpp | 681 IntRect lineBox = inlineFlow->linesBoundingBox(); in updateLayerPosition()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGInlineText.h | 63 virtual IntRect linesBoundingBox() const;
|
D | RenderSVGInlineText.cpp | 129 IntRect RenderSVGInlineText::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderSVGInlineText
|
D | SVGRenderTreeAsText.cpp | 677 ts << " " << FloatRect(text.firstRunOrigin(), text.linesBoundingBox().size()) << "\n"; in writeSVGInlineText()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebRenderNode.mm | 118 IntRect box = text->linesBoundingBox();
|
/external/webkit/Source/WebCore/dom/ |
D | ContainerNode.cpp | 862 point.move(toRenderText(o)->linesBoundingBox().x(), in getUpperLeftCorner() 917 IntRect linesBox = text->linesBoundingBox(); in getLowerRightCorner()
|
D | Position.cpp | 761 if ((o->isText() && toRenderText(o)->linesBoundingBox().height()) || in hasRenderedNonAnonymousDescendantsWithHeight()
|
/external/webkit/Source/WebCore/editing/ |
D | visible_units.cpp | 219 return (o->isText() && toRenderText(o)->linesBoundingBox().height()) in canHaveCursor()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 1419 rect = toRenderText(render)->linesBoundingBox(); in getAbsoluteBoundingBox()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 39457 (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):
|
D | ChangeLog-2010-12-06 | 21273 … 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 …]
|
D | ChangeLog | 28292 (WebCore::RenderInline::linesBoundingBox): 65195 (WebCore::RenderInline::linesBoundingBox): 65215 (WebCore::RenderText::linesBoundingBox):
|
D | ChangeLog-2010-05-24 | 36412 (WebCore::RenderInline::linesBoundingBox):
|
D | ChangeLog-2010-01-29 | 65655 linesVisibleOverflowBoundingBox() instead of linesBoundingBox().
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 10262 Use new linesBoundingBox method instead of
|