OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Wheel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/input/
input_handler.h
60
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
460
host_impl_->ScrollBegin(gfx::Point(), InputHandler::
Wheel
));
470
host_impl_->ScrollBegin(gfx::Point(), InputHandler::
Wheel
));
490
host_impl_->ScrollBegin(gfx::Point(), InputHandler::
Wheel
));
500
host_impl_->ScrollBegin(gfx::Point(), InputHandler::
Wheel
));
525
host_impl_->ScrollBegin(gfx::Point(), InputHandler::
Wheel
));
536
// With registered event handlers,
wheel
scrolls have to go to the main
539
host_impl_->ScrollBegin(gfx::Point(), InputHandler::
Wheel
));
575
host_impl_->ScrollBegin(gfx::Point(), InputHandler::
Wheel
));
608
host_impl_->ScrollBegin(gfx::Point(), InputHandler::
Wheel
));
626
InputHandler::
Wheel
));
[
all
...]
Completed in 515 milliseconds