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

  /external/chromium_org/cc/input/
input_handler.h 64 enum ScrollInputType { Gesture, Wheel, NonBubblingGesture };
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 49 Wheel,
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 505 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
507 InputHandler::Wheel));
510 InputHandler::Wheel));
513 InputHandler::Wheel));
521 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
541 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
551 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
576 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
587 // With registered event handlers, wheel scrolls have to go to the main
590 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
    [all...]

Completed in 92 milliseconds