/external/webkit/Source/WebCore/plugins/gtk/ |
D | PluginPackageGtk.cpp | 50 NPP_GetValueProcPtr NPP_GetValue = 0; in fetchInfo() local 53 g_module_symbol(m_module, "NP_GetValue", (void**)&NPP_GetValue); in fetchInfo() 55 if (!NP_GetMIMEDescription || !NPP_GetValue) in fetchInfo() 59 NPError err = NPP_GetValue(0, NPPVpluginNameString, &buffer); in fetchInfo() 64 err = NPP_GetValue(0, NPPVpluginDescriptionString, &buffer); in fetchInfo()
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
D | NullNPPGetValuePointer.cpp | 40 virtual NPError NPP_GetValue(NPPVariable, void* value); 66 NPError NullNPPGetValuePointer::NPP_GetValue(NPPVariable, void*) in NPP_GetValue() function in NullNPPGetValuePointer
|
D | NPPSetWindowCalledDuringDestruction.cpp | 46 virtual NPError NPP_GetValue(NPPVariable, void*); 65 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value) in NPP_GetValue() function in NPPSetWindowCalledDuringDestruction
|
D | PluginScriptableNPObjectInvokeDefault.cpp | 50 virtual NPError NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue() function in PluginScriptableNPObjectInvokeDefault
|
D | NPRuntimeObjectFromDestroyedPlugin.cpp | 60 virtual NPError NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue() function in NPRuntimeObjectFromDestroyedPlugin
|
D | NPDeallocateCalledBeforeNPShutdown.cpp | 76 virtual NPError NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue() function in NPDeallocateCalledBeforeNPShutdown
|
D | NPRuntimeRemoveProperty.cpp | 77 virtual NPError NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue() function in NPRuntimeRemoveProperty
|
/external/webkit/Examples/ |
D | ChangeLog | 150 (NPP_GetValue): 184 (NPP_GetValue): 198 (NPP_GetValue): 244 (NPP_GetValue): 325 (NPP_GetValue): 382 (NPP_GetValue):
|
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 51 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value); 91 pluginFuncs->getvalue = NPP_GetValue; in NP_GetEntryPoints() 148 …ginFuncs->getvalue = (NPP_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_GetValue); in main() 223 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) in NPP_GetValue() function
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
D | main.m | 67 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value); function 98 pluginFuncs->getvalue = NPP_GetValue; 220 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) function
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | main.cpp | 117 pluginFuncs->getvalue = NPP_GetValue; in NP_GetEntryPoints() 732 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) in NPP_GetValue() function 748 if (obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR) in NPP_GetValue() 796 return NPP_GetValue(instance, variable, value); in NP_GetValue()
|
D | PluginTest.cpp | 100 NPError PluginTest::NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue() function in PluginTest
|
D | PluginTest.h | 63 virtual NPError NPP_GetValue(NPPVariable, void* value);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePlugin.cpp | 341 NPError NetscapePlugin::NPP_GetValue(NPPVariable variable, void *value) in NPP_GetValue() function in WebKit::NetscapePlugin 382 if (NPP_GetValue(NPPVpluginCancelSrcStream, &cancelSrcStream) != NPERR_NO_ERROR) in shouldLoadSrcURL() 710 if (NPP_GetValue(NPPVpluginScriptableNPObject, &scriptableNPObject) != NPERR_NO_ERROR) in pluginScriptableNPObject()
|
D | NetscapePlugin.h | 114 NPError NPP_GetValue(NPPVariable, void *value);
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 86 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value); function 117 pluginFuncs->getvalue = NPP_GetValue; 348 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) function
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
D | main.m | 70 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value); function 101 pluginFuncs->getvalue = NPP_GetValue; 360 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) function
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
D | main.m | 73 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value); function 104 pluginFuncs->getvalue = NPP_GetValue; 390 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value) function
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 335 if (obj && obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR) in webkit_test_plugin_get_value()
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 838 NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
D | NetscapePluginMac.mm | 233 if (NPP_GetValue(NPPVpluginCoreAnimationLayer, &value) == NPERR_NO_ERROR && value) {
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 10992 TestNetscapePlugin does (NPP_GetValue in TestNetscapePlugIn/main.cpp 13425 (NPP_GetValue): Handle mime type values. 13521 Reset TestNetscapePlugIn's NPP_GetValue pointer when 13536 NPP_GetValue pointer in m_originalNPPGetValuePointer so we can restore 13539 NPP_GetValue pointer so it can be used in other tests. 13575 NPP_GetValue pointer 13595 NPP_GetValue pointer we passed to the browser to simulate a plugin that 13596 doesn't implement NPP_GetValue. 13597 (NullNPPGetValuePointer::NPP_GetValue): Print an error message. If this 15887 (NPP_GetValue): [all …]
|
D | ChangeLog | 1807 (NPPSetWindowCalledDuringDestruction::NPP_GetValue): Creates and returns a ScriptObject that 4720 (NPDeallocateCalledBeforeNPShutdown::NPP_GetValue):
|
D | ChangeLog-2009-06-16 | 3279 (NPP_GetValue): 10241 (NPP_GetValue): 20585 (NPP_GetValue): 20586 …WebKit's NPP_GetValue() reference counting behavior has been changed to match Firefox. NPObject r… 23885 (NPP_GetValue):
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 12560 …Set the value to 0 before calling NPP_GetValue, in case the plug-in returns NPERR_NO_ERROR but doe… 16170 Add NPP_GetValue pointer. 16174 Initialize NPP_GetValue. 16177 Call NPP_GetValue.
|