Home
last modified time | relevance | path

Searched refs:shouldCenterOnThumb (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h48 …l shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE {… in shouldCenterOnThumb() function
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeGtkOrAura.h46 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&);
DScrollbarThemeWin.h48 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
DScrollbarThemeMacCommon.h53 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) OVERRIDE;
DScrollbarTheme.h87 …virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false;… in shouldCenterOnThumb() function
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
DScrollbar.cpp467 …== BackTrackPart || m_pressedPart == ForwardTrackPart) && theme()->shouldCenterOnThumb(this, evt))… in mouseDown()
DScrollbarThemeMacCommon.mm319 bool ScrollbarThemeMacCommon::shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent& …