Home | History | Annotate | Download | only in aura

Lines Matching refs:xmotion

588             next_event.xmotion.window == xev->xmotion.window &&
589 next_event.xmotion.subwindow == xev->xmotion.subwindow &&
590 next_event.xmotion.state == xev->xmotion.state) {
884 // above. Using xmotion from XEvent's unions to avoid repeating
886 xevent.xmotion.root = x_root_window_;
887 xevent.xmotion.time = CurrentTime;
889 gfx::Point point(xevent.xmotion.x, xevent.xmotion.y);
891 xevent.xmotion.x_root = point.x();
892 xevent.xmotion.y_root = point.y();