OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NPVariant
(Results
1 - 6
of
6
) 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/content/renderer/pepper/
npobject_var.h
16
typedef struct _NPVariant
NPVariant
;
plugin_object.h
15
typedef struct _NPVariant
NPVariant
;
npapi_glue.h
15
typedef struct _NPVariant
NPVariant
;
25
// Converts the given PP_Var to an
NPVariant
, returning true on success.
27
//
NPVariant
will be set to a void one.
31
bool PPVarToNPVariant(PP_Var var,
NPVariant
* result);
33
// Returns a PP_Var that corresponds to the given
NPVariant
. The contents of
34
// the
NPVariant
will be copied unless the
NPVariant
corresponds to an
41
const
NPVariant
* variant);
80
//
NPVariant
as a result.
89
// will additionally convert the result to an
NPVariant
and write it to th
[
all
...]
/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 837 milliseconds