Home
last modified time | relevance | path

Searched defs:motion (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DPlatformMouseEventGtk.cpp78 PlatformMouseEvent::PlatformMouseEvent(GdkEventMotion* motion) in PlatformMouseEvent()
/external/webkit/Source/WebKit/android/jni/
DDeviceMotionAndOrientationManager.cpp54 void DeviceMotionAndOrientationManager::setMockMotion(PassRefPtr<DeviceMotionData> motion) in setMockMotion()
59 void DeviceMotionAndOrientationManager::onMotionChange(PassRefPtr<DeviceMotionData> motion) in onMotionChange()
137 …RefPtr<DeviceMotionData> motion = DeviceMotionData::create(0, accelerationIncludingGravity.release… in onMotionChange() local
DDeviceMotionClientImpl.cpp118 void DeviceMotionClientImpl::onMotionChange(PassRefPtr<DeviceMotionData> motion) in onMotionChange()
/external/chromium/chrome/browser/ui/gtk/
Dmenu_bar_helper.cc28 bool MotionIsOverMenu(GtkWidget* menu, GdkEventMotion* motion) { in MotionIsOverMenu()
102 GdkEventMotion* motion) { in OnMenuMotionNotify()
/external/kernel-headers/original/linux/
Dqic117.h112 unused, mode, motion, report enumerator
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_events.h231 SDL_MouseMotionEvent motion; member
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
DXvproto.h344 CARD8 motion; member
/external/chromium/chrome/browser/ui/
Dbrowser.cc3021 TabContents* source, const gfx::Point& location, bool motion) { in ContentsMouseEvent()