Home
last modified time | relevance | path

Searched refs:removeproperty (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginTest.cpp148 return browser->removeproperty(m_npp, npObject, propertyName); in NPN_RemoveProperty()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginPackageSymbian.cpp155 m_browserFuncs.removeproperty = _NPN_RemoveProperty; in load()
/external/webkit/Source/WebCore/plugins/android/
DPluginPackageAndroid.cpp186 funcs->removeproperty = _NPN_RemoveProperty; in initializeExtraBrowserFuncs()
/external/webkit/Source/WebCore/plugins/
DPluginPackage.cpp331 m_browserFuncs.removeproperty = _NPN_RemoveProperty; in initializeBrowserFuncs()
Dnpfunctions.h164 NPN_RemovePropertyProcPtr removeproperty; member
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm488 …browserFuncs.removeproperty = (NPN_RemovePropertyProcPtr)tVectorForFunctionPointer((FunctionPointe…
601 browserFuncs.removeproperty = _NPN_RemoveProperty;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp930 netscapeFuncs.removeproperty = NPN_RemoveProperty; in initializeBrowserFuncs()