HomeSort by relevance Sort by last modified time
    Searched defs:NPVariant (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/child/npapi/
npobject_util.h 22 typedef _NPVariant NPVariant;
43 // Creates an object similar to NPVariant that can be marshalled.
46 // If release is true, the NPVariant object is released (except if
48 void CreateNPVariantParam(const NPVariant& variant,
55 // Creates an NPVariant from the marshalled object.
59 NPVariant* result,
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 113 } NPVariant;
118 their value, as is the case with all non-const NPVariant*
125 void NPN_ReleaseVariantValue(NPVariant *variant);
196 JavaScript to C (NPVariant with type:)
204 C (NPVariant with type:) to JavaScript
248 The NPVariant *result argument of these functions (where
256 const NPVariant *args, uint32_t argCount,
257 NPVariant *result);
259 const NPVariant *args,
261 NPVariant *result)
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 59 * Added NPVariant and modified functions to use this new type.
141 } NPVariant;
146 their value, as is the case with all non-const NPVariant*
153 void NPN_ReleaseVariantValue(NPVariant *variant);
224 JavaScript to C (NPVariant with type:)
232 C (NPVariant with type:) to JavaScript
274 The NPVariant *result argument of these functions (where
282 const NPVariant *args, uint32_t argCount,
283 NPVariant *result);
285 const NPVariant *args
    [all...]

Completed in 305 milliseconds