OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NPClass
(Results
1 - 2
of
2
) sorted by null
/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/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 441 milliseconds