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 308 containerViewportRect.setX(containerViewportRect.x() - ScrollableArea::pixelsPerLineStep());
309 containerViewportRect.setWidth(containerViewportRect.width() + ScrollableArea::pixelsPerLineStep());
312 containerViewportRect.setWidth(containerViewportRect.width() + ScrollableArea::pixelsPerLineStep());
315 containerViewportRect.setY(containerViewportRect.y() - ScrollableArea::pixelsPerLineStep());
316 containerViewportRect.setHeight(containerViewportRect.height() + ScrollableArea::pixelsPerLineStep());
319 containerViewportRect.setHeight(containerViewportRect.height() + ScrollableArea::pixelsPerLineStep());
345 dx = - ScrollableArea::pixelsPerLineStep();
348 dx = ScrollableArea::pixelsPerLineStep();
351 dy = - ScrollableArea::pixelsPerLineStep();
354 dy = ScrollableArea::pixelsPerLineStep();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollableArea.cpp 57 int ScrollableArea::pixelsPerLineStep()
407 return pixelsPerLineStep();
ScrollableArea.h 43 static int pixelsPerLineStep();

Completed in 2189 milliseconds