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

/external/chromium_org/content/renderer/
H A Dwebscrollbarbehavior_impl_gtkoraura.cc12 bool WebScrollbarBehaviorImpl::shouldCenterOnThumb( function in class:content::WebScrollbarBehaviorImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScrollbarBehavior.h22 virtual bool shouldCenterOnThumb(Button, bool shiftKeyPressed, bool altKeyPressed) { return false; } function in class:blink::WebScrollbarBehavior
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarTheme.cpp228 bool ScrollbarTheme::shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& evt) function in class:WebCore::ScrollbarTheme
230 return blink::Platform::current()->scrollbarBehavior()->shouldCenterOnThumb(static_cast<blink::WebScrollbarBehavior::Button>(evt.button()), evt.shiftKey(), evt.altKey());

Completed in 600 milliseconds