hasButtons 85 Source/core/rendering/RenderScrollbarTheme.cpp if (!hasButtons(scrollbar)) hasButtons 62 Source/core/rendering/RenderScrollbarTheme.h virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE; hasButtons 80 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp return m_theme->hasButtons(&client); hasButtons 52 Source/platform/exported/WebScrollbarThemeGeometryNative.h virtual bool hasButtons(WebScrollbar*) OVERRIDE; hasButtons 57 Source/platform/scroll/ScrollbarTheme.cpp if (hasButtons(scrollbar)) { hasButtons 100 Source/platform/scroll/ScrollbarTheme.h virtual bool hasButtons(ScrollbarThemeClient*) = 0; hasButtons 53 Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.h virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE; hasButtons 62 Source/platform/scroll/ScrollbarThemeMacOverlayAPI.h virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } hasButtons 40 Source/platform/scroll/ScrollbarThemeMock.h virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } hasButtons 42 Source/platform/scroll/ScrollbarThemeNonMacCommon.h virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return true; } hasButtons 49 Source/platform/scroll/ScrollbarThemeOverlay.h virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }; hasButtons 44 public/platform/WebScrollbarThemeGeometry.h virtual bool hasButtons(WebScrollbar*) = 0;