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

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 145 XButtonEvent* xbutton = &xevent.xbutton; variable
153 xbutton->x = mouse_loc.x();
154 xbutton->y = mouse_loc.y();
155 xbutton->same_screen = True;
158 xbutton->button = Button1;
159 xbutton->state = Button1Mask;
162 xbutton->button = Button2;
163 xbutton->state = Button2Mask;
166 xbutton->button = Button3
    [all...]
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 176 XButtonEvent* xbutton = &xevent.xbutton; variable
183 xbutton->x = mouse_loc.x();
184 xbutton->y = mouse_loc.y();
185 xbutton->same_screen = True;
188 xbutton->button = Button1;
189 xbutton->state = Button1Mask;
192 xbutton->button = Button2;
193 xbutton->state = Button2Mask;
196 xbutton->button = Button3
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 76 def xbutton(self, name, title, next, xpos): member in class:PyDialog
638 cost.xbutton("OK", "Ok", None, 0.5).event("EndDialog", "Return")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 76 def xbutton(self, name, title, next, xpos): member in class:PyDialog
638 cost.xbutton("OK", "Ok", None, 0.5).event("EndDialog", "Return")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 135 SDL_NAME(XDGAButtonEvent) xbutton; member in union:__anon13204
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 988 XButtonEvent xbutton; member in union:_XEvent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 988 XButtonEvent xbutton; member in union:_XEvent
    [all...]

Completed in 158 milliseconds