Searched defs:webViewCoreObject (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebKit/android/jni/ |
D | DeviceMotionAndOrientationManager.cpp | 119 static WebViewCore* getWebViewCore(JNIEnv* env, jobject webViewCoreObject) in getWebViewCore() 127 static void setUseMock(JNIEnv* env, jobject, jobject webViewCoreObject) in setUseMock() argument 132 static void onMotionChange(JNIEnv* env, jobject, jobject webViewCoreObject, bool canProvideX, doubl… in onMotionChange() argument 141 static void setMockOrientation(JNIEnv* env, jobject, jobject webViewCoreObject, bool canProvideAlph… in setMockOrientation() argument 147 static void onOrientationChange(JNIEnv* env, jobject, jobject webViewCoreObject, bool canProvideAlp… in onOrientationChange() argument
|