Home
last modified time | relevance | path

Searched defs:shouldCenterOnThumb (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h48 …virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event)… in shouldCenterOnThumb() function
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeGtkOrAura.cpp143 bool ScrollbarThemeGtkOrAura::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& … in shouldCenterOnThumb() function in WebCore::ScrollbarThemeGtkOrAura
DScrollbarThemeWin.cpp223 bool ScrollbarThemeWin::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeWin
DScrollbarTheme.h87 …virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false;… in shouldCenterOnThumb() function