Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/chromium/
DScrollbarThemeChromium.cpp184 const int kLayoutTestModeGirth = 17; in buttonSize() local
186 int girth = ChromiumBridge::layoutTestMode() ? kLayoutTestModeGirth : thickness; in buttonSize()