Home
last modified time | relevance | path

Searched refs:wheel (Results 1 – 25 of 63) 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.mm706 // Send an initial wheel event with NSEventPhaseBegan to the view.
711 // Send an ACK for the first wheel event, so that the queue will be flushed.
719 // Post the NSEventPhaseEnded wheel event to NSApp and check whether the
751 // Send an initial wheel event for scrolling by 3 lines.
757 // Indicate that the wheel event was unhandled.
765 // Check that the view delegate got an unhandled wheel event.
769 // Send another wheel event, this time for scrolling by 0 lines (empty event).
774 // Indicate that the wheel event was also unhandled.
779 // 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/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/remoting/proto/
Devent.proto60 // Mouse wheel information.
62 // would result from the wheel event on the client system.
/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/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/chromium_org/content/renderer/input/
Dinput_handler_proxy_unittest.cc273 WebMouseWheelEvent wheel; in TEST_F() local
274 wheel.type = WebInputEvent::MouseWheel; in TEST_F()
275 wheel.scrollByPage = true; in TEST_F()
277 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel)); in TEST_F()
283 WebMouseWheelEvent wheel; in TEST_F() local
284 wheel.type = WebInputEvent::MouseWheel; in TEST_F()
285 wheel.modifiers = WebInputEvent::ControlKey; in TEST_F()
287 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel)); in TEST_F()
1995 WebMouseWheelEvent wheel; in TEST_F() local
1996 wheel.type = WebInputEvent::MouseWheel; in TEST_F()
[all …]
/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/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.cpp64 : MouseEvent(EventTypeNames::wheel, true, true, view, 0, screenLocation.x(), screenLocation.y(), in WheelEvent()
DEventTypeNames.in234 wheel
/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/third_party/WebKit/Source/core/frame/
DEventHandlerRegistry.cpp33 } else if (eventType == EventTypeNames::wheel || eventType == EventTypeNames::mousewheel) { in eventTypeToClass()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_folder_target.mm60 // 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
475 // There are 4 types of scroll wheel events:
500 // This simultaneously weeds our regular mouse wheel scroll events, and
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventFactoryMac.mm985 // There are three types of scroll data available on a scroll wheel CGEvent.
990 // wheel mouse is used (one that scrolls in discrete units) or a
1009 // For notchy wheel mice (kCGScrollWheelEventIsContinuous == 0)
1087 // mouse wheel notch. The delta event is perfect for this (being a good
1094 // Conversion between wheel delta amounts and number of pixels to scroll.
/external/wpa_supplicant_8/wpa_supplicant/
DREADME512 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
514 ctrl_interface_group=wheel
544 ctrl_interface_group=wheel
562 ctrl_interface_group=wheel
580 ctrl_interface_group=wheel
601 ctrl_interface_group=wheel
628 ctrl_interface_group=wheel

123