Home | History | Annotate | Download | only in page

Lines Matching refs:ScrollGranularity

175 static inline ScrollGranularity wheelGranularityToScrollGranularity(unsigned deltaMode)
894 bool EventHandler::scroll(ScrollDirection direction, ScrollGranularity granularity, Node* startNode, Node** stopNode, float delta, IntPoint absolutePoint)
933 bool EventHandler::bubblingScroll(ScrollDirection direction, ScrollGranularity granularity, Node* startingNode)
2030 ScrollGranularity granularity = wheelGranularityToScrollGranularity(wheelEvent->deltaMode());
2434 ScrollGranularity granularity = ScrollByPixel;