Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/
DPluginDebug.cpp127 case NPPVpluginDescriptionString: return "NPPVpluginDescriptionString"; in prettyNameForNPPVariable()
/external/webkit/Source/WebCore/plugins/qt/
DPluginPackageQt.cpp56 err = gv(0, NPPVpluginDescriptionString, (void*) &buf); in fetchInfo()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginPackageGtk.cpp64 err = NPP_GetValue(0, NPPVpluginDescriptionString, &buffer); in fetchInfo()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginPackageSymbian.cpp41 err = m_pluginFuncs.getvalue(0, NPPVpluginDescriptionString, (void *)&buf); in fetchInfo()
/external/webkit/Source/WebCore/plugins/android/
DPluginPackageAndroid.cpp296 NP_GetValue(NULL, NPPVpluginDescriptionString, &description) != in fetchInfo()
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp344 case NPPVpluginDescriptionString: in webkit_test_plugin_get_value()
/external/webkit/Source/WebCore/bridge/
Dnpapi.h344 NPPVpluginDescriptionString, enumerator
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp739 if (variable == NPPVpluginDescriptionString) { in NPP_GetValue()