HomeSort by relevance Sort by last modified time
    Searched refs:JNIType (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.h 42 jvalue convertNPVariantToJValue(NPVariant, JNIType, const char* javaClassName);
43 void convertJValueToNPVariant(jvalue, JNIType, const char* javaClassName, NPVariant*);
JNIBridgeV8.h 43 JNIType getJNIType() const { return m_JNIType; }
48 JNIType m_JNIType;
JNIUtilityPrivate.cpp 37 jvalue convertNPVariantToJValue(NPVariant value, JNIType jniType, const char* javaClassName)
42 switch (jniType) {
364 void convertJValueToNPVariant(jvalue value, JNIType jniType, const char* javaTypeName, NPVariant* result)
366 switch (jniType) {
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.h 42 jvalue convertValueToJValue(ExecState*, JSValue, JNIType, const char* javaClassName);
43 bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue& result, const char* callingURL, JSValue& exceptionDescription);
JNIBridgeJSC.h 50 JNIType getJNIType() const { return m_JNIType; }
54 jvalue dispatchValueFromInstance(ExecState*, const JavaInstance*, const char* name, const char* sig, JNIType returnType) const;
58 JNIType m_JNIType;
JNIBridgeJSC.cpp 79 jvalue JavaField::dispatchValueFromInstance(ExecState* exec, const JavaInstance* instance, const char* name, const char* sig, JNIType returnType) const
282 JNIType arrayType = JNITypeFromPrimitiveType(m_type[1]);
357 JNIType arrayType = JNITypeFromPrimitiveType(m_type[1]);
JNIUtilityPrivate.cpp 171 jvalue convertValueToJValue(ExecState* exec, JSValue value, JNIType jniType, const char* javaClassName)
177 switch (jniType) {
  /external/webkit/WebCore/bridge/jni/
JNIBridge.h 82 JNIType getJNIType() const { return m_JNIType; }
86 JNIType m_JNIType;
100 JNIType JNIReturnType() const;
112 JNIType m_JNIReturnType;
jni_objc.mm 39 - (jvalue)webPlugInCallJava:(jobject)object method:(jmethodID)method returnType:(JNIType)returnType arguments:(jvalue*)args;
42 returnType:(JNIType)returnType
49 bool JSC::Bindings::dispatchJNICall(ExecState* exec, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue& exceptionDescription)
JNIUtility.cpp 165 JNIType JNITypeFromClassName(const char* name)
167 JNIType type;
195 const char* signatureFromPrimitiveType(JNIType type)
238 JNIType JNITypeFromPrimitiveType(char type)
280 jvalue getJNIField(jobject obj, JNIType type, const char* name, const char* signature)
JNIUtility.h 51 } JNIType;
67 JNIType JNITypeFromClassName(const char* name);
68 JNIType JNITypeFromPrimitiveType(char type);
69 const char* signatureFromPrimitiveType(JNIType);
71 jvalue getJNIField(jobject, JNIType, const char* name, const char* signature);
JNIBridge.cpp 147 JNIType type = aParameter->getJNIType();
178 JNIType JavaMethod::JNIReturnType() const
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 459 bool dispatchJNICall(ExecState*, const void* targetAppletView, jobject obj, bool isStatic, JNIType returnType,

Completed in 900 milliseconds