Home | History | Annotate | Download | only in plugin

Lines Matching refs:NPClass

44  * Changed NPHasPropertyFunctionPtr and NPHasMethodFunctionPtr to take NPClass
111 described by an NPClass.
114 typedef struct NPClass NPClass;
277 typedef NPObject *(*NPAllocateFunctionPtr)(NPP npp, NPClass *aClass);
321 struct NPClass
340 #define NP_CLASS_STRUCT_VERSION_HAS_ENUM(npclass) \
341 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)
344 NPClass *_class;
357 NPObject *NPN_CreateObject(NPP npp, NPClass *aClass);