Searched refs:shouldCenterOnThumb (Results 1 – 9 of 9) sorted by relevance
45 …l shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE {… in shouldCenterOnThumb() function
16 virtual bool shouldCenterOnThumb(
14 virtual bool shouldCenterOnThumb(
13 bool WebScrollbarBehaviorImpl::shouldCenterOnThumb(
12 bool WebScrollbarBehaviorImpl::shouldCenterOnThumb( in shouldCenterOnThumb() function in content::WebScrollbarBehaviorImpl
22 …virtual bool shouldCenterOnThumb(Button, bool shiftKeyPressed, bool altKeyPressed) { return false;… in shouldCenterOnThumb() function
86 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&);
226 bool ScrollbarTheme::shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent&… in shouldCenterOnThumb() function in blink::ScrollbarTheme228 …return blink::Platform::current()->scrollbarBehavior()->shouldCenterOnThumb(static_cast<blink::Web… in shouldCenterOnThumb()
455 …== BackTrackPart || m_pressedPart == ForwardTrackPart) && theme()->shouldCenterOnThumb(this, evt))… in mouseDown()