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

  /external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.cc 16 static NPObject* Allocate(NPP npp, NPClass* npclass) {
25 NPClass* GetNPThingyClass() {
26 static NPClass plugin_class = {
plugin_delete_plugin_in_deallocate_test.cc 19 static NPObject* Allocate(NPP npp, NPClass* npclass) {
46 NPClass* GetDeletePluginInDeallocateTestClass() {
47 static NPClass plugin_class = {
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 83 described by an NPClass.
86 typedef struct NPClass NPClass;
251 typedef NPObject *(*NPAllocateFunctionPtr)(NPP npp, NPClass *aClass);
299 struct NPClass
321 #define NP_CLASS_STRUCT_VERSION_HAS_ENUM(npclass) \
322 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)
324 #define NP_CLASS_STRUCT_VERSION_HAS_CTOR(npclass) \
325 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_CTOR)
328 NPClass *_class
    [all...]
  /external/chromium_org/content/child/npapi/
npobject_proxy.h 94 static const NPClass* npclass() { return &npclass_proxy_; } function in class:content::NPObjectProxy
111 static NPObject* NPAllocate(NPP, NPClass*);
116 static NPClass npclass_proxy_;
npobject_util.cc 25 // NPObject. Plugins always ignore the functions in NPClass (except allocate
29 // uses the function pointers in its NPClass structure.
183 if (variant.value.objectValue->_class == NPObjectProxy::npclass()) {
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 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)
    [all...]

Completed in 243 milliseconds