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

/external/chromium_org/third_party/npapi/bindings/
H A Dnpruntime.h82 always wrapped in an NPObject. The 'interface' of an NPObject is
85 typedef struct NPObject NPObject; typedef in typeref:struct:NPObject
111 NPObject *objectValue;
245 NPObject behavior is implemented using the following set of
251 typedef NPObject *(*NPAllocateFunctionPtr)(NPP npp, NPClass *aClass);
252 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
253 typedef void (*NPInvalidateFunctionPtr)(NPObject *npobj);
254 typedef bool (*NPHasMethodFunctionPtr)(NPObject *npob
327 struct NPObject { struct
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpruntime.h45 * pointers instead of NPObject pointers.
110 always wrapped in an NPObject. The 'interface' of an NPObject is
113 typedef struct NPObject NPObject; typedef in typeref:struct:NPObject
139 NPObject *objectValue;
271 NPObject behavior is implemented using the following set of
277 typedef NPObject *(*NPAllocateFunctionPtr)(NPP npp, NPClass *aClass);
278 typedef void (*NPDeallocateFunctionPtr)(NPObject *npobj);
279 typedef void (*NPInvalidateFunctionPtr)(NPObject *npob
343 struct NPObject { struct
[all...]

Completed in 3600 milliseconds