HomeSort by relevance Sort by last modified time
    Searched defs:RemoveProperty (Results 1 - 9 of 9) 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/content/renderer/browser_plugin/
browser_plugin_bindings.cc 163 return bindings->RemoveProperty(np_obj, name);
275 virtual void RemoveProperty(BrowserPluginBindings* bindings,
314 virtual void RemoveProperty(BrowserPluginBindings* bindings,
347 virtual void RemoveProperty(BrowserPluginBindings* bindings,
376 virtual void RemoveProperty(BrowserPluginBindings* bindings,
404 virtual void RemoveProperty(BrowserPluginBindings* bindings,
435 virtual void RemoveProperty(BrowserPluginBindings* bindings,
466 virtual void RemoveProperty(BrowserPluginBindings* bindings,
497 virtual void RemoveProperty(BrowserPluginBindings* bindings,
590 bool BrowserPluginBindings::RemoveProperty(NPObject* np_obj
    [all...]
  /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,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h     [all...]
comsvcs.h     [all...]

Completed in 1441 milliseconds