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

  /external/qemu/android/
keycode.c 17 static const AndroidKeyCode wheel[4] = { kKeyCodeDpadUp, local
25 if (code == wheel[index]) {
27 code = wheel[index];
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 46 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.deltaX * wheel.accelerationRatioX
    [all...]
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 273 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 or gesture scroll), so there should be n
1995 WebMouseWheelEvent wheel; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl_unittest.cc 72 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.
    [all...]
  /external/pdfium/fpdfsdk/include/
fpdf_fwlevent.h 64 //mouse wheel
279 struct FWL_EVENT_MOUSEWHEEL wheel; member in union:FWL_EVENT::__anon12513
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 125 NPMouseWheelEvent wheel; member in union:_NPPepperEvent::__anon19242
    [all...]

Completed in 158 milliseconds