HomeSort by relevance Sort by last modified time
    Searched defs:xbutton (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 135 SDL_NAME(XDGAButtonEvent) xbutton; member in union:__anon10844
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 339 XButtonEvent& xbutton = xEvent->xbutton; local
340 xbutton.type = event->type() == eventNames().mousedownEvent ? ButtonPress : ButtonRelease;
341 xbutton.root = getRootWindow(parentFrame);
342 xbutton.subwindow = 0;
343 xbutton.time = event->timeStamp();
344 xbutton.x = postZoomPos.x();
345 xbutton.y = postZoomPos.y();
346 xbutton.x_root = event->screenX();
347 xbutton.y_root = event->screenY()
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 486 XButtonEvent& xbutton = xEvent->xbutton; local
487 xbutton.type = event->type() == eventNames().mousedownEvent ? ButtonPress : ButtonRelease;
488 xbutton.root = QX11Info::appRootWindow();
489 xbutton.subwindow = 0;
490 xbutton.time = event->timeStamp();
491 xbutton.x = postZoomPos.x();
492 xbutton.y = postZoomPos.y();
493 xbutton.x_root = event->screenX();
494 xbutton.y_root = event->screenY()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 982 XButtonEvent xbutton; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 982 XButtonEvent xbutton; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 982 XButtonEvent xbutton; member in union:_XEvent
    [all...]

Completed in 126 milliseconds