Home | History | Annotate | Download | only in mac

Lines Matching full:scrollbar

31 #import <WebCore/Scrollbar.h>
1080 wheelTicksX = deltaX / static_cast<float>(Scrollbar::pixelsPerLineStep());
1081 wheelTicksY = deltaY / static_cast<float>(Scrollbar::pixelsPerLineStep());
1086 deltaX *= static_cast<float>(Scrollbar::pixelsPerLineStep());
1087 deltaY *= static_cast<float>(Scrollbar::pixelsPerLineStep());