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

  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.h 51 bool RemoveProperty(NPObject *np_obj, NPIdentifier name);
browser_plugin_bindings.cc 175 return bindings->RemoveProperty(np_obj, name);
302 virtual void RemoveProperty(BrowserPluginBindings* bindings,
341 virtual void RemoveProperty(BrowserPluginBindings* bindings,
374 virtual void RemoveProperty(BrowserPluginBindings* bindings,
403 virtual void RemoveProperty(BrowserPluginBindings* bindings,
431 virtual void RemoveProperty(BrowserPluginBindings* bindings,
462 virtual void RemoveProperty(BrowserPluginBindings* bindings,
493 virtual void RemoveProperty(BrowserPluginBindings* bindings,
524 virtual void RemoveProperty(BrowserPluginBindings* bindings,
554 virtual void RemoveProperty(BrowserPluginBindings* bindings
    [all...]
  /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/dev/
scriptable_object_deprecated.h 60 virtual void RemoveProperty(const Var& name,
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.h 65 virtual void RemoveProperty(const pp::Var& name, pp::Var* exception);
scriptable_plugin.cc 115 void ScriptablePlugin::RemoveProperty(const pp::Var& name,
117 PLUGIN_PRINTF(("ScriptablePlugin::RemoveProperty (name=%s)\n",
119 Error("RemoveProperty", name.DebugString().c_str(),
  /external/chromium_org/ppapi/cpp/private/
var_private.h 49 void RemoveProperty(const Var& name, Var* exception = NULL);
var_private.cc 101 void VarPrivate::RemoveProperty(const Var& name, Var* exception) {
104 get_interface<PPB_Var_Deprecated>()->RemoveProperty(
  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.cc 165 void RemoveProperty(PP_Var var,
307 &RemoveProperty,
453 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.h 47 bool RemoveProperty(const std::string& property_name);
host_script_object.cc 399 bool HostNPScriptObject::RemoveProperty(const std::string& property_name) {
400 VLOG(2) << "RemoveProperty " << property_name;
    [all...]
  /external/chromium_org/content/renderer/pepper/
plugin_object.cc 163 accessor.object()->ppp_class()->RemoveProperty(

Completed in 2620 milliseconds