Home | History | Annotate | Download | only in WebCore

Lines Matching full:delta

105         (WebCore::scrollAndAcceptEvent): fixed the wrong cast for the wheel delta which was truncated to 0 on slow wheel scrolls.
2828 (WebCore::EventHandler::handleWheelEvent): Inverted the scroll direction relative to the delta value (positive scrolls left,negative scrolls right)
4457 (WebCore::PlatformWheelEvent::deltaX): Now returns the delta multiplied by the user settings for the number of lines to scroll
4458 (WebCore::PlatformWheelEvent::deltaY): Now returns the delta multiplied by the user settings for the number of chars to scroll
26426 use the delta between the content rect and the layout rect.
27888 delta (it is equivalent to what we were previously doing, however).
36487 Test: fast/repaint/lines-with-layout-delta.html
36491 delta into account.
64907 Ensure that delta is never rounded down to zero - we are getting values less than 1 from
72729 Test: fast/repaint/clip-with-layout-delta.html
72732 (WebCore::LayoutState::LayoutState): Account for layout delta when
76206 Make upward scroll events have a positive delta to match other ports.
80317 Changed the hard-coded scroll delta in WheelEventGtk from 120 to 0.25,