Searched defs:wheel (Results 1 - 6 of 6) sorted by relevance

/external/qemu/android/
H A Dkeycode.c17 static const AndroidKeyCode wheel[4] = { kKeyCodeDpadUp, local
25 if (code == wheel[index]) {
27 code = wheel[index];
/external/chromium_org/content/browser/renderer_host/
H A Doverscroll_controller.cc46 const blink::WebMouseWheelEvent& wheel = local
48 if (!wheel.hasPreciseScrollingDeltas ||
49 wheel.phase == blink::WebMouseWheelEvent::PhaseEnded ||
50 wheel.phase == blink::WebMouseWheelEvent::PhaseCancelled) {
188 // Only wheel events with precise deltas (i.e. from trackpad) contribute
190 const blink::WebMouseWheelEvent& wheel = local
192 return !wheel.hasPreciseScrollingDeltas;
211 const blink::WebMouseWheelEvent& wheel = local
213 if (!wheel.hasPreciseScrollingDeltas)
216 ProcessOverscroll(wheel
[all...]
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy_unittest.cc273 WebMouseWheelEvent wheel; local
274 wheel.type = WebInputEvent::MouseWheel;
275 wheel.scrollByPage = true;
277 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel));
283 WebMouseWheelEvent wheel; local
284 wheel.type = WebInputEvent::MouseWheel;
285 wheel.modifiers = WebInputEvent::ControlKey;
287 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel));
569 // Note that for trackpad, wheel events with the Control modifier are
587 // lead to the scroll (either wheel o
1995 WebMouseWheelEvent wheel; local
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc72 static WebMouseWheelEvent wheel; local
73 event = &wheel;
499 // Simulate wheel events.
744 // Simulate wheel events.
753 // Indicate that the wheel event was unhandled.
757 // Check that the correct unhandled wheel event was received.
767 // Check that the correct unhandled wheel event was received.
1422 // GesturePinchUpdate for trackpad sends synthetic wheel events.
1429 // Verify we actually sent a special wheel event to the renderer.
1448 // Indicate that the wheel even
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfpdf_fwlevent.h64 //mouse wheel
279 struct FWL_EVENT_MOUSEWHEEL wheel; member in union:FWL_EVENT::__anon28822
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h125 NPMouseWheelEvent wheel; member in union:_NPPepperEvent::__anon14624

Completed in 1665 milliseconds