HomeSort by relevance Sort by last modified time
    Searched defs:GetAllPropertyNames (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 83 void (*GetAllPropertyNames)(void* object,
ppb_var_deprecated.h 130 * ppb_var.GetAllPropertyNames(object, &count, &properties);
138 void (*GetAllPropertyNames)(struct PP_Var object,
  /external/chromium_org/ppapi/cpp/private/
var_private.cc 73 void VarPrivate::GetAllPropertyNames(std::vector<Var>* properties,
79 get_interface<PPB_Var_Deprecated>()->GetAllPropertyNames(
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 63 void GetAllPropertyNames(void* object,
69 static_cast<ScriptableObject*>(object)->GetAllPropertyNames(&props, e.Get());
133 &GetAllPropertyNames,
156 void ScriptableObject::GetAllPropertyNames(std::vector<Var>* /*properties*/,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
scriptable_plugin.cc 198 void ScriptablePlugin::GetAllPropertyNames(std::vector<pp::Var>* properties,
200 PLUGIN_PRINTF(("ScriptablePlugin::GetAllPropertyNames ()\n"));
203 Error("GetAllPropertyNames", "", "GetAllPropertyNames is not supported",
  /external/chromium_org/ppapi/proxy/
ppp_class_proxy.cc 88 void GetAllPropertyNames(void* object,
180 &GetAllPropertyNames,

Completed in 402 milliseconds