Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.h49 …virtual bool shouldCenterOnThumb(Scrollbar* scrollbar, const PlatformMouseEvent& event) { return S… in shouldCenterOnThumb() function
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumLinux.cpp123 bool ScrollbarThemeChromiumLinux::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeChromiumLinux
DScrollbarThemeChromiumWin.cpp238 bool ScrollbarThemeChromiumWin::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeChromiumWin
/external/webkit/Source/WebCore/platform/
DScrollbarTheme.h82 virtual bool shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent&) { return false; } in shouldCenterOnThumb() function
/external/webkit/Source/WebCore/platform/qt/
DScrollbarThemeQt.cpp183 bool ScrollbarThemeQt::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeQt
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.cpp263 bool ScrollbarThemeGtk::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& event) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeGtk
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.cpp201 bool ScrollbarThemeSafari::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeSafari
DScrollbarThemeWin.cpp191 bool ScrollbarThemeWin::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt) in shouldCenterOnThumb() function in WebCore::ScrollbarThemeWin