Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/chromium/
DScrollbarThemeChromium.cpp186 int girth = ChromiumBridge::layoutTestMode() ? kLayoutTestModeGirth : thickness; in buttonSize() local
188 int girth = thickness; in buttonSize() local
192 int width = scrollbar->width() < 2 * girth ? scrollbar->width() / 2 : girth; in buttonSize()
196 int height = scrollbar->height() < 2 * girth ? scrollbar->height() / 2 : girth; in buttonSize()