Home
last modified time | relevance | path

Searched refs:PP_VarType (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/ppapi/proxy/
Draw_var_data.h91 static RawVarData* Create(PP_VarType type);
96 virtual PP_VarType Type() = 0;
114 virtual bool Read(PP_VarType type,
135 virtual PP_VarType Type() OVERRIDE;
142 virtual bool Read(PP_VarType type,
157 virtual PP_VarType Type() OVERRIDE;
164 virtual bool Read(PP_VarType type,
187 virtual PP_VarType Type() OVERRIDE;
194 virtual bool Read(PP_VarType type,
219 virtual PP_VarType Type() OVERRIDE;
[all …]
Draw_var_data.cc197 PP_VarType var_type = static_cast<PP_VarType>(type); in Read()
227 RawVarData* RawVarData::Create(PP_VarType type) { in Create()
268 PP_VarType BasicRawVarData::Type() { in Type()
313 bool BasicRawVarData::Read(PP_VarType type, in Read()
358 PP_VarType StringRawVarData::Type() { in Type()
385 bool StringRawVarData::Read(PP_VarType type, in Read()
400 PP_VarType ArrayBufferRawVarData::Type() { in Type()
502 bool ArrayBufferRawVarData::Read(PP_VarType type, in Read()
549 PP_VarType ArrayRawVarData::Type() { in Type()
583 bool ArrayRawVarData::Read(PP_VarType type, in Read()
[all …]
Dproxy_object_var.cc30 PP_VarType ProxyObjectVar::GetType() const { in GetType()
Dproxy_object_var.h30 virtual PP_VarType GetType() const OVERRIDE;
Dppp_instance_private_proxy_unittest.cc32 virtual PP_VarType GetType() const OVERRIDE { return PP_VARTYPE_OBJECT; } in GetType()
/external/chromium_org/ppapi/c/
Dpp_var.h96 } PP_VarType; typedef
97 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_VarType, 4);
156 PP_VarType type;
/external/chromium_org/ppapi/shared_impl/
Dvar.h50 virtual PP_VarType GetType() const = 0;
117 virtual PP_VarType GetType() const OVERRIDE;
182 virtual PP_VarType GetType() const OVERRIDE;
Dvar.cc167 PP_VarType StringVar::GetType() const { in GetType()
214 PP_VarType ArrayBufferVar::GetType() const { in GetType()
Dresource_var.cc28 PP_VarType ResourceVar::GetType() const { in GetType()
Dresource_var.h45 virtual PP_VarType GetType() const OVERRIDE;
Darray_var.h32 virtual PP_VarType GetType() const OVERRIDE;
Ddictionary_var.h33 virtual PP_VarType GetType() const OVERRIDE;
Darray_var.cc38 PP_VarType ArrayVar::GetType() const { in GetType()
Ddictionary_var.cc37 PP_VarType DictionaryVar::GetType() const { in GetType()
Dvar_tracker.h131 static bool IsVarTypeRefcounted(PP_VarType type);
Dvar_tracker_unittest.cc40 virtual PP_VarType GetType() const OVERRIDE { in GetType()
Dvar_tracker.cc186 bool VarTracker::IsVarTypeRefcounted(PP_VarType type) { in IsVarTypeRefcounted()
/external/chromium_org/ppapi/api/
Dpp_var.idl12 * The <code>PP_VarType</code> is an enumeration of the different types that
16 enum PP_VarType {
97 * in the PP_VarType enum.
135 * value of one of the types named in the <code>PP_VarType</code> enum. This
149 PP_VarType type;
Dppb_websocket.idl215 * The <code>PP_VarType</code> must be <code>PP_VARTYPE_STRING</code>.
219 * sub-protocol and its <code>PP_VarType</code> must be
271 * Otherwise, its <code>PP_VarType</code> must be
306 * ReceiveMessage() completes. Its received <code>PP_VarType</code> will be
332 * from the function. Its sent <code>PP_VarType</code> must be
/external/chromium_org/content/renderer/pepper/
Dnpobject_var.h39 virtual PP_VarType GetType() const OVERRIDE;
Dnpobject_var.cc37 PP_VarType NPObjectVar::GetType() const { in GetType()