Home
last modified time | relevance | path

Searched refs:wheel (Results 1 – 25 of 66) sorted by relevance

123

/external/chromium_org/content/browser/renderer_host/
Doverscroll_controller.cc46 const blink::WebMouseWheelEvent& wheel = in WillHandleEvent() local
48 if (!wheel.hasPreciseScrollingDeltas || in WillHandleEvent()
49 wheel.phase == blink::WebMouseWheelEvent::PhaseEnded || in WillHandleEvent()
50 wheel.phase == blink::WebMouseWheelEvent::PhaseCancelled) { in WillHandleEvent()
190 const blink::WebMouseWheelEvent& wheel = in DispatchEventResetsState() local
192 return !wheel.hasPreciseScrollingDeltas; in DispatchEventResetsState()
211 const blink::WebMouseWheelEvent& wheel = in ProcessEventForOverscroll() local
213 if (!wheel.hasPreciseScrollingDeltas) in ProcessEventForOverscroll()
216 ProcessOverscroll(wheel.deltaX * wheel.accelerationRatioX, in ProcessEventForOverscroll()
217 wheel.deltaY * wheel.accelerationRatioY, in ProcessEventForOverscroll()
[all …]
Drender_widget_host_view_mac_unittest.mm697 // Send an initial wheel event with NSEventPhaseBegan to the view.
702 // Send an ACK for the first wheel event, so that the queue will be flushed.
710 // Post the NSEventPhaseEnded wheel event to NSApp and check whether the
742 // Send an initial wheel event for scrolling by 3 lines.
748 // Indicate that the wheel event was unhandled.
756 // Check that the view delegate got an unhandled wheel event.
760 // Send another wheel event, this time for scrolling by 0 lines (empty event).
765 // Indicate that the wheel event was also unhandled.
770 // Check that the view delegate ignored the empty unhandled wheel event.
/external/libpng/scripts/
Dmakefile.openbsd53 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/include; \
56 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}; \
59 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}/debug; \
62 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}3; \
65 ${INSTALL} -d -o root -g wheel ${DESTDIR}${MANDIR}5; \
68 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/share/doc/png; \
/external/qemu/android/
Dkeycode.c17 static const AndroidKeyCode wheel[4] = { kKeyCodeDpadUp, in android_keycode_rotate() local
25 if (code == wheel[index]) { in android_keycode_rotate()
27 code = wheel[index]; in android_keycode_rotate()
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DNestedBuildersTest.java69 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
70 assertEquals(4, wheel.getRadius()); in testMessagesAndBuilders()
71 assertEquals(i + 1, wheel.getWidth()); in testMessagesAndBuilders()
84 Wheel wheel = vehicle.getWheel(i); in testMessagesAndBuilders() local
85 assertEquals(5, wheel.getRadius()); in testMessagesAndBuilders()
86 assertEquals(i + 10, wheel.getWidth()); in testMessagesAndBuilders()
Dnested_builders_test.proto42 repeated Wheel wheel = 2; field
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml48 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
82 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
104 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
126 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
151 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
181 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
/external/chromium_org/ppapi/api/
Dpp_input_event.idl77 * except mouse wheel events.
120 * The <code>PP_InputEvent_Wheel</code> struct represents all mouse wheel
131 * The mouse wheel's horizontal scroll amount. A scroll to the right
153 * The mouse wheel's vertical scroll amount. A scroll down (where the
174 * The number of "clicks" of the scroll wheel that have produced the
184 * You may receive fractional values for the wheel ticks if the mouse wheel
189 * of scrolling as for a mouse that has a discrete mouse wheel.
Dppb_input_event.idl60 * Notification that the scroll wheel was used.
245 * Identifies scroll wheel input event. Wheel events must be requested in
247 * wheel commands should be forwarded to the page.
249 * Most instances will not need this event. Consuming wheel events by
254 * If you handle wheel events (for example, you have a document viewer which
256 * the wheel event actually causes your document to scroll. When the user
600 * functions related to wheel input events.
605 * Create() creates a wheel input event with the given parameters. Normally
606 * you will get a wheel event passed through the
618 * @param[in] wheel_delta The scroll wheel's horizontal and vertical scroll
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
DSDL_ggievents.c82 z = ev.pmove.wheel; in GGI_PumpEvents()
86 if (mouse_x != ev.pmove.x || mouse_y != ev.pmove.y || mouse_z != ev.pmove.wheel) in GGI_PumpEvents()
90 z = ev.pmove.wheel - mouse_z; in GGI_PumpEvents()
93 mouse_z = ev.pmove.wheel; in GGI_PumpEvents()
/external/qemu/distrib/sdl-1.2.15/
DREADME.QNX40 wheel is moved. The key_scan field appears valid, and it contains zero.
41 That is a basic method of detecting mouse wheel events under Photon.
47 1. Genius Optical NetScroll/+ PS/2 (1 wheel)
49 + 2 additional buttons). The wheel for vertical scrolling works as
50 usual, but the second wheel for horizontal scrolling emits two se-
52 the first wheel. Additional buttons don't emit any events, but it
/external/chromium_org/ui/app_list/cocoa/
Dscroll_view_with_no_scrollbars.mm51 // wheel events would be ignored. This maps mouse wheel events to a
/external/chromium_org/remoting/proto/
Devent.proto60 // Mouse wheel information.
62 // would result from the wheel event on the client system.
/external/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.cpp66 : MouseEvent(EventTypeNames::wheel, in WheelEvent()
88 initUIEvent(EventTypeNames::wheel, true, true, view, 0); in initWheelEvent()
DEventTypeNames.in239 wheel
/external/chromium_org/chrome/browser/mac/
Dinstall.sh91 chown -Rh root:wheel "${DEST}" >& /dev/null
/external/llvm/utils/buildit/
Dbuild_llvm350 chgrp -h -R wheel $DEST_DIR
351 chgrp -R wheel $DEST_DIR
/external/lldb/examples/test/
Dusage-lldb-loggings61 -rw-r----- 1 johnny wheel 614614 Aug 22 11:36 /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.B…
62 -rw-r----- 1 johnny wheel 614614 Aug 22 11:36 /tmp/lldb_log-x86_64-clang-TestBreakpointCommand.B…
/external/pdfium/fpdfsdk/include/
Dfpdf_fwlevent.h279 struct FWL_EVENT_MOUSEWHEEL wheel; member
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_overscroll_animator_slider_mac.mm42 // rest on the RenderWidgetHost's NativeView, which prevents wheel events from
43 // reaching the NativeView. The overscroll animation is driven by wheel events
/external/chromium_org/content/renderer/input/
Dinput_handler_proxy_unittest.cc262 WebMouseWheelEvent wheel; in TEST_F() local
263 wheel.type = WebInputEvent::MouseWheel; in TEST_F()
264 wheel.scrollByPage = true; in TEST_F()
266 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel)); in TEST_F()
272 WebMouseWheelEvent wheel; in TEST_F() local
273 wheel.type = WebInputEvent::MouseWheel; in TEST_F()
274 wheel.modifiers = WebInputEvent::ControlKey; in TEST_F()
276 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel)); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DEventHandlerRegistry.cpp31 } else if (eventType == EventTypeNames::wheel || eventType == EventTypeNames::mousewheel) { in eventTypeToClass()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_folder_target.mm58 // Holding command while using the scroll wheel (or moving around
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
Dearth.cc711 pp::WheelInputEvent wheel = pp::WheelInputEvent(event); in HandleEvent() local
712 PP_FloatPoint ticks = wheel.GetTicks(); in HandleEvent()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_widget_host_view_mac_history_swiper.mm48 // Returns whether the wheel event should be consumed, and not passed to the
482 // There are 4 types of scroll wheel events:
507 // This simultaneously weeds our regular mouse wheel scroll events, and

123