Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1809 IntRect outerThirdRect = outerBorder.rect(); in paintBorder() local
1817 outerThirdRect.shiftYEdgeTo(outerThirdRect.y() + outerWidth); in paintBorder()
1820 outerThirdRect.setHeight(outerThirdRect.height() - outerWidth); in paintBorder()
1823 outerThirdRect.shiftXEdgeTo(outerThirdRect.x() + outerWidth); in paintBorder()
1826 outerThirdRect.setWidth(outerThirdRect.width() - outerWidth); in paintBorder()
1833 outerThird.setRect(outerThirdRect); in paintBorder()