Searched defs:DeviceMotionAndOrientationManager (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DDeviceMotionAndOrientationManager.h45 class DeviceMotionAndOrientationManager { class in namespace:android
47 DeviceMotionAndOrientationManager(WebViewCore*);
H A DDeviceMotionAndOrientationManager.cpp27 #include "DeviceMotionAndOrientationManager.h"
43 DeviceMotionAndOrientationManager::DeviceMotionAndOrientationManager(WebViewCore* webViewCore) function in class:android::DeviceMotionAndOrientationManager
49 void DeviceMotionAndOrientationManager::setUseMock()
54 void DeviceMotionAndOrientationManager::setMockMotion(PassRefPtr<DeviceMotionData> motion)
59 void DeviceMotionAndOrientationManager::onMotionChange(PassRefPtr<DeviceMotionData> motion)
65 void DeviceMotionAndOrientationManager::setMockOrientation(PassRefPtr<DeviceOrientation> orientation)
71 void DeviceMotionAndOrientationManager::onOrientationChange(PassRefPtr<DeviceOrientation> orientation)
77 void DeviceMotionAndOrientationManager::maybeSuspendClients()
87 void DeviceMotionAndOrientationManager
[all...]

Completed in 183 milliseconds