Searched refs:setMockOrientation (Results 1 – 4 of 4) sorted by relevance
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
D | null-values.js | 4 function setMockOrientation(alpha, beta, gamma) { function 27 setMockOrientation(1.1, null, null); 35 setMockOrientation(null, 2.2, null); 43 setMockOrientation(null, null, 3.3); 52 setMockOrientation(null, null, null);
|
D | updates.js | 4 function setMockOrientation(alpha, beta, gamma) { function 24 setMockOrientation(11.1, 22.2, 33.3); 33 setMockOrientation(1.1, 2.2, 3.3);
|
/external/webkit/Source/WebKit/android/jni/ |
D | DeviceMotionAndOrientationManager.cpp | 65 void DeviceMotionAndOrientationManager::setMockOrientation(PassRefPtr<DeviceOrientation> orientatio… in setMockOrientation() function in android::DeviceMotionAndOrientationManager 141 static void setMockOrientation(JNIEnv* env, jobject, jobject webViewCoreObject, bool canProvideAlph… in setMockOrientation() function 144 …getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->setMockOrientation(or… in setMockOrientation() 156 … "nativeSetMockOrientation", "(Landroid/webkit/WebViewCore;ZDZDZD)V", (void*) setMockOrientation },
|
D | DeviceMotionAndOrientationManager.h | 52 void setMockOrientation(PassRefPtr<WebCore::DeviceOrientation>);
|