HomeSort by relevance Sort by last modified time
    Searched defs:shouldCenterOnThumb (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/
webscrollbarbehavior_impl_gtkoraura.cc 12 bool WebScrollbarBehaviorImpl::shouldCenterOnThumb(
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarBehavior.h 22 virtual bool shouldCenterOnThumb(Button, bool shiftKeyPressed, bool altKeyPressed) { return false; }
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.cpp 226 bool ScrollbarTheme::shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& evt)
228 return blink::Platform::current()->scrollbarBehavior()->shouldCenterOnThumb(static_cast<blink::WebScrollbarBehavior::Button>(evt.button()), evt.shiftKey(), evt.altKey());

Completed in 74 milliseconds