HomeSort by relevance Sort by last modified time
    Searched refs:PP_Var (Results 1 - 25 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/c/
ppb_var_dictionary.h 14 #include "ppapi/c/pp_var.h"
37 * Creates a dictionary var, i.e., a <code>PP_Var</code> with type set to
43 struct PP_Var (*Create)(void);
55 struct PP_Var (*Get)(struct PP_Var dict, struct PP_Var key);
68 PP_Bool (*Set)(struct PP_Var dict, struct PP_Var key, struct PP_Var value);
76 void (*Delete)(struct PP_Var dict, struct PP_Var key)
    [all...]
ppb_var_array.h 14 #include "ppapi/c/pp_var.h"
32 * Creates an array var, i.e., a <code>PP_Var</code> with type set to
38 struct PP_Var (*Create)(void);
50 struct PP_Var (*Get)(struct PP_Var array, uint32_t index);
58 * hasn't been set before is set to undefined, i.e., <code>PP_Var</code> of
65 PP_Bool (*Set)(struct PP_Var array, uint32_t index, struct PP_Var value);
73 uint32_t (*GetLength)(struct PP_Var array);
86 PP_Bool (*SetLength)(struct PP_Var array, uint32_t length)
    [all...]
ppb_var.h 15 #include "ppapi/c/pp_var.h"
40 * @param[in] var A <code>PP_Var</code> that will have a reference added.
42 void (*AddRef)(struct PP_Var var);
49 * @param[in] var A <code>PP_Var</code> that will have a reference removed.
51 void (*Release)(struct PP_Var var);
73 * @return A <code>PP_Var</code> structure containing a reference counted
76 struct PP_Var (*VarFromUtf8)(const char* data, uint32_t len);
90 * @param[in] var A PP_Var struct containing a string-type var.
95 const char* (*VarToUtf8)(struct PP_Var var, uint32_t* len);
101 void (*AddRef)(struct PP_Var var)
    [all...]
ppb_var_array_buffer.h 14 #include "ppapi/c/pp_var.h"
46 * @return A <code>PP_Var</code> representing a <code>VarArrayBuffer</code>
49 struct PP_Var (*Create)(uint32_t size_in_bytes);
55 * <code>PP_Var</code> is not of type <code>PP_VARTYPE_ARRAY_BUFFER</code>).
68 PP_Bool (*ByteLength)(struct PP_Var array, uint32_t* byte_length);
72 * <code>ArrayBuffer PP_Var</code>. ArrayBuffers are copied when transmitted,
97 * if the given <code>PP_Var</code> is not of type
100 void* (*Map)(struct PP_Var array);
104 * Map() to map the buffer again later. The <code>PP_Var</code> remains valid
110 void (*Unmap)(struct PP_Var array)
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_var_deprecated.h 12 #include "ppapi/c/pp_var.h"
36 void (*AddRef)(struct PP_Var var);
43 void (*Release)(struct PP_Var var);
62 struct PP_Var (*VarFromUtf8)(PP_Module module,
78 const char* (*VarToUtf8)(struct PP_Var var, uint32_t* len);
90 bool (*HasProperty)(struct PP_Var object,
91 struct PP_Var name,
92 struct PP_Var* exception);
98 bool (*HasMethod)(struct PP_Var object,
99 struct PP_Var name
    [all...]
ppp_class_deprecated.h 10 #include "ppapi/c/pp_var.h"
20 struct PP_Var;
45 struct PP_Var name,
46 struct PP_Var* exception);
55 struct PP_Var name,
56 struct PP_Var* exception);
65 struct PP_Var (*GetProperty)(void* object,
66 struct PP_Var name,
67 struct PP_Var* exception);
79 * PPB_Core.MemAlloc(sizeof(PP_Var) * property_count) and add a referenc
    [all...]
  /external/chromium_org/ppapi/proxy/
host_var_serialization_rules.h 24 virtual PP_Var SendCallerOwned(const PP_Var& var);
25 virtual PP_Var BeginReceiveCallerOwned(const PP_Var& var);
26 virtual void EndReceiveCallerOwned(const PP_Var& var);
27 virtual PP_Var ReceivePassRef(const PP_Var& var);
28 virtual PP_Var BeginSendPassRef(const PP_Var& var);
29 virtual void EndSendPassRef(const PP_Var& var)
    [all...]
var_serialization_rules.h 9 #include "ppapi/c/pp_var.h"
30 virtual PP_Var SendCallerOwned(const PP_Var& var) = 0;
44 virtual PP_Var BeginReceiveCallerOwned(const PP_Var& var) = 0;
45 virtual void EndReceiveCallerOwned(const PP_Var& var) = 0;
62 virtual PP_Var ReceivePassRef(const PP_Var& var) = 0;
71 virtual PP_Var BeginSendPassRef(const PP_Var& var) = 0
    [all...]
plugin_var_serialization_rules.h 28 virtual PP_Var SendCallerOwned(const PP_Var& var);
29 virtual PP_Var BeginReceiveCallerOwned(const PP_Var& var);
30 virtual void EndReceiveCallerOwned(const PP_Var& var);
31 virtual PP_Var ReceivePassRef(const PP_Var& var);
32 virtual PP_Var BeginSendPassRef(const PP_Var& var);
33 virtual void EndSendPassRef(const PP_Var& var)
    [all...]
host_var_serialization_rules.cc 22 PP_Var HostVarSerializationRules::SendCallerOwned(const PP_Var& var) {
26 PP_Var HostVarSerializationRules::BeginReceiveCallerOwned(const PP_Var& var) {
30 void HostVarSerializationRules::EndReceiveCallerOwned(const PP_Var& var) {
37 PP_Var HostVarSerializationRules::ReceivePassRef(const PP_Var& var) {
44 PP_Var HostVarSerializationRules::BeginSendPassRef(const PP_Var& var) {
48 void HostVarSerializationRules::EndSendPassRef(const PP_Var& /* var */)
    [all...]
  /external/chromium_org/ppapi/shared_impl/
unittest_utils.h 8 #include "ppapi/c/pp_var.h"
14 // two PP_Var graphs being compared is identical, including graphs with cycles.
15 bool TestEqual(const PP_Var& expected, const PP_Var& actual);
ppb_url_util_shared.h 12 #include "ppapi/c/pp_var.h"
25 static PP_Var Canonicalize(PP_Var url,
27 static PP_Var ResolveRelativeToURL(PP_Var base_url,
28 PP_Var relative,
30 static PP_Bool IsSameSecurityOrigin(PP_Var url_a, PP_Var url_b);
34 static PP_Var GenerateURLReturn(const GURL& url,
45 static PP_Var ConvertComponentsAndReturnURL(const PP_Var& url
    [all...]
scoped_pp_var.h 8 #include "ppapi/c/pp_var.h"
20 explicit ScopedPPVar(const PP_Var& v);
23 ScopedPPVar(const PassRef&, const PP_Var& v);
30 ScopedPPVar& operator=(const PP_Var& r);
35 const PP_Var& get() const { return var_; }
37 // Returns the PP_Var, passing the reference to the caller. This class
39 PP_Var Release();
42 PP_Var var_;
dictionary_var.h 13 #include "ppapi/c/pp_var.h"
26 // Helper function that converts a PP_Var to a DictionaryVar. This will
27 // return NULL if the PP_Var is not of type PP_VARTYPE_DICTIONARY or the
29 static DictionaryVar* FromPPVar(const PP_Var& var);
35 // The returned PP_Var has had a ref added on behalf of the caller.
36 PP_Var Get(const PP_Var& key) const;
37 PP_Bool Set(const PP_Var& key, const PP_Var& value);
38 void Delete(const PP_Var& key)
    [all...]
  /external/chromium_org/ppapi/api/
ppb_var_dictionary.idl 23 * Creates a dictionary var, i.e., a <code>PP_Var</code> with type set to
29 PP_Var Create();
42 PP_Var Get([in] PP_Var dict, [in] PP_Var key);
56 PP_Bool Set([in] PP_Var dict, [in] PP_Var key, [in] PP_Var value);
65 void Delete([in] PP_Var dict, [in] PP_Var key)
    [all...]
ppb_var_array.idl 18 * Creates an array var, i.e., a <code>PP_Var</code> with type set to
24 PP_Var Create();
37 PP_Var Get([in] PP_Var array, [in] uint32_t index);
46 * hasn't been set before is set to undefined, i.e., <code>PP_Var</code> of
53 PP_Bool Set([in] PP_Var array, [in] uint32_t index, [in] PP_Var value);
62 uint32_t GetLength([in] PP_Var array);
76 PP_Bool SetLength([in] PP_Var array, [in] uint32_t length);
ppb_var_array_buffer.idl 32 * @return A <code>PP_Var</code> representing a <code>VarArrayBuffer</code>
35 PP_Var Create([in] uint32_t size_in_bytes);
42 * <code>PP_Var</code> is not of type <code>PP_VARTYPE_ARRAY_BUFFER</code>).
55 PP_Bool ByteLength([in] PP_Var array, [out] uint32_t byte_length);
60 * <code>ArrayBuffer PP_Var</code>. ArrayBuffers are copied when transmitted,
85 * if the given <code>PP_Var</code> is not of type
88 mem_t Map([in] PP_Var array);
93 * Map() to map the buffer again later. The <code>PP_Var</code> remains valid
99 void Unmap([in] PP_Var array);
  /external/chromium_org/ppapi/c/extensions/dev/
ppb_ext_socket_dev.h 18 #include "ppapi/c/pp_var.h"
36 * A string <code>PP_Var</code> which has one of the following values:
40 typedef struct PP_Var PP_Ext_Socket_SocketType_Dev;
43 * A dictionary <code>PP_Var</code>.
45 typedef struct PP_Var PP_Ext_Socket_CreateOptions_Dev;
48 * A dictionary <code>PP_Var</code> which contains
49 * - "socketId" : integer <code>PP_Var</code>
52 typedef struct PP_Var PP_Ext_Socket_CreateInfo_Dev;
55 * A dictionary <code>PP_Var</code> which contains
56 * - "resultCode" : integer <code>PP_Var</code
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_websocket_api.h 30 virtual int32_t Connect(const PP_Var& url,
31 const PP_Var protocols[],
38 const PP_Var& reason,
44 virtual int32_t ReceiveMessage(PP_Var* message,
49 virtual int32_t SendMessage(const PP_Var& message) = 0;
62 virtual PP_Var GetCloseReason() = 0;
69 virtual PP_Var GetExtensions() = 0;
72 virtual PP_Var GetProtocol() = 0;
78 virtual PP_Var GetURL() = 0;
ppb_var_dictionary_thunk.cc 7 #include "ppapi/c/pp_var.h"
17 PP_Var Create() {
25 PP_Var Get(PP_Var dict, PP_Var key) {
34 PP_Bool Set(PP_Var dict, PP_Var key, PP_Var value) {
44 void Delete(PP_Var dict, PP_Var key)
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_instance_private.h 15 #include "ppapi/c/pp_var.h"
66 * @return A PP_Var containing window object on success.
68 struct PP_Var (*GetWindowObject)(PP_Instance instance);
74 * @return A PP_Var containing DOM element on success.
76 struct PP_Var (*GetOwnerElementObject)(PP_Instance instance);
88 * @param[in/out] exception PP_Var containing the exception. Initialize
95 struct PP_Var (*ExecuteScript)(PP_Instance instance,
96 struct PP_Var script,
97 struct PP_Var* exception);
  /external/chromium_org/ppapi/api/extensions/dev/
ppb_ext_socket_dev.idl 17 * A string <code>PP_Var</code> which has one of the following values:
21 typedef PP_Var PP_Ext_Socket_SocketType_Dev;
24 * A dictionary <code>PP_Var</code>.
26 typedef PP_Var PP_Ext_Socket_CreateOptions_Dev;
29 * A dictionary <code>PP_Var</code> which contains
30 * - "socketId" : integer <code>PP_Var</code>
33 typedef PP_Var PP_Ext_Socket_CreateInfo_Dev;
36 * A dictionary <code>PP_Var</code> which contains
37 * - "resultCode" : integer <code>PP_Var</code>
38 * - "socketId" : integer or undefined <code>PP_Var</code
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_instance_private.idl 46 * @return A PP_Var containing window object on success.
48 PP_Var GetWindowObject([in] PP_Instance instance);
55 * @return A PP_Var containing DOM element on success.
57 PP_Var GetOwnerElementObject([in] PP_Instance instance);
70 * @param[in/out] exception PP_Var containing the exception. Initialize
77 PP_Var ExecuteScript([in] PP_Instance instance,
78 [in] PP_Var script,
79 [out] PP_Var exception);
  /external/chromium_org/ppapi/api/dev/
ppb_url_util_dev.idl 67 PP_Var Canonicalize([in] PP_Var url, [out] PP_URLComponents_Dev components);
85 PP_Var ResolveRelativeToURL(
86 [in] PP_Var base_url,
87 [in] PP_Var relative_string,
99 PP_Var ResolveRelativeToDocument(
101 [in] PP_Var relative_string,
108 PP_Bool IsSameSecurityOrigin([in] PP_Var url_a, [in] PP_Var url_b);
115 PP_Bool DocumentCanRequest([in] PP_Instance instance, [in] PP_Var url)
    [all...]
  /external/chromium_org/content/renderer/pepper/
npapi_glue.h 12 #include "ppapi/c/pp_var.h"
25 // Converts the given PP_Var to an NPVariant, returning true on success.
29 // The contents of the PP_Var will be copied unless the PP_Var corresponds to
31 bool PPVarToNPVariant(PP_Var var, NPVariant* result);
33 // Returns a PP_Var that corresponds to the given NPVariant. The contents of
38 // The returned PP_Var will have a refcount of 1, this passing ownership of
40 PP_Var NPVariantToPPVar(PepperPluginInstanceImpl* instance,
43 // Returns a NPIdentifier that corresponds to the given PP_Var. The contents
44 // of the PP_Var will be copied. Returns 0 if the given PP_Var is not a
    [all...]

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011>>