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

  /external/chromium/chrome/browser/chromeos/
system_key_event_listener.cc 94 XEvent* xevent = static_cast<XEvent*>(gxevent); local
96 if (xevent->type == KeyPress) {
97 int32 keycode = xevent->xkey.keycode;
100 if (!(xevent->xkey.state & (Mod1Mask | ShiftMask | ControlMask))) {
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 74 // Returns atom that indidates that the XEvent is marker event.
111 XEvent xevent = {0}; variable
112 xevent.xkey.type = KeyPress;
114 SetKeycodeAndSendThenMask(&xevent, XK_Control_L, ControlMask);
116 SetKeycodeAndSendThenMask(&xevent, XK_Shift_L, ShiftMask);
118 SetKeycodeAndSendThenMask(&xevent, XK_Alt_L, Mod1Mask);
119 xevent.xkey.keycode =
122 root_window_->PostNativeEvent(&xevent);
125 xevent.xkey.type = KeyRelease
146 XEvent xevent = {0}; variable
168 XEvent xevent = {0}; variable
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_syswm.h 76 XEvent xevent; member in union:SDL_SysWMmsg::__anon26722
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_syswm.h 76 XEvent xevent; member in union:SDL_SysWMmsg::__anon62439
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_syswm.h 76 XEvent xevent; member in union:SDL_SysWMmsg::__anon62464
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_syswm.h 76 XEvent xevent; member in union:SDL_SysWMmsg::__anon62489
  /external/chromium_org/content/browser/renderer_host/
backing_store_gtk.cc 209 XEvent* xevent = reinterpret_cast<XEvent*>(gdkxevent); local
210 if (xevent->type == xsync_event_base_ + XSyncAlarmNotify) {
212 reinterpret_cast<XSyncAlarmNotifyEvent*>(xevent);
  /external/chromium_org/ash/touch/
touch_uma.cc 235 XEvent* xevent = event.native_event(); local
236 CHECK_EQ(GenericEvent, xevent->type);
237 XIEvent* xievent = static_cast<XIEvent*>(xevent->xcookie.data);
242 static_cast<XIDeviceEvent*>(xevent->xcookie.data);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 308 static int X11_KeyRepeat(Display *display, XEvent *event)
310 XEvent peekevent;
333 static __inline__ int X11_WarpedMotion(_THIS, XEvent *xevent)
341 deltax = xevent->xmotion.x - mouse_last.x;
342 deltay = xevent->xmotion.y - mouse_last.y;
346 mouse_last.x = xevent->xmotion.x;
347 mouse_last.y = xevent->xmotion.y;
350 if ( (xevent->xmotion.x < MOUSE_FUDGE_FACTOR) ||
351 (xevent->xmotion.x > (w-MOUSE_FUDGE_FACTOR)) |
397 XEvent xevent; local
    [all...]
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 455 XEvent* xev = event;
553 XEvent reply_event = *xev;
583 XEvent last_event;
585 XEvent next_event;
871 XEvent xevent = *native_event; local
872 xevent.xany.display = xdisplay_;
873 xevent.xany.window = xwindow_;
875 switch (xevent.type) {
884 // above. Using xmotion from XEvent's unions to avoid repeatin
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 746 XEvent xevent = *native_event; local
747 xevent.xany.display = xdisplay_;
748 xevent.xany.window = xwindow_;
750 switch (xevent.type) {
759 // above. Using xmotion from XEvent's unions to avoid repeating
761 xevent.xmotion.root = x_root_window_;
762 xevent.xmotion.time = CurrentTime;
764 gfx::Point point(xevent.xmotion.x, xevent.xmotion.y)
    [all...]
  /external/libmtp/src/
ptp.c 1508 PTPContainer *xevent = NULL; local
    [all...]

Completed in 1215 milliseconds