HomeSort by relevance Sort by last modified time
    Searched refs:PP_VarType (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ppapi/proxy/
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...]
proxy_object_var.cc 30 PP_VarType ProxyObjectVar::GetType() const {
proxy_object_var.h 30 virtual PP_VarType GetType() const OVERRIDE;
raw_var_data.cc 196 PP_VarType var_type = static_cast<PP_VarType>(type);
226 RawVarData* RawVarData::Create(PP_VarType type) {
265 PP_VarType BasicRawVarData::Type() {
310 bool BasicRawVarData::Read(PP_VarType type,
355 PP_VarType StringRawVarData::Type() {
382 bool StringRawVarData::Read(PP_VarType type,
397 PP_VarType ArrayBufferRawVarData::Type() {
499 bool ArrayBufferRawVarData::Read(PP_VarType type,
546 PP_VarType ArrayRawVarData::Type()
    [all...]
ppp_instance_private_proxy_unittest.cc 32 virtual PP_VarType GetType() const OVERRIDE { return PP_VARTYPE_OBJECT; }
  /external/chromium_org/ppapi/c/
pp_var.h 27 * The <code>PP_VarType</code> is an enumeration of the different types that
80 } PP_VarType;
81 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_VarType, 4);
92 * in the PP_VarType enum.
127 * value of one of the types named in the <code>PP_VarType</code> enum. This
140 PP_VarType type;
  /external/chromium_org/ppapi/shared_impl/
var.h 50 virtual PP_VarType GetType() const = 0;
115 virtual PP_VarType GetType() const OVERRIDE;
180 virtual PP_VarType GetType() const OVERRIDE;
array_var.h 32 virtual PP_VarType GetType() const OVERRIDE;
dictionary_var.h 33 virtual PP_VarType GetType() const OVERRIDE;
array_var.cc 38 PP_VarType ArrayVar::GetType() const {
var.cc 148 PP_VarType StringVar::GetType() const {
195 PP_VarType ArrayBufferVar::GetType() const {
dictionary_var.cc 37 PP_VarType DictionaryVar::GetType() const {
var_tracker.h 102 static bool IsVarTypeRefcounted(PP_VarType type);
var_tracker_unittest.cc 39 virtual PP_VarType GetType() const OVERRIDE {
var_tracker.cc 185 bool VarTracker::IsVarTypeRefcounted(PP_VarType type) {
  /external/chromium_org/content/renderer/pepper/
npobject_var.h 39 virtual PP_VarType GetType() const OVERRIDE;
npobject_var.cc 37 PP_VarType NPObjectVar::GetType() const {
  /external/chromium_org/ppapi/api/
pp_var.idl 12 * The <code>PP_VarType</code> is an enumeration of the different types that
16 enum PP_VarType {
79 * in the PP_VarType enum.
117 * value of one of the types named in the <code>PP_VarType</code> enum. This
131 PP_VarType type;

Completed in 155 milliseconds