Home | History | Annotate | Download | only in platform

Lines Matching refs:deltaX

660     if ((e.deltaX() < 0 && maxScrollDelta.width() > 0) ||
661 (e.deltaX() > 0 && scrollOffset().width() > 0) ||
665 float deltaX = e.deltaX();
668 ASSERT(deltaX == 0);
674 scrollBy(IntSize(-deltaX, -deltaY));