Searched defs:javaInstance (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaInstanceJobjectV8.h65 jobject javaInstance() const { return m_instance->m_instance; } function in class:JSC::Bindings::JavaInstanceJobject
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaInstanceJSC.h59 jobject javaInstance() const { return m_instance->m_instance; } function in class:JSC::Bindings::JavaInstance
/external/webkit/Source/WebKit/android/jni/
H A DDeviceMotionClientImpl.cpp104 jobject javaInstance = getJavaInstance(); local
105 if (!javaInstance)
107 getJNIEnv()->CallVoidMethod(javaInstance, javaServiceClassMethodIDs[ServiceMethodStart]);
112 jobject javaInstance = getJavaInstance(); local
113 if (!javaInstance)
115 getJNIEnv()->CallVoidMethod(javaInstance, javaServiceClassMethodIDs[ServiceMethodStop]);
126 jobject javaInstance = getJavaInstance(); local
127 if (!javaInstance)
129 getJNIEnv()->CallVoidMethod(javaInstance, javaServiceClassMethodIDs[ServiceMethodSuspend]);
134 jobject javaInstance local
[all...]
H A DDeviceOrientationClientImpl.cpp104 jobject javaInstance = getJavaInstance(); local
105 if (!javaInstance)
107 getJNIEnv()->CallVoidMethod(javaInstance, javaDeviceOrientationServiceClassMethodIDs[DeviceOrientationServiceMethodStart]);
112 jobject javaInstance = getJavaInstance(); local
113 if (!javaInstance)
115 getJNIEnv()->CallVoidMethod(javaInstance, javaDeviceOrientationServiceClassMethodIDs[DeviceOrientationServiceMethodStop]);
126 jobject javaInstance = getJavaInstance(); local
127 if (!javaInstance)
129 getJNIEnv()->CallVoidMethod(javaInstance, javaDeviceOrientationServiceClassMethodIDs[DeviceOrientationServiceMethodSuspend]);
134 jobject javaInstance local
[all...]

Completed in 739 milliseconds