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

  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryAndroid.cpp 132 static const float scrollbarPixelsPerTick = 160.0f / 3.0f;
136 result.deltaY = scrollbarPixelsPerTick;
140 result.deltaY = -scrollbarPixelsPerTick;
144 result.deltaX = scrollbarPixelsPerTick;
148 result.deltaX = -scrollbarPixelsPerTick;
WebInputEventFactoryGtk.cpp 605 static const float scrollbarPixelsPerTick = 160.0f / 3.0f;
609 result.deltaY = scrollbarPixelsPerTick;
613 result.deltaY = -scrollbarPixelsPerTick;
617 result.deltaX = scrollbarPixelsPerTick;
621 result.deltaX = -scrollbarPixelsPerTick;
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_gtk.cc 550 float WebMouseWheelEventBuilder::ScrollbarPixelsPerTick() {
580 static const float scrollbarPixelsPerTick = ScrollbarPixelsPerTick();
583 result.deltaY = scrollbarPixelsPerTick;
587 result.deltaY = -scrollbarPixelsPerTick;
591 result.deltaX = scrollbarPixelsPerTick;
595 result.deltaX = -scrollbarPixelsPerTick;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 121 const float scrollbarPixelsPerTick = 40.0f;
    [all...]

Completed in 2919 milliseconds