Searched defs:xmotion (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurax11.cc125 XMotionEvent* xmotion = &xevent.xmotion; variable
126 xmotion->type = MotionNotify;
127 xmotion->x = root_location.x();
128 xmotion->y = root_location.y();
129 xmotion->state = button_down_mask;
130 xmotion->same_screen = True;
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc156 XMotionEvent* xmotion = &xevent.xmotion; variable
157 xmotion->type = MotionNotify;
158 xmotion->x = root_location.x();
159 xmotion->y = root_location.y();
160 xmotion->state = button_down_mask;
161 xmotion->same_screen = True;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h137 SDL_NAME(XDGAMotionEvent) xmotion; member in union:__anon29513

Completed in 65 milliseconds