Searched defs:outerWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMWindow.cpp971 int DOMWindow::outerWidth() const function in class:WebCore::DOMWindow
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp1310 void getDoubleBorderStripeWidths(int& outerWidth, int& innerWidth) const argument
1313 outerWidth = fullWidth / 3;
1318 outerWidth += 1;
1747 int outerWidth; local
1749 edges[side].getDoubleBorderStripeWidths(outerWidth, innerWidth);
1753 outerThirdRect.shiftYEdgeTo(outerThirdRect.y() + outerWidth);
1756 outerThirdRect.setHeight(outerThirdRect.height() - outerWidth);
1759 outerThirdRect.shiftXEdgeTo(outerThirdRect.x() + outerWidth);
1762 outerThirdRect.setWidth(outerThirdRect.width() - outerWidth);

Completed in 290 milliseconds