/external/chromium_org/content/browser/renderer_host/ |
D | overscroll_controller.cc | 46 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 …]
|
D | render_widget_host_view_mac_unittest.mm | 697 // 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/ |
D | makefile.openbsd | 53 ${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/ |
D | keycode.c | 17 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/ |
D | NestedBuildersTest.java | 69 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()
|
D | nested_builders_test.proto | 42 repeated Wheel wheel = 2; field
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 48 # 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/ |
D | pp_input_event.idl | 77 * 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.
|
D | ppb_input_event.idl | 60 * 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/ |
D | SDL_ggievents.c | 82 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/ |
D | README.QNX | 40 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/ |
D | scroll_view_with_no_scrollbars.mm | 51 // wheel events would be ignored. This maps mouse wheel events to a
|
/external/chromium_org/remoting/proto/ |
D | event.proto | 60 // Mouse wheel information. 62 // would result from the wheel event on the client system.
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | WheelEvent.cpp | 66 : MouseEvent(EventTypeNames::wheel, in WheelEvent() 88 initUIEvent(EventTypeNames::wheel, true, true, view, 0); in initWheelEvent()
|
D | EventTypeNames.in | 239 wheel
|
/external/chromium_org/chrome/browser/mac/ |
D | install.sh | 91 chown -Rh root:wheel "${DEST}" >& /dev/null
|
/external/llvm/utils/buildit/ |
D | build_llvm | 350 chgrp -h -R wheel $DEST_DIR 351 chgrp -R wheel $DEST_DIR
|
/external/lldb/examples/test/ |
D | usage-lldb-loggings | 61 -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/ |
D | fpdf_fwlevent.h | 279 struct FWL_EVENT_MOUSEWHEEL wheel; member
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_overscroll_animator_slider_mac.mm | 42 // 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/ |
D | input_handler_proxy_unittest.cc | 262 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/ |
D | EventHandlerRegistry.cpp | 31 } else if (eventType == EventTypeNames::wheel || eventType == EventTypeNames::mousewheel) { in eventTypeToClass()
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_folder_target.mm | 58 // Holding command while using the scroll wheel (or moving around
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth/ |
D | earth.cc | 711 pp::WheelInputEvent wheel = pp::WheelInputEvent(event); in HandleEvent() local 712 PP_FloatPoint ticks = wheel.GetTicks(); in HandleEvent()
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_render_widget_host_view_mac_history_swiper.mm | 48 // 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
|