/external/webkit/Source/WebCore/plugins/gtk/ |
D | PluginViewGtk.cpp | 339 XButtonEvent& xbutton = xEvent->xbutton; in setXButtonEventSpecificFields() local 340 xbutton.type = event->type() == eventNames().mousedownEvent ? ButtonPress : ButtonRelease; in setXButtonEventSpecificFields() 341 xbutton.root = getRootWindow(parentFrame); in setXButtonEventSpecificFields() 342 xbutton.subwindow = 0; in setXButtonEventSpecificFields() 343 xbutton.time = event->timeStamp(); in setXButtonEventSpecificFields() 344 xbutton.x = postZoomPos.x(); in setXButtonEventSpecificFields() 345 xbutton.y = postZoomPos.y(); in setXButtonEventSpecificFields() 346 xbutton.x_root = event->screenX(); in setXButtonEventSpecificFields() 347 xbutton.y_root = event->screenY(); in setXButtonEventSpecificFields() 348 xbutton.state = inputEventState(event); in setXButtonEventSpecificFields() [all …]
|
D | gtk2xtbin.c | 897 XSetInputFocus(dpy, XtWindow(xtclient->child_widget), RevertToParent, event->xbutton.time); in xt_client_focus_listener()
|
/external/skia/src/utils/unix/ |
D | SkOSWindow_Unix.cpp | 115 if (evt.xbutton.button == Button1) in loop() 116 this->handleClick(evt.xbutton.x, evt.xbutton.y, SkView::Click::kDown_State); in loop() 119 if (evt.xbutton.button == Button1) in loop() 120 this->handleClick(evt.xbutton.x, evt.xbutton.y, SkView::Click::kUp_State); in loop()
|
/external/webkit/Source/WebCore/plugins/qt/ |
D | PluginViewQt.cpp | 486 XButtonEvent& xbutton = xEvent->xbutton; in setXButtonEventSpecificFields() local 487 xbutton.type = event->type() == eventNames().mousedownEvent ? ButtonPress : ButtonRelease; in setXButtonEventSpecificFields() 488 xbutton.root = QX11Info::appRootWindow(); in setXButtonEventSpecificFields() 489 xbutton.subwindow = 0; in setXButtonEventSpecificFields() 490 xbutton.time = event->timeStamp(); in setXButtonEventSpecificFields() 491 xbutton.x = postZoomPos.x(); in setXButtonEventSpecificFields() 492 xbutton.y = postZoomPos.y(); in setXButtonEventSpecificFields() 493 xbutton.x_root = event->screenX(); in setXButtonEventSpecificFields() 494 xbutton.y_root = event->screenY(); in setXButtonEventSpecificFields() 495 xbutton.state = inputEventState(event); in setXButtonEventSpecificFields() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
D | SDL_dgaevents.c | 66 xevent.xbutton.button, 0, 0); in DGA_DispatchEvent() 73 xevent.xbutton.button, 0, 0); in DGA_DispatchEvent()
|
/external/quake/quake/src/QW/client/ |
D | gl_vidlinuxglx.c | 311 if (event.xbutton.button == 1) in GetEvent() 313 else if (event.xbutton.button == 2) in GetEvent() 315 else if (event.xbutton.button == 3) in GetEvent() 323 if (event.xbutton.button == 1) in GetEvent() 325 else if (event.xbutton.button == 2) in GetEvent() 327 else if (event.xbutton.button == 3) in GetEvent()
|
D | gl_vidlinux_x11.c | 361 if (x_event.xbutton.button == 1) in Mouse_Update() 363 else if (x_event.xbutton.button == 2) in Mouse_Update() 365 else if (x_event.xbutton.button == 3) in Mouse_Update() 373 if (x_event.xbutton.button == 1) in Mouse_Update() 375 else if (x_event.xbutton.button == 2) in Mouse_Update() 377 else if (x_event.xbutton.button == 3) in Mouse_Update()
|
D | vid_x.c | 832 if (x_event.xbutton.button == 1) in GetEvent() 834 else if (x_event.xbutton.button == 2) in GetEvent() 836 else if (x_event.xbutton.button == 3) in GetEvent() 844 if (x_event.xbutton.button == 1) in GetEvent() 846 else if (x_event.xbutton.button == 2) in GetEvent() 848 else if (x_event.xbutton.button == 3) in GetEvent()
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 288 pluginLog(instance, "mouseUp at (%d, %d)", evt->xbutton.x, evt->xbutton.y); in webkit_test_plugin_handle_event() 291 pluginLog(instance, "mouseDown at (%d, %d)", evt->xbutton.x, evt->xbutton.y); in webkit_test_plugin_handle_event()
|
/external/quake/quake/src/WinQuake/ |
D | gl_vidlinuxglx.cpp | 376 if (event.xbutton.button == 1) in HandleEvents() 378 else if (event.xbutton.button == 2) in HandleEvents() 380 else if (event.xbutton.button == 3) in HandleEvents() 388 if (event.xbutton.button == 1) in HandleEvents() 390 else if (event.xbutton.button == 2) in HandleEvents() 392 else if (event.xbutton.button == 3) in HandleEvents()
|
D | vid_x.cpp | 907 if (x_event.xbutton.button == 1) in GetEvent() 909 else if (x_event.xbutton.button == 2) in GetEvent() 911 else if (x_event.xbutton.button == 3) in GetEvent() 919 if (x_event.xbutton.button == 1) in GetEvent() 921 else if (x_event.xbutton.button == 2) in GetEvent() 923 else if (x_event.xbutton.button == 3) in GetEvent()
|
D | vid_sunxil.cpp | 864 if (x_event.xbutton.button == 1) in GetEvent() 866 else if (x_event.xbutton.button == 2) in GetEvent() 868 else if (x_event.xbutton.button == 3) in GetEvent() 876 if (x_event.xbutton.button == 1) in GetEvent() 878 else if (x_event.xbutton.button == 2) in GetEvent() 880 else if (x_event.xbutton.button == 3) in GetEvent()
|
D | vid_sunx.cpp | 943 Key_Event( K_MOUSE1 + x_event.xbutton.button - 1, true ); in GetEvent() 947 Key_Event( K_MOUSE1 + x_event.xbutton.button - 1, false ); in GetEvent()
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
D | xf86dga.h | 135 SDL_NAME(XDGAButtonEvent) xbutton;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/ |
D | NetscapePluginX11.cpp | 305 XButtonEvent& xButton = xEvent.xbutton; in setXButtonEventFields()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11events.c | 542 xevent.xbutton.button, 0, 0); in X11_DispatchEvent() 549 xevent.xbutton.button, 0, 0); in X11_DispatchEvent()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 413 while (!(e.type == ButtonPress && e.xbutton.button == Button1) && in main()
|
D | rpng2-x.c | 130 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
|