Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderScrollbarTheme.h49 …virtual bool shouldCenterOnThumb(Scrollbar* scrollbar, const PlatformMouseEvent& event) { return S… in shouldCenterOnThumb() function
/external/webkit/WebCore/platform/
DScrollbarTheme.h78 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&) { return false; } in shouldCenterOnThumb() function
/external/webkit/WebCore/platform/qt/
DScrollbarThemeQt.cpp179 bool ScrollbarThemeQt::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeQt
/external/webkit/WebCore/platform/chromium/
DScrollbarThemeChromiumWin.cpp256 bool ScrollbarThemeChromiumWin::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeChromiumWin
DScrollbarThemeChromiumLinux.cpp220 bool ScrollbarThemeChromiumLinux::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeChromiumLinux
/external/webkit/WebCore/platform/win/
DScrollbarThemeSafari.cpp201 bool ScrollbarThemeSafari::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeSafari
DScrollbarThemeWin.cpp190 bool ScrollbarThemeWin::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeWin