Searched refs:NPN_RemoveProperty (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/shell/tools/plugin/Tests/ |
D | NPRuntimeRemoveProperty.cpp | 133 pluginTest()->NPN_RemoveProperty(NPVARIANT_TO_OBJECT(arguments[0]), propertyName); in invoke()
|
/external/chromium_org/content/shell/tools/plugin/ |
D | PluginTest.cpp | 208 bool PluginTest::NPN_RemoveProperty(NPObject* npObject, in NPN_RemoveProperty() function in PluginTest
|
D | PluginTest.h | 125 bool NPN_RemoveProperty(NPObject*, NPIdentifier propertyName);
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npruntime.h | 393 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npruntime.h | 377 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | npp_gate.cpp | 157 fakeNPNFuncs.removeproperty = NPN_RemoveProperty; in NPP_New()
|
D | npn_gate.cpp | 478 bool NPN_RemoveProperty(NPP id, NPObject* object, NPIdentifier identifier) in NPN_RemoveProperty() function
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | npspy.rc | 172 …CONTROL "NPN_RemoveProperty",IDC_CHECK_NPN_REMOVEPROPERTY,"Button",BS_AUTOCHECKBOX | WS_TA…
|