Home
last modified time | relevance | path

Searched refs:npclass (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/npapi/bindings/
Dnpruntime.h321 #define NP_CLASS_STRUCT_VERSION_HAS_ENUM(npclass) \ argument
322 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)
324 #define NP_CLASS_STRUCT_VERSION_HAS_CTOR(npclass) \ argument
325 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_CTOR)
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpruntime.h340 #define NP_CLASS_STRUCT_VERSION_HAS_ENUM(npclass) \ argument
341 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)
/external/chromium_org/content/test/plugin/
Dplugin_npobject_identity_test.cc16 static NPObject* Allocate(NPP npp, NPClass* npclass) { in Allocate() argument
Dplugin_delete_plugin_in_deallocate_test.cc19 static NPObject* Allocate(NPP npp, NPClass* npclass) { in Allocate() argument
/external/chromium_org/content/child/npapi/
Dnpobject_proxy.h94 static const NPClass* npclass() { return &npclass_proxy_; } in npclass() function
Dnpobject_util.cc183 if (variant.value.objectValue->_class == NPObjectProxy::npclass()) { in CreateNPVariantParam()