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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 34 // Wheel events come in two flavors:
37 // The ScrollByPageWheelEvent indicates that the wheel event should scroll an entire page. In this case WebCore's built in paging behavior is used to page
59 : PlatformEvent(PlatformEvent::Wheel)
79 : PlatformEvent(PlatformEvent::Wheel, shiftKey, ctrlKey, altKey, metaKey, 0)
PlatformEvent.h 49 Wheel,
  /external/chromium_org/cc/input/
input_handler.h 65 enum ScrollInputType { Gesture, Wheel, NonBubblingGesture };
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 507 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
509 InputHandler::Wheel));
512 InputHandler::Wheel));
515 InputHandler::Wheel));
526 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
537 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
557 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
567 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
592 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
603 // With registered event handlers, wheel scrolls have to go to the mai
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_unittest_scroll.cc 590 // Wheel scroll on impl thread.
594 InputHandler::Wheel);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ViewportDataGrid.js 26 // Wheel target shouldn't be removed from DOM to preserve native kinetic scrolling.
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 211 // Wheel events involving the control key never trigger scrolling, only
230 gfx::Point(wheel_event.x, wheel_event.y), cc::InputHandler::Wheel);
235 "InputHandlerProxy::handle_input wheel scroll",
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 155 m_type = PlatformEvent::Wheel;
649 if (event.type() != EventTypeNames::wheel && event.type() != EventTypeNames::mousewheel)
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/cc/layers/
layer_impl.cc 465 if (type == InputHandler::Wheel && have_wheel_event_handlers()) {
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js     [all...]

Completed in 995 milliseconds