Home
last modified time | relevance | path

Searched refs:removeproperty (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
Dnp_entry.cpp174 NPNFuncs.removeproperty = pFuncs->removeproperty; in NP_Initialize()
Dnpp_gate.cpp157 fakeNPNFuncs.removeproperty = NPN_RemoveProperty; in NPP_New()
/external/chromium_org/content/child/npapi/
Dplugin_host.cc148 host_funcs_.removeproperty = WebBindings::removeProperty; in InitializeHostFuncs()
190 if (overrides->removeproperty) in PatchNPNetscapeFuncs()
191 host_funcs_.removeproperty = overrides->removeproperty; in PatchNPNetscapeFuncs()
Dnpobject_util.cc117 host_funcs.removeproperty = NPN_RemovePropertyPatch; in GetHostFunctions()
/external/chromium_org/content/shell/tools/plugin/
DPluginTest.cpp210 return browser->removeproperty(m_npp, npObject, propertyName); in NPN_RemoveProperty()
/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h192 NPN_RemovePropertyProcPtr removeproperty; member
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpupp.h556 NPN_RemovePropertyUPP removeproperty; member