Searched refs:nativeObject (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DGeolocationServiceBridge.h61 static void newLocationAvailable(JNIEnv *env, jclass, jlong nativeObject, jobject location);
62 static void newErrorAvailable(JNIEnv *env, jclass, jlong nativeObject, jstring message);
H A DGeolocationServiceBridge.cpp114 void GeolocationServiceBridge::newLocationAvailable(JNIEnv* env, jclass, jlong nativeObject, jobject location) argument
116 ASSERT(nativeObject);
118 GeolocationServiceBridge* object = reinterpret_cast<GeolocationServiceBridge*>(nativeObject);
122 void GeolocationServiceBridge::newErrorAvailable(JNIEnv* env, jclass, jlong nativeObject, jstring message) argument
124 GeolocationServiceBridge* object = reinterpret_cast<GeolocationServiceBridge*>(nativeObject);
191 jlong nativeObject = reinterpret_cast<jlong>(this);
195 nativeObject);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8InjectedScriptManager.cpp50 InjectedScriptHost* nativeObject = static_cast<InjectedScriptHost*>(parameter); local
51 nativeObject->deref();

Completed in 120 milliseconds