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 303 containerViewportRect.setX(containerViewportRect.x() - ScrollableArea::pixelsPerLineStep());
304 containerViewportRect.setWidth(containerViewportRect.width() + ScrollableArea::pixelsPerLineStep());
307 containerViewportRect.setWidth(containerViewportRect.width() + ScrollableArea::pixelsPerLineStep());
310 containerViewportRect.setY(containerViewportRect.y() - ScrollableArea::pixelsPerLineStep());
311 containerViewportRect.setHeight(containerViewportRect.height() + ScrollableArea::pixelsPerLineStep());
314 containerViewportRect.setHeight(containerViewportRect.height() + ScrollableArea::pixelsPerLineStep());
340 dx = - ScrollableArea::pixelsPerLineStep();
343 dx = ScrollableArea::pixelsPerLineStep();
346 dy = - ScrollableArea::pixelsPerLineStep();
349 dy = ScrollableArea::pixelsPerLineStep();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.h 58 static int pixelsPerLineStep();
ScrollableArea.cpp 58 int ScrollableArea::pixelsPerLineStep()
426 return pixelsPerLineStep();

Completed in 238 milliseconds