Searched defs:shouldCenterOnThumb (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderScrollbarTheme.h49 virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) { return ScrollbarTheme::theme()->shouldCenterOnThumb(scrollbar, event); } function in class:WebCore::RenderScrollbarTheme
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DScrollbarThemeSafari.cpp201 bool ScrollbarThemeSafari::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& evt) function in class:WebCore::ScrollbarThemeSafari
H A DScrollbarThemeWin.cpp192 bool ScrollbarThemeWin::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& evt) function in class:WebCore::ScrollbarThemeWin
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollbarTheme.h98 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } function in class:WebCore::ScrollbarTheme
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DScrollbarThemeGtk.cpp263 bool ScrollbarThemeGtk::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& event) function in class:WebCore::ScrollbarThemeGtk

Completed in 71 milliseconds