/external/webkit/WebCore/page/chromium/ |
EventHandlerChromium.cpp | 158 // GTK+ must scroll horizontally if the mouse pointer is on top of the
|
/external/webkit/WebCore/platform/ |
Scrollbar.h | 92 // when the mouse went down in a scrollbar, since it is assumed the scrollbar will start
|
Scrollbar.cpp | 344 // The mouse is moving back over the pressed part. We 349 // The mouse is leaving the pressed part. Kill our timer
|
/external/webkit/WebCore/platform/gtk/ |
ScrollbarGtk.cpp | 45 * this is that we want the main frame to scroll when we move the mouse
|
/external/webkit/WebCore/platform/mac/ |
KeyEventMac.mm | 473 // VK_LBUTTON (01) Left mouse button 474 // VK_RBUTTON (02) Right mouse button 476 // VK_MBUTTON (04) Middle mouse button (three-button mouse)
|
/external/webkit/WebCore/platform/network/cf/ |
DNSCFNet.cpp | 87 // If there are no names queued, and few enough are in flight, resolve immediately (the mouse may be over a link).
|
/external/webkit/WebCore/plugins/qt/ |
PluginContainerQt.cpp | 126 // it is always safe to ungrab wheel events when the mouse leaves the
|
/external/webkit/WebCore/rendering/ |
RenderSVGContainer.cpp | 182 // Spec: Only graphical elements can be targeted by the mouse, period.
|
RenderMedia.cpp | 568 // When the scrollbar thumb captures mouse events, we should treat the mouse as still being over our renderer if the new target is a descendant
|
/external/webkit/WebCore/wml/ |
WMLAElement.cpp | 155 // send the mouse button events if the caller specified sendToAnyElement
|
WMLInputElement.cpp | 284 // Use key press event here since sending simulated mouse events 287 // Simulate mouse click on the default form button for enter for these types of elements.
|
/external/webkit/WebKit/gtk/webkit/ |
webkithittestresult.cpp | 33 * @short_description: The target of a mouse event
|
/frameworks/base/awt/java/awt/ |
HeadlessToolkit.java | 42 * graphical environments that lack keyboard and mouse capabilities.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86Privstr.h | 113 /* mouse part */
|
/external/webkit/WebKit/chromium/src/ |
WebViewImpl.cpp | 254 // set to impossible point so we always get the first mouse pos 305 // our ChromeClientImpl to receive changes to the mouse position and 343 // focus has not changed after the mouse event is processed, we'll 360 // On Windows, we handle it on mouse up, not down. 410 // This code is in the mouse up handler. There is some debate about putting 411 // this here, as opposed to the mouse down handler. 448 // On Mac/Linux, we handle it on mouse down, not up. 612 // Mouse button up event. 896 // This only exists to allow ChromeClient::show() to know which mouse button 905 // FIXME: WebKit seems to always return false on mouse events processin [all...] |
WebPluginContainerImpl.cpp | 374 // A windowless plugin can change the cursor in response to a mouse move 376 // mouse is moved in the boundaries of the windowless plugin.
|
/external/qemu/hw/ |
usb-hid.c | 74 /* mostly the same values as the Bochs USB Mouse device */ 262 0x09, 0x02, /* Usage (Mouse) */ 514 0, "QEMU USB Mouse"); 711 ret = set_usb_string(data, "HID Mouse"); 886 pstrcpy(s->dev.devname, sizeof(s->dev.devname), "QEMU USB Mouse");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | 126 /** Current hover view info. Null when no mouse hover. */ 129 /** Current mouse hover border rectangle. Null when there's no mouse hover. 780 * Performs selection on mouse up (not mouse down). [all...] |
CanvasDropListener.java | 313 // Is the mouse currently captured by a DropFeedback.captureArea? 320 // We can't switch views/nodes when the mouse is captured
|
/sdk/traceview/src/com/android/traceview/ |
TimeLineView.java | 594 // Draw a highlight box on the row where the mouse is. 713 // Draw the vertical bar where the mouse is [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebpage.cpp | 747 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton 773 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton 795 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton 812 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton 829 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton 843 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton 880 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton 919 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton 942 the user clicks on the web page with the right mouse button. It is [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
SDL_svgavideo.c | 248 /* Enable mouse and keyboard support */ 446 /* Set up the mouse handler again (buggy SVGAlib 1.40) */
|
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglvideo.c | 242 /* Enable mouse and keyboard support */ 256 SDL_SetError("Unable to initialize mouse");
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
EventSender.cpp | 192 // fast/events/mouse-click-events expects the 4th button has event.button = 1, so send an WM_BUTTONDOWN 278 // fast/events/mouse-click-events expects the 4th button has event.button = 1, so send an WM_MBUTTONUP
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileFilter.java | 147 ignoreResultList.add("fast/forms/onselect-textarea.html"); // requires eventSender.mouseMoveTo, mouseDown & mouseUp and abs. position of mouse to select a word. ignore, won't fix #716583 148 ignoreResultList.add("fast/forms/onselect-textfield.html"); // requires eventSender.mouseMoveTo, mouseDown & mouseUp and abs. position of mouse to select a word. ignore, won't fix #716583
|