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

  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 301 uint32_t structVersion;
322 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)
325 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_CTOR)
npfunctions.h 229 SInt32 structVersion; /* struct version */
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 323 uint32_t structVersion;
341 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)
npupp.h 601 SInt32 structVersion; /* struct version */
  /external/chromium_org/content/child/npapi/
npobject_proxy.cc 376 if (obj->_class->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM) {
409 if (obj->_class->structVersion >= NP_CLASS_STRUCT_VERSION_CTOR) {
npobject_stub.cc 323 if (npobject_->_class->structVersion < NP_CLASS_STRUCT_VERSION_ENUM ||
369 if (npobject_->_class->structVersion >= NP_CLASS_STRUCT_VERSION_CTOR &&

Completed in 229 milliseconds