RemoveProperty    175 content/renderer/browser_plugin/browser_plugin_bindings.cc     return bindings->RemoveProperty(np_obj, name);
RemoveProperty    302 content/renderer/browser_plugin/browser_plugin_bindings.cc   virtual void RemoveProperty(BrowserPluginBindings* bindings,
RemoveProperty    748 content/renderer/browser_plugin/browser_plugin_bindings.cc       (*iter)->RemoveProperty(this, np_obj);
RemoveProperty     51 content/renderer/browser_plugin/browser_plugin_bindings.h   bool RemoveProperty(NPObject *np_obj, NPIdentifier name);
RemoveProperty    163 content/renderer/pepper/plugin_object.cc   accessor.object()->ppp_class()->RemoveProperty(
RemoveProperty    157 ppapi/c/dev/ppb_var_deprecated.h   void (*RemoveProperty)(struct PP_Var object,
RemoveProperty    101 ppapi/c/dev/ppp_class_deprecated.h   void (*RemoveProperty)(void* object,
RemoveProperty     96 ppapi/cpp/dev/scriptable_object_deprecated.cc   static_cast<ScriptableObject*>(object)->RemoveProperty(
RemoveProperty    135 ppapi/cpp/dev/scriptable_object_deprecated.cc   &RemoveProperty,
RemoveProperty     60 ppapi/cpp/dev/scriptable_object_deprecated.h   virtual void RemoveProperty(const Var& name,
RemoveProperty    104 ppapi/cpp/private/var_private.cc   get_interface<PPB_Var_Deprecated>()->RemoveProperty(
RemoveProperty     49 ppapi/cpp/private/var_private.h   void RemoveProperty(const Var& name, Var* exception = NULL);
RemoveProperty    307 ppapi/proxy/ppb_var_deprecated_proxy.cc     &RemoveProperty,
RemoveProperty    453 ppapi/proxy/ppb_var_deprecated_proxy.cc   ppb_var_impl_->RemoveProperty(var.Get(dispatcher()),
RemoveProperty    182 ppapi/proxy/ppp_class_proxy.cc   &RemoveProperty,
RemoveProperty    337 ppapi/proxy/ppp_class_proxy.cc   CallWhileUnlocked(ToPPPClass(ppp_class)->RemoveProperty,
RemoveProperty    166 remoting/host/plugin/host_plugin.cc         &RemoveProperty,
RemoveProperty    333 remoting/host/plugin/host_plugin.cc     return scriptable->RemoveProperty(property_name_string);
RemoveProperty     47 remoting/host/plugin/host_script_object.h   bool RemoveProperty(const std::string& property_name);