Home
last modified time | relevance | path

Searched refs:borderBoundingBox (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/editing/
DDeleteButtonController.cpp93 IntRect borderBoundingBox = box->borderBoundingBox(); in isDeletableElement() local
94 if (borderBoundingBox.width() < minimumWidth || borderBoundingBox.height() < minimumHeight) in isDeletableElement()
97 if ((borderBoundingBox.width() * borderBoundingBox.height()) < minimumArea) in isDeletableElement()
Dvisible_units.cpp220 || (o->isBox() && toRenderBox(o)->borderBoundingBox().height()); in canHaveCursor()
/external/webkit/Source/WebCore/wml/
DWMLAElement.cpp108 if (!box->borderBoundingBox().isEmpty()) in isKeyboardFocusable()
/external/webkit/Source/WebCore/rendering/
DRenderInline.h138 virtual IntRect borderBoundingBox() const in borderBoundingBox() function
DRenderBoxModelObject.h72 virtual IntRect borderBoundingBox() const = 0;
DRenderBox.h114 virtual IntRect borderBoundingBox() const { return borderBoxRect(); } in borderBoundingBox() function
DRenderView.cpp776 IntRect boundingBox = forRenderer->borderBoundingBox(); in setBestTruncatedAt()
DRenderBox.cpp506 IntRect box = borderBoundingBox(); in outlineBoundsForRepaint()
/external/webkit/Source/WebKit/mac/WebView/
DWebRenderNode.mm123 IntRect boundingBox = inlineFlow->borderBoundingBox();
/external/webkit/Source/WebCore/dom/
DPosition.cpp762 (o->isBox() && toRenderBox(o)->borderBoundingBox().height())) in hasRenderedNonAnonymousDescendantsWithHeight()
DNode.cpp842 if (!box->borderBoundingBox().isEmpty()) in hasNonEmptyBoundingBox()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1640904 (WebCore::RenderBox::borderBoundingBox):
48270 …Move absoluteClippedOverflowRect, linesBoundingBox and borderBoundingBox from RenderFlow to Render…
48282 (WebCore::RenderInline::borderBoundingBox):
48346 (WebCore::RenderFlow::borderBoundingBox):
49055 (WebCore::RenderBox::borderBoundingBox):
49057 (WebCore::RenderFlow::borderBoundingBox):