Searched refs:borderBoundingBox (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DDeleteButtonController.cpp93 IntRect borderBoundingBox = box->borderBoundingBox(); local
94 if (borderBoundingBox.width() < minimumWidth || borderBoundingBox.height() < minimumHeight)
97 if ((borderBoundingBox.width() * borderBoundingBox.height()) < minimumArea)
H A Dvisible_units.cpp220 || (o->isBox() && toRenderBox(o)->borderBoundingBox().height());
/external/webkit/Source/WebCore/wml/
H A DWMLAElement.cpp108 if (!box->borderBoundingBox().isEmpty())
/external/webkit/Source/WebKit/mac/WebView/
H A DWebRenderNode.mm123 IntRect boundingBox = inlineFlow->borderBoundingBox();
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.h72 virtual IntRect borderBoundingBox() const = 0;
H A DRenderInline.h138 virtual IntRect borderBoundingBox() const function in class:WebCore::RenderInline
H A DRenderBox.h114 virtual IntRect borderBoundingBox() const { return borderBoxRect(); } function in class:WebCore::RenderBox
H A DRenderView.cpp776 IntRect boundingBox = forRenderer->borderBoundingBox();
H A DRenderBox.cpp506 IntRect box = borderBoundingBox();
/external/webkit/Source/WebCore/dom/
H A DPosition.cpp762 (o->isBox() && toRenderBox(o)->borderBoundingBox().height()))
H A DNode.cpp842 if (!box->borderBoundingBox().isEmpty())

Completed in 149 milliseconds