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

/external/chromium_org/content/renderer/
H A Dwebscrollbarbehavior_impl_gtkoraura.cc24 bool WebScrollbarBehaviorImpl::shouldSnapBackToDragOrigin( function in class:content::WebScrollbarBehaviorImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScrollbarBehavior.h23 virtual bool shouldSnapBackToDragOrigin(const WebPoint& eventPoint, const WebRect& scrollbarRect, bool isHorizontal) { return false; } function in class:blink::WebScrollbarBehavior
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarTheme.cpp231 bool ScrollbarTheme::shouldSnapBackToDragOrigin(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& evt) function in class:blink::ScrollbarTheme
235 return blink::Platform::current()->scrollbarBehavior()->shouldSnapBackToDragOrigin(mousePosition, trackRect(scrollbar), scrollbar->orientation() == HorizontalScrollbar);

Completed in 173 milliseconds