Searched refs:NPN_RemoveProperty (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DNPRuntimeRemoveProperty.cpp70 pluginTest()->NPN_RemoveProperty(NPVARIANT_TO_OBJECT(arguments[0]), propertyName);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp146 bool PluginTest::NPN_RemoveProperty(NPObject* npObject, NPIdentifier propertyName) function in class:PluginTest
H A DPluginTest.h75 bool NPN_RemoveProperty(NPObject*, NPIdentifier propertyName);
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h373 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp694 static bool NPN_RemoveProperty(NPP npp, NPObject* npObject, NPIdentifier propertyName) function in namespace:WebKit
930 netscapeFuncs.removeproperty = NPN_RemoveProperty;

Completed in 134 milliseconds