Searched refs:javaInstance (Results 1 - 9 of 9) sorted by relevance

/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...]
/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaInstanceJobjectV8.cpp64 m_class = adoptPtr(new JavaClassJobject(javaInstance()));
75 jvalue result = callJNIMethod(javaInstance(), method->returnType(), method->name().utf8().data(), method->signature(), jvalueArgs.get());
102 return jvalueToJavaValue(getJNIField(javaInstance(), field->type(), field->name().utf8().data(), signature.toString().utf8().data()), field->type());
H A DJavaInstanceJobjectV8.h60 jobject javaInstance() const { return m_instance->m_instance; } function in class:JSC::Bindings::JavaInstanceJobject
H A DJNIUtilityPrivate.cpp494 result.l = static_cast<JavaInstanceJobject*>(value.m_objectValue.get())->javaInstance();
/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
H A DJavaFieldJSC.cpp70 jobject jinstance = instance->javaInstance();
157 jobject jinstance = instance->javaInstance();
H A DJNIUtilityPrivate.cpp196 result.l = instance->javaInstance();
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.mm528 return runtimeInstance->javaInstance();

Completed in 79 milliseconds