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

  /external/chromium_org/cc/input/
input_handler.h 59 enum ScrollInputType { Gesture, Wheel, NonBubblingGesture };
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 361 host_impl->ScrollBegin(gfx::Point(1,1), InputHandler::Wheel);
layer_tree_host_impl_unittest.cc 471 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
481 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
503 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
513 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
538 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
549 // With registered event handlers, wheel scrolls have to go to the main
552 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
588 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
621 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
639 InputHandler::Wheel));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 49 Wheel,

Completed in 128 milliseconds