Searched defs:JRIEnv (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri.h52 * JRIEnv
55 /* The type of the JRIEnv interface. */
58 /* The type of a JRIEnv instance. */
59 typedef const JRIEnvInterface* JRIEnv; typedef
62 * JRIEnv Operations
397 * JRIEnv Interface
411 struct java_lang_Class* (*FindClass)(JRIEnv* env, jint op, const char* a);
412 void (*Throw)(JRIEnv* env, jint op, struct java_lang_Throwable* a);
413 void (*ThrowNew)(JRIEnv* env, jint op, struct java_lang_Class* a, const char* b);
414 struct java_lang_Throwable* (*ExceptionOccurred)(JRIEnv* en
[all...]

Completed in 64 milliseconds