/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
D | NullNPPGetValuePointer.cpp | 39 virtual NPError NPP_Destroy(NPSavedData**); 58 NPError NullNPPGetValuePointer::NPP_Destroy(NPSavedData**) in NPP_Destroy() function in NullNPPGetValuePointer
|
D | NPPSetWindowCalledDuringDestruction.cpp | 48 virtual NPError NPP_Destroy(NPSavedData**); 99 NPError NPPSetWindowCalledDuringDestruction::NPP_Destroy(NPSavedData**) in NPP_Destroy() function in NPPSetWindowCalledDuringDestruction
|
/external/webkit/Examples/ |
D | ChangeLog | 132 (NPP_Destroy): 173 (NPP_Destroy): 196 (NPP_Destroy): 233 (NPP_Destroy): 298 (NPP_Destroy): 345 (NPP_Destroy): 367 (NPP_Destroy):
|
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 41 NPError NPP_Destroy(NPP instance, NPSavedData** save); 81 pluginFuncs->destroy = NPP_Destroy; in NP_GetEntryPoints() 138 …pluginFuncs->destroy = (NPP_DestroyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_Destroy); in main() 173 NPError NPP_Destroy(NPP instance, NPSavedData** save) in NPP_Destroy() function
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
D | main.m | 57 NPError NPP_Destroy(NPP instance, NPSavedData** save); function 88 pluginFuncs->destroy = NPP_Destroy; 142 NPError NPP_Destroy(NPP instance, NPSavedData** save) function
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginTest.cpp | 90 NPError PluginTest::NPP_Destroy(NPSavedData**) in NPP_Destroy() function in PluginTest
|
D | main.cpp | 107 pluginFuncs->destroy = NPP_Destroy; in NP_GetEntryPoints() 303 NPError NPP_Destroy(NPP instance, NPSavedData **save) in NPP_Destroy() function 338 obj->pluginTest->NPP_Destroy(save); in NPP_Destroy()
|
D | PluginTest.h | 61 virtual NPError NPP_Destroy(NPSavedData**);
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 76 NPError NPP_Destroy(NPP instance, NPSavedData** save); function 107 pluginFuncs->destroy = NPP_Destroy; 171 NPError NPP_Destroy(NPP instance, NPSavedData** save) function
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
D | main.m | 60 NPError NPP_Destroy(NPP instance, NPSavedData** save); function 91 pluginFuncs->destroy = NPP_Destroy; 145 NPError NPP_Destroy(NPP instance, NPSavedData** save) function
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
D | main.m | 63 NPError NPP_Destroy(NPP instance, NPSavedData** save); function 94 pluginFuncs->destroy = NPP_Destroy; 158 NPError NPP_Destroy(NPP instance, NPSavedData** save) function
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePlugin.cpp | 296 NPError NetscapePlugin::NPP_Destroy(NPSavedData** savedData) in NPP_Destroy() function in WebKit::NetscapePlugin 499 NPP_Destroy(0); in destroy()
|
D | NetscapePlugin.h | 105 NPError NPP_Destroy(NPSavedData**);
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 138 obj->pluginTest->NPP_Destroy(save); in webkit_test_plugin_destroy_instance()
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 821 NPError NP_LOADDS NPP_Destroy(NPP instance, NPSavedData** save);
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 1177 …// If we're already calling a plug-in function, do not call NPP_Destroy(). The plug-in function w… 1178 …// may assume that its instance->pdata, or other memory freed by NPP_Destroy(), is valid and uncha… 2410 LOG(Plugins, "NPP_Destroy: %d", npErr);
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 2195 (NPP_Destroy): Call log instead of printf. 6155 (NPP_Destroy): Free onStreamDestroy and onURLNotify. 6206 (NPP_Destroy): Free new members. 10236 (NPP_Destroy): 11489 (NPP_Destroy): 17657 (NPP_Destroy): 17729 (NPP_Destroy): 22744 (NPP_Destroy): Added code to release the plug-in object. This is the leak fix. 23875 (NPP_Destroy):
|
D | ChangeLog-2011-02-16 | 766 (EvaluateJSDestroyingPluginFromDestroyStream::NPP_Destroy): 8697 (NPP_Destroy): 13530 (PluginTest::NPP_Destroy): 13532 Added a do-nothing NPP_Destroy implementation. 13538 (NullNPPGetValuePointer::NPP_Destroy): Added. Restores the original 13542 (NPP_Destroy): 13545 Call through to the PluginTest when NPP_Destroy is called. 15885 (NPP_Destroy): 15913 (NPP_Destroy): 16053 (NPP_Destroy): [all …]
|
D | ChangeLog-2010-05-24 | 1734 (NPP_Destroy): 1814 (NPP_Destroy): 9669 (NPP_Destroy): Add onSetWindow. 10136 (NPP_Destroy): 15868 (NPP_Destroy): 26518 (NPP_Destroy): Execute the value of 'ondestroy' as a script. 34754 (NPP_Destroy):
|
D | ChangeLog | 1811 (NPPSetWindowCalledDuringDestruction::NPP_Destroy): On Mac, logs a failure message if
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 9371 it out once we call NPP_Destroy on it. 17916 …NPP_Destroy() cannot be called while the browser is calling one of its other plug-in functions. T… 17929 …If we're already calling a plug-in function, do not call NPP_Destroy(). The plug-in function we a… 17930 …may assume that its instance->pdata, or other memory freed by NPP_Destroy(), is valid and unchange…
|
D | ChangeLog | 9570 …<rdar://problem/7856151> REGRESSION: NPP_Destroy is not called when page navigates when plug-in is…
|
D | ChangeLog-2002-12-03 | 3887 (-[WebNetscapePluginPackage NPP_Destroy]):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 13829 - The PluginControllerProxy would call NPP_Destroy while the plug-in was busy running
|
D | ChangeLog-2011-02-16 | 40034 (WebKit::NetscapePlugin::NPP_Destroy): 40958 Call NPP_Destroy.
|