Home
last modified time | relevance | path

Searched refs:setproperty (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
Dnp_entry.cpp173 NPNFuncs.setproperty = pFuncs->setproperty; in NP_Initialize()
Dnpp_gate.cpp156 fakeNPNFuncs.setproperty = NPN_SetProperty; in NPP_New()
Dnpn_gate.cpp493 bool rv = NPNFuncs.setproperty(id, obj, identifier, variant); in NPN_SetProperty()
/external/chromium_org/content/child/npapi/
Dplugin_host.cc147 host_funcs_.setproperty = WebBindings::setProperty; in InitializeHostFuncs()
187 if (overrides->setproperty) in PatchNPNetscapeFuncs()
188 host_funcs_.setproperty = overrides->setproperty; in PatchNPNetscapeFuncs()
Dnpobject_util.cc116 host_funcs.setproperty = NPN_SetPropertyPatch; in GetHostFunctions()
/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h191 NPN_SetPropertyProcPtr setproperty; member
/external/chromium_org/content/shell/tools/plugin/
DPluginObject.cpp454 browser->setproperty(obj->npp, in testDOMAccess()
1288 browser->setproperty(plugin->npp, in pluginInvoke()
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpupp.h555 NPN_SetPropertyUPP setproperty; member