OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gesturescrollhelper
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp
819
static inline bool
gestureScrollHelper
(ScrollbarGroup* scrollbarGroup, ScrollDirection positiveDirection, ScrollDirection negativeDirection, float delta)
841
if (
gestureScrollHelper
(m_scrollbarGroup.get(), ScrollLeft, ScrollRight, webEvent.data.scrollUpdate.deltaX))
843
if (
gestureScrollHelper
(m_scrollbarGroup.get(), ScrollUp, ScrollDown, webEvent.data.scrollUpdate.deltaY))
Completed in 126 milliseconds