Searched refs:removeproperty (Results 1 – 7 of 7) sorted by relevance
174 NPNFuncs.removeproperty = pFuncs->removeproperty; in NP_Initialize()
157 fakeNPNFuncs.removeproperty = NPN_RemoveProperty; in NPP_New()
148 host_funcs_.removeproperty = WebBindings::removeProperty; in InitializeHostFuncs()190 if (overrides->removeproperty) in PatchNPNetscapeFuncs()191 host_funcs_.removeproperty = overrides->removeproperty; in PatchNPNetscapeFuncs()
117 host_funcs.removeproperty = NPN_RemovePropertyPatch; in GetHostFunctions()
210 return browser->removeproperty(m_npp, npObject, propertyName); in NPN_RemoveProperty()
192 NPN_RemovePropertyProcPtr removeproperty; member
556 NPN_RemovePropertyUPP removeproperty; member