Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DDeviceMotionClientImpl.cpp104 jobject javaInstance = getJavaInstance(); in startUpdating() local
112 jobject javaInstance = getJavaInstance(); in stopUpdating() local
126 jobject javaInstance = getJavaInstance(); in suspend() local
134 jobject javaInstance = getJavaInstance(); in resume() local
DDeviceOrientationClientImpl.cpp104 jobject javaInstance = getJavaInstance(); in startUpdating() local
112 jobject javaInstance = getJavaInstance(); in stopUpdating() local
126 jobject javaInstance = getJavaInstance(); in suspend() local
134 jobject javaInstance = getJavaInstance(); in resume() local
/external/webkit/Source/WebCore/bridge/jni/v8/
DJavaInstanceJobjectV8.h60 jobject javaInstance() const { return m_instance->m_instance; } in javaInstance() function
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaInstanceJSC.h59 jobject javaInstance() const { return m_instance->m_instance; } in javaInstance() function