Searched refs:JavaInstanceJobject (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaInstanceJobjectV8.cpp45 JavaInstanceJobject::JavaInstanceJobject(jobject instance, bool requireAnnotation) function in class:JavaInstanceJobject
47 JavaInstanceJobject::JavaInstanceJobject(jobject instance)
58 void JavaInstanceJobject::begin()
63 void JavaInstanceJobject::end()
68 JavaClass* JavaInstanceJobject::getClass() const
80 JavaValue JavaInstanceJobject::invokeMethod(const JavaMethod* method, JavaValue* args, bool& didRaiseUncaughtException)
117 JavaValue JavaInstanceJobject::getField(const JavaField* field)
H A DJavaInstanceJobjectV8.h49 class JavaInstanceJobject : public JavaInstance { class in namespace:JSC::Bindings
52 JavaInstanceJobject(jobject instance, bool requireAnnotation);
54 JavaInstanceJobject(jobject instance);
H A DJNIUtilityPrivate.cpp209 result.m_objectValue = adoptRef(new JavaInstanceJobject(javaArray, false));
437 result.m_objectValue = new JavaInstanceJobject(value.l, requireAnnotation);
439 result.m_objectValue = new JavaInstanceJobject(value.l);
497 // This method is used only by JavaInstanceJobject, so we know the
499 result.l = static_cast<JavaInstanceJobject*>(value.m_objectValue.get())->javaInstance();
/external/webkit/Source/WebCore/bridge/jni/
H A DJobjectWrapper.h43 friend class JavaInstanceJobject;
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1506 class WeakJavaInstance : public JavaInstanceJobject {
1515 : JavaInstanceJobject(instance, requireAnnotation)
1565 typedef JavaInstanceJobject INHERITED;

Completed in 137 milliseconds