Home
last modified time | relevance | path

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

/external/chromium_org/third_party/npapi/npspy/extern/java/
Djriext.h219 typedef struct JRIReflectionInterface JRIReflectionInterface; typedef
288 struct JRIReflectionInterface { struct
289 MCOM_QueryInterface_t QueryInterface;
290 MCOM_AddRef_t AddRef;
291 MCOM_Release_t Release;
292 void* reserved3;
293 JRI_GetClassCount_t GetClassCount;
294 JRI_GetClass_t GetClass;
295 JRI_GetClassName_t GetClassName;
296 JRI_VerifyClass_t VerifyClass;
[all …]