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

  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 564 static const float scrollbarPixelsPerTick = 160.0f / 3.0f;
568 result.deltaY = scrollbarPixelsPerTick;
572 result.deltaY = -scrollbarPixelsPerTick;
576 result.deltaX = scrollbarPixelsPerTick;
580 result.deltaX = -scrollbarPixelsPerTick;
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 110 static const float scrollbarPixelsPerTick = 40.0f;
    [all...]

Completed in 89 milliseconds