OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nativeObject
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/bindings/v8/custom/
V8InjectedScriptHostCustom.cpp
55
InjectedScriptHost*
nativeObject
= static_cast<InjectedScriptHost*>(parameter);
56
nativeObject
->deref();
/external/webkit/WebCore/platform/android/
GeolocationServiceBridge.cpp
109
void GeolocationServiceBridge::newLocationAvailable(JNIEnv* env, jclass, jlong
nativeObject
, jobject location)
111
ASSERT(
nativeObject
);
113
GeolocationServiceBridge* object = reinterpret_cast<GeolocationServiceBridge*>(
nativeObject
);
117
void GeolocationServiceBridge::newErrorAvailable(JNIEnv* env, jclass, jlong
nativeObject
, jstring message)
119
GeolocationServiceBridge* object = reinterpret_cast<GeolocationServiceBridge*>(
nativeObject
);
187
jlong
nativeObject
= reinterpret_cast<jlong>(this);
190
nativeObject
);
Completed in 1969 milliseconds