HomeSort by relevance Sort by last modified time
    Searched refs:pixelsPerLineStep (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 301 containerViewportRect.setX(containerViewportRect.x() - ScrollableArea::pixelsPerLineStep());
302 containerViewportRect.setWidth(containerViewportRect.width() + ScrollableArea::pixelsPerLineStep());
305 containerViewportRect.setWidth(containerViewportRect.width() + ScrollableArea::pixelsPerLineStep());
308 containerViewportRect.setY(containerViewportRect.y() - ScrollableArea::pixelsPerLineStep());
309 containerViewportRect.setHeight(containerViewportRect.height() + ScrollableArea::pixelsPerLineStep());
312 containerViewportRect.setHeight(containerViewportRect.height() + ScrollableArea::pixelsPerLineStep());
338 dx = - ScrollableArea::pixelsPerLineStep();
341 dx = ScrollableArea::pixelsPerLineStep();
344 dy = - ScrollableArea::pixelsPerLineStep();
347 dy = ScrollableArea::pixelsPerLineStep();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 60 int ScrollableArea::pixelsPerLineStep()
468 return pixelsPerLineStep();
ScrollableArea.h 58 static int pixelsPerLineStep();

Completed in 1292 milliseconds