Searched defs:motion (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionDispatcher.cpp76 void DeviceMotionDispatcher::didChangeDeviceMotion(const blink::WebDeviceMotionData& motion) argument
78 m_lastDeviceMotionData = DeviceMotionData::create(motion);
H A DDeviceOrientationDispatcher.cpp76 void DeviceOrientationDispatcher::didChangeDeviceOrientation(const blink::WebDeviceOrientationData& motion) argument
78 m_lastDeviceOrientationData = DeviceOrientationData::create(motion);
/external/chromium/chrome/browser/ui/gtk/
H A Dmenu_bar_helper.cc28 bool MotionIsOverMenu(GtkWidget* menu, GdkEventMotion* motion) { argument
29 if (motion->x >= 0 && motion->y >= 0 &&
30 motion->x < menu->allocation.width &&
31 motion->y < menu->allocation.height) {
89 signal_handlers_->Connect(menu, "motion-notify-event",
96 signal_handlers_->Connect(submenus_[i], "motion-notify-event",
102 GdkEventMotion* motion) {
104 if (MotionIsOverMenu(menu, motion))
101 OnMenuMotionNotify(GtkWidget* menu, GdkEventMotion* motion) argument
/external/chromium_org/chrome/browser/ui/gtk/
H A Dmenu_bar_helper.cc28 bool MotionIsOverMenu(GtkWidget* menu, GdkEventMotion* motion) { argument
32 if (motion->x >= 0 && motion->y >= 0 &&
33 motion->x < allocation.width &&
34 motion->y < allocation.height) {
92 signal_handlers_->Connect(menu, "motion-notify-event",
99 signal_handlers_->Connect(submenus_[i], "motion-notify-event",
105 GdkEventMotion* motion) {
107 if (MotionIsOverMenu(menu, motion))
104 OnMenuMotionNotify(GtkWidget* menu, GdkEventMotion* motion) argument
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c766 Bool motion,
785 req->motion = motion;
763 XvQueryBestSize( Display *dpy, XvPortID port, Bool motion, unsigned int vid_w, unsigned int vid_h, unsigned int drw_w, unsigned int drw_h, unsigned int *p_actual_width, unsigned int *p_actual_height ) argument
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h148 // coordinates of the mouse pointer and whether it was a normal motion event
152 bool motion) {}
150 ContentsMouseEvent(WebContents* source, const gfx::Point& location, bool motion) argument
/external/kernel-headers/original/linux/
H A Dqic117.h112 unused, mode, motion, report enumerator in enum:__anon20476
129 /* 1*/ {"soft reset", 0x00, 0x00, motion, 1, required},\
131 /* 3*/ {"pause", 0x36, 0x24, motion, 1, required},\
132 /* 4*/ {"micro step pause", 0x36, 0x24, motion, 1, required},\
138 /*10*/ {"logical forward", 0x37, 0x25, motion, 0, required},\
139 /*11*/ {"physical reverse", 0x17, 0x05, motion, 0, required},\
140 /*12*/ {"physical forward", 0x17, 0x05, motion, 0, required},\
141 /*13*/ {"seek head to track", 0x37, 0x25, motion, 0, required},\
142 /*14*/ {"seek load point", 0x17, 0x05, motion, 1, required},\
144 /*16*/ {"write reference burst", 0x1f, 0x05, motion,
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_events.h60 SDL_JOYAXISMOTION, /**< Joystick axis motion */
61 SDL_JOYBALLMOTION, /**< Joystick trackball motion */
133 /** Mouse motion event structure */
139 Sint16 xrel; /**< The relative motion in the X direction */
140 Sint16 yrel; /**< The relative motion in the Y direction */
152 /** Joystick axis motion event structure */
160 /** Joystick trackball motion event structure */
165 Sint16 xrel; /**< The relative motion in the X direction */
166 Sint16 yrel; /**< The relative motion in the Y direction */
231 SDL_MouseMotionEvent motion; member in union:SDL_Event
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c145 Bool motion,
144 query_best_size(ScrnInfoPtr pScrn, Bool motion, short vid_w, short vid_h, short drw_w, short drw_h, unsigned int *p_w, unsigned int *p_h, pointer data) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c145 Bool motion,
144 query_best_size(ScrnInfoPtr pScrn, Bool motion, short vid_w, short vid_h, short drw_w, short drw_h, unsigned int *p_w, unsigned int *p_h, pointer data) argument
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvproto.h344 CARD8 motion; member in struct:__anon25399
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1369 WebContents* source, const gfx::Point& location, bool motion) {
1374 GetStatusBubble()->MouseMoved(location, !motion);
1375 if (!motion)
1368 ContentsMouseEvent( WebContents* source, const gfx::Point& location, bool motion) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3021 TabContents* source, const gfx::Point& location, bool motion) {
3026 GetStatusBubble()->MouseMoved(location, !motion);
3027 if (!motion)
3020 ContentsMouseEvent( TabContents* source, const gfx::Point& location, bool motion) argument

Completed in 1354 milliseconds