Searched refs:RemoveProperty (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ppapi/cpp/dev/ |
D | scriptable_object_deprecated.cc | 92 void RemoveProperty(void* object, in RemoveProperty() function 96 static_cast<ScriptableObject*>(object)->RemoveProperty( in RemoveProperty() 135 &RemoveProperty, 166 void ScriptableObject::RemoveProperty(const Var& /*name*/, in RemoveProperty() function in pp::deprecated::ScriptableObject
|
D | scriptable_object_deprecated.h | 60 virtual void RemoveProperty(const Var& name,
|
/external/chromium_org/ppapi/c/dev/ |
D | ppp_class_deprecated.h | 101 void (*RemoveProperty)(void* object, member
|
D | ppb_var_deprecated.h | 157 void (*RemoveProperty)(struct PP_Var object, member
|
/external/chromium_org/ppapi/proxy/ |
D | ppp_class_proxy.cc | 111 void RemoveProperty(void* object, in RemoveProperty() function 182 &RemoveProperty, 337 CallWhileUnlocked(ToPPPClass(ppp_class)->RemoveProperty, in OnMsgRemoveProperty()
|
D | ppb_var_deprecated_proxy.cc | 165 void RemoveProperty(PP_Var var, in RemoveProperty() function 307 &RemoveProperty, in GetProxyInterface() 452 ppb_var_impl_->RemoveProperty(var.Get(dispatcher()), in OnMsgDeleteProperty()
|
/external/chromium_org/ppapi/cpp/private/ |
D | var_private.cc | 101 void VarPrivate::RemoveProperty(const Var& name, Var* exception) { in RemoveProperty() function in pp::VarPrivate 104 get_interface<PPB_Var_Deprecated>()->RemoveProperty( in RemoveProperty()
|
D | var_private.h | 49 void RemoveProperty(const Var& name, Var* exception = NULL);
|