Searched refs:PP_VarType (Results 1 – 21 of 21) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | raw_var_data.h | 91 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 …]
|
D | raw_var_data.cc | 197 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 …]
|
D | proxy_object_var.cc | 30 PP_VarType ProxyObjectVar::GetType() const { in GetType()
|
D | proxy_object_var.h | 30 virtual PP_VarType GetType() const OVERRIDE;
|
D | ppp_instance_private_proxy_unittest.cc | 32 virtual PP_VarType GetType() const OVERRIDE { return PP_VARTYPE_OBJECT; } in GetType()
|
/external/chromium_org/ppapi/c/ |
D | pp_var.h | 96 } PP_VarType; typedef 97 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_VarType, 4); 156 PP_VarType type;
|
/external/chromium_org/ppapi/shared_impl/ |
D | var.h | 50 virtual PP_VarType GetType() const = 0; 117 virtual PP_VarType GetType() const OVERRIDE; 182 virtual PP_VarType GetType() const OVERRIDE;
|
D | var.cc | 167 PP_VarType StringVar::GetType() const { in GetType() 214 PP_VarType ArrayBufferVar::GetType() const { in GetType()
|
D | resource_var.cc | 28 PP_VarType ResourceVar::GetType() const { in GetType()
|
D | resource_var.h | 45 virtual PP_VarType GetType() const OVERRIDE;
|
D | array_var.h | 32 virtual PP_VarType GetType() const OVERRIDE;
|
D | dictionary_var.h | 33 virtual PP_VarType GetType() const OVERRIDE;
|
D | array_var.cc | 38 PP_VarType ArrayVar::GetType() const { in GetType()
|
D | dictionary_var.cc | 37 PP_VarType DictionaryVar::GetType() const { in GetType()
|
D | var_tracker.h | 131 static bool IsVarTypeRefcounted(PP_VarType type);
|
D | var_tracker_unittest.cc | 40 virtual PP_VarType GetType() const OVERRIDE { in GetType()
|
D | var_tracker.cc | 186 bool VarTracker::IsVarTypeRefcounted(PP_VarType type) { in IsVarTypeRefcounted()
|
/external/chromium_org/ppapi/api/ |
D | pp_var.idl | 12 * 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;
|
D | ppb_websocket.idl | 215 * 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/ |
D | npobject_var.h | 39 virtual PP_VarType GetType() const OVERRIDE;
|
D | npobject_var.cc | 37 PP_VarType NPObjectVar::GetType() const { in GetType()
|