Home
last modified time | relevance | path

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

/external/chromium_org/content/shell/tools/plugin/Tests/
DNPRuntimeRemoveProperty.cpp133 pluginTest()->NPN_RemoveProperty(NPVARIANT_TO_OBJECT(arguments[0]), propertyName); in invoke()
/external/chromium_org/content/shell/tools/plugin/
DPluginTest.cpp208 bool PluginTest::NPN_RemoveProperty(NPObject* npObject, in NPN_RemoveProperty() function in PluginTest
DPluginTest.h125 bool NPN_RemoveProperty(NPObject*, NPIdentifier propertyName);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpruntime.h393 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
/external/chromium_org/third_party/npapi/bindings/
Dnpruntime.h377 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
/external/chromium_org/third_party/npapi/npspy/common/
Dnpp_gate.cpp157 fakeNPNFuncs.removeproperty = NPN_RemoveProperty; in NPP_New()
Dnpn_gate.cpp478 bool NPN_RemoveProperty(NPP id, NPObject* object, NPIdentifier identifier) in NPN_RemoveProperty() function
/external/chromium_org/third_party/npapi/npspy/windows/
Dnpspy.rc172 …CONTROL "NPN_RemoveProperty",IDC_CHECK_NPN_REMOVEPROPERTY,"Button",BS_AUTOCHECKBOX | WS_TA…