Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumWin.cpp258 const int kLayoutTestModeGirth = 17; in buttonSize() local
259 int girth = PlatformBridge::layoutTestMode() ? kLayoutTestModeGirth : thickness; in buttonSize()