Home
last modified time | relevance | path

Searched refs:NPP_Destroy (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DNullNPPGetValuePointer.cpp39 virtual NPError NPP_Destroy(NPSavedData**);
58 NPError NullNPPGetValuePointer::NPP_Destroy(NPSavedData**) in NPP_Destroy() function in NullNPPGetValuePointer
DNPPSetWindowCalledDuringDestruction.cpp48 virtual NPError NPP_Destroy(NPSavedData**);
99 NPError NPPSetWindowCalledDuringDestruction::NPP_Destroy(NPSavedData**) in NPP_Destroy() function in NPPSetWindowCalledDuringDestruction
/external/webkit/Examples/
DChangeLog132 (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/
Dmain.c41 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/
Dmain.m57 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/
DPluginTest.cpp90 NPError PluginTest::NPP_Destroy(NPSavedData**) in NPP_Destroy() function in PluginTest
Dmain.cpp107 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()
DPluginTest.h61 virtual NPError NPP_Destroy(NPSavedData**);
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m76 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/
Dmain.m60 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/
Dmain.m63 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/
DNetscapePlugin.cpp296 NPError NetscapePlugin::NPP_Destroy(NPSavedData** savedData) in NPP_Destroy() function in WebKit::NetscapePlugin
499 NPP_Destroy(0); in destroy()
DNetscapePlugin.h105 NPError NPP_Destroy(NPSavedData**);
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp138 obj->pluginTest->NPP_Destroy(save); in webkit_test_plugin_destroy_instance()
/external/webkit/Source/WebCore/bridge/
Dnpapi.h821 NPError NP_LOADDS NPP_Destroy(NPP instance, NPSavedData** save);
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm1177 …// 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/
DChangeLog-2009-06-162195 (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):
DChangeLog-2011-02-16766 (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 …]
DChangeLog-2010-05-241734 (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):
DChangeLog1811 (NPPSetWindowCalledDuringDestruction::NPP_Destroy): On Mac, logs a failure message if
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-149371 it out once we call NPP_Destroy on it.
17916NPP_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…
DChangeLog9570 …<rdar://problem/7856151> REGRESSION: NPP_Destroy is not called when page navigates when plug-in is…
DChangeLog-2002-12-033887 (-[WebNetscapePluginPackage NPP_Destroy]):
/external/webkit/Source/WebKit2/
DChangeLog13829 - The PluginControllerProxy would call NPP_Destroy while the plug-in was busy running
DChangeLog-2011-02-1640034 (WebKit::NetscapePlugin::NPP_Destroy):
40958 Call NPP_Destroy.

12