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

  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 101 void (*RemoveProperty)(void* object,
ppb_var_deprecated.h 157 void (*RemoveProperty)(struct PP_Var object,
  /external/chromium_org/ppapi/cpp/private/
var_private.cc 101 void VarPrivate::RemoveProperty(const Var& name, Var* exception) {
104 get_interface<PPB_Var_Deprecated>()->RemoveProperty(
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 92 void RemoveProperty(void* object,
96 static_cast<ScriptableObject*>(object)->RemoveProperty(
135 &RemoveProperty,
166 void ScriptableObject::RemoveProperty(const Var& /*name*/,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
scriptable_plugin.cc 190 void ScriptablePlugin::RemoveProperty(const pp::Var& name,
192 PLUGIN_PRINTF(("ScriptablePlugin::RemoveProperty (name=%s)\n",
194 Error(NameAsString(name), "RemoveProperty",
  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.cc 165 void RemoveProperty(PP_Var var,
311 &RemoveProperty,
465 ppb_var_impl_->RemoveProperty(var.Get(dispatcher()),
ppp_class_proxy.cc 111 void RemoveProperty(void* object,
182 &RemoveProperty,
337 CallWhileUnlocked(ToPPPClass(ppp_class)->RemoveProperty,
  /external/chromium_org/remoting/host/plugin/
host_plugin.cc 166 &RemoveProperty,
326 static bool RemoveProperty(NPObject* obj, NPIdentifier property_name) {
327 VLOG(2) << "static RemoveProperty";
333 return scriptable->RemoveProperty(property_name_string);
host_script_object.cc     [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.cc 175 return bindings->RemoveProperty(np_obj, name);
345 virtual void RemoveProperty(BrowserPluginBindings* bindings,
382 virtual void RemoveProperty(BrowserPluginBindings* bindings,
411 virtual void RemoveProperty(BrowserPluginBindings* bindings,
439 virtual void RemoveProperty(BrowserPluginBindings* bindings,
470 virtual void RemoveProperty(BrowserPluginBindings* bindings,
501 virtual void RemoveProperty(BrowserPluginBindings* bindings,
532 virtual void RemoveProperty(BrowserPluginBindings* bindings,
563 virtual void RemoveProperty(BrowserPluginBindings* bindings,
601 virtual void RemoveProperty(BrowserPluginBindings* bindings
    [all...]

Completed in 323 milliseconds