Home
last modified time | relevance | path

Searched defs:nativeObject (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
DGeolocationServiceBridge.cpp113 void GeolocationServiceBridge::newLocationAvailable(JNIEnv* env, jclass, jlong nativeObject, jobjec… in newLocationAvailable()
121 void GeolocationServiceBridge::newErrorAvailable(JNIEnv* env, jclass, jlong nativeObject, jstring m… in newErrorAvailable()
194 jlong nativeObject = reinterpret_cast<jlong>(this); in startJavaImplementation() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8InjectedScriptManager.cpp50 InjectedScriptHost* nativeObject = static_cast<InjectedScriptHost*>(parameter); in WeakReferenceCallback() local