Home
last modified time | relevance | path

Searched refs:javaInstance (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DDeviceMotionClientImpl.cpp104 jobject javaInstance = getJavaInstance(); in startUpdating() local
105 if (!javaInstance) in startUpdating()
107 getJNIEnv()->CallVoidMethod(javaInstance, javaServiceClassMethodIDs[ServiceMethodStart]); in startUpdating()
112 jobject javaInstance = getJavaInstance(); in stopUpdating() local
113 if (!javaInstance) in stopUpdating()
115 getJNIEnv()->CallVoidMethod(javaInstance, javaServiceClassMethodIDs[ServiceMethodStop]); in stopUpdating()
126 jobject javaInstance = getJavaInstance(); in suspend() local
127 if (!javaInstance) in suspend()
129 getJNIEnv()->CallVoidMethod(javaInstance, javaServiceClassMethodIDs[ServiceMethodSuspend]); in suspend()
134 jobject javaInstance = getJavaInstance(); in resume() local
[all …]
DDeviceOrientationClientImpl.cpp104 jobject javaInstance = getJavaInstance(); in startUpdating() local
105 if (!javaInstance) in startUpdating()
107 …getJNIEnv()->CallVoidMethod(javaInstance, javaDeviceOrientationServiceClassMethodIDs[DeviceOrienta… in startUpdating()
112 jobject javaInstance = getJavaInstance(); in stopUpdating() local
113 if (!javaInstance) in stopUpdating()
115 …getJNIEnv()->CallVoidMethod(javaInstance, javaDeviceOrientationServiceClassMethodIDs[DeviceOrienta… in stopUpdating()
126 jobject javaInstance = getJavaInstance(); in suspend() local
127 if (!javaInstance) in suspend()
129 …getJNIEnv()->CallVoidMethod(javaInstance, javaDeviceOrientationServiceClassMethodIDs[DeviceOrienta… in suspend()
134 jobject javaInstance = getJavaInstance(); in resume() local
[all …]
/external/webkit/Source/WebCore/bridge/jni/v8/
DJavaInstanceJobjectV8.cpp64 m_class = adoptPtr(new JavaClassJobject(javaInstance())); in getClass()
75 …jvalue result = callJNIMethod(javaInstance(), method->returnType(), method->name().utf8().data(), … in invokeMethod()
102 …return jvalueToJavaValue(getJNIField(javaInstance(), field->type(), field->name().utf8().data(), s… in getField()
DJavaInstanceJobjectV8.h60 jobject javaInstance() const { return m_instance->m_instance; } in javaInstance() function
DJNIUtilityPrivate.cpp494 result.l = static_cast<JavaInstanceJobject*>(value.m_objectValue.get())->javaInstance(); in javaValueToJvalue()
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaFieldJSC.cpp70 jobject jinstance = instance->javaInstance(); in dispatchValueFromInstance()
157 jobject jinstance = instance->javaInstance(); in dispatchSetValueToInstance()
DJavaInstanceJSC.h59 jobject javaInstance() const { return m_instance->m_instance; } in javaInstance() function
DJNIUtilityPrivate.cpp196 result.l = instance->javaInstance(); in convertValueToJValue()
/external/webkit/Source/WebCore/bridge/jni/
Djni_jsobject.mm528 return runtimeInstance->javaInstance();
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1425470 (Bindings::JavaInstance::javaInstance):
25728 (Bindings::JavaInstance::javaInstance):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2454232 (JSC::Bindings::JavaInstance::javaInstance):
DChangeLog29339 (JSC::Bindings::JavaInstanceJobject::javaInstance):