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

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 169 XButtonEvent* xbutton = &xevent.xbutton; variable
175 xbutton->x = mouse_loc.x();
176 xbutton->y = mouse_loc.y();
177 xbutton->same_screen = True;
180 xbutton->button = Button1;
181 xbutton->state = Button1Mask;
184 xbutton->button = Button2;
185 xbutton->state = Button2Mask;
188 xbutton->button = Button3
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgaevents.c 67 xevent.xbutton.button, 0, 0);
74 xevent.xbutton.button, 0, 0);
  /external/chromium_org/ui/base/x/
events_x.cc 300 if (static_cast<int>(native_event->xbutton.button) >= kMinWheelButton &&
301 static_cast<int>(native_event->xbutton.button) <= kMaxWheelButton)
306 if (static_cast<int>(native_event->xbutton.button) >= kMinWheelButton &&
307 static_cast<int>(native_event->xbutton.button) <= kMaxWheelButton)
380 int flags = GetEventFlagsFromXState(native_event->xbutton.state);
383 flags |= GetEventFlagsForButton(native_event->xbutton.button);
436 return base::TimeDelta::FromMilliseconds(native_event->xbutton.time);
473 return gfx::Point(native_event->xbutton.x, native_event->xbutton.y);
528 return gfx::Point(native_event->xbutton.x_root
    [all...]
events_x_unittest.cc 35 XButtonEvent* button_event = &(event->xbutton);
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 214 if (evt.xbutton.button == Button1)
215 this->handleClick(evt.xbutton.x, evt.xbutton.y,
219 if (evt.xbutton.button == Button1)
220 this->handleClick(evt.xbutton.x, evt.xbutton.y,
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 214 if (evt.xbutton.button == Button1)
215 this->handleClick(evt.xbutton.x, evt.xbutton.y,
219 if (evt.xbutton.button == Button1)
220 this->handleClick(evt.xbutton.x, evt.xbutton.y,
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 47 if (xev->xbutton.button == Button1) {
desktop_root_window_host_x11.cc     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 135 SDL_NAME(XDGAButtonEvent) xbutton; member in union:__anon26860
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 668 pluginLog(instance, "mouseDown at (%d, %d)", event->xbutton.x, event->xbutton.y);
674 pluginLog(instance, "mouseUp at (%d, %d)", event->xbutton.x, event->xbutton.y);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc 620 XButtonEvent& button_event = np_event->xbutton;
730 (np_event.xbutton.button == Button3)) {
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 194 pipeline->Seek(time*e.xbutton.x/width, media::PipelineStatusCB());
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 491 if (static_cast<int>(xev->xbutton.button) == kBackMouseButton ||
492 static_cast<int>(xev->xbutton.button) == kForwardMouseButton) {
497 static_cast<int>(xev->xbutton.button) == kBackMouseButton ?
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 547 xevent.xbutton.button, 0, 0);
554 xevent.xbutton.button, 0, 0);
    [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/libpng/contrib/gregbook/
rpng-x.c 413 while (!(e.type == ButtonPress && e.xbutton.button == Button1) &&
rpng2-x.c 130 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
    [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 486 milliseconds