Home
last modified time | relevance | path

Searched defs:hasButtons (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeNonMacCommon.h40 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return true; } in hasButtons() function
DScrollbarThemeMacOverlayAPI.h62 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } in hasButtons() function
DScrollbarThemeMock.h40 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } in hasButtons() function
DScrollbarThemeOverlay.h50 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }; in hasButtons() function
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeGeometryNative.cpp75 bool WebScrollbarThemeGeometryNative::hasButtons(WebScrollbar* scrollbar) in hasButtons() function in blink::WebScrollbarThemeGeometryNative
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.cpp56 bool RenderScrollbarTheme::hasButtons(ScrollbarThemeClient* scrollbar) in hasButtons() function in blink::RenderScrollbarTheme