Searched defs:scrollNode (Results 1 - 1 of 1) sorted by last modified time

/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp137 static inline bool scrollNode(float delta, WheelEvent::Granularity granularity, ScrollDirection positiveDirection, ScrollDirection negativeDirection, Node* node, Node** stopNode) function in namespace:WebCore
2182 if (scrollNode(wheelEvent->rawDeltaX(), wheelEvent->granularity(), ScrollLeft, ScrollRight, startNode, &stopNode))
2185 if (scrollNode(wheelEvent->rawDeltaY(), wheelEvent->granularity(), ScrollUp, ScrollDown, startNode, &stopNode))

Completed in 164 milliseconds