/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/ |
D | TestNetscapePlugin_debug.def | 6 NP_Shutdown @3
|
D | TestNetscapePlugin.def | 6 NP_Shutdown @3
|
/external/webkit/Source/WebCore/plugins/symbian/ |
D | npinterface.h | 28 virtual void NP_Shutdown() = 0;
|
D | PluginPackageSymbian.cpp | 184 m_npInterface->NP_Shutdown(); in unload()
|
/external/chromium/chrome/common/ |
D | default_plugin.cc | 18 default_plugin::NP_Shutdown in RegisterInternalDefaultPlugin()
|
/external/webkit/Examples/ |
D | ChangeLog | 130 (NP_Shutdown): 231 (NP_Shutdown): 296 (NP_Shutdown): 365 (NP_Shutdown):
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginPackage.h | 55 NPP_ShutdownProcPtr NP_Shutdown; variable
|
D | WebNetscapePluginPackage.mm | 384 …NP_Shutdown = (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_Shu… 385 if (!NP_Initialize || !NP_GetEntryPoints || !NP_Shutdown) 501 … NP_Shutdown = (NPP_ShutdownProcPtr)functionPointerForTVector((TransitionVector)shutdownFunction); 766 if (shutdown && NP_Shutdown) 767 NP_Shutdown();
|
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/ |
D | main.c | 58 void NP_Shutdown(void); 97 void NP_Shutdown(void) in NP_Shutdown() function 151 *shutdown = (NPP_ShutdownProcPtr)tVectorForFunctionPointer((FunctionPointer)NP_Shutdown); in main()
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 48 NPError NP_Shutdown(void); 428 NP_Shutdown(void) in NP_Shutdown() function
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginTest.cpp | 61 void PluginTest::NP_Shutdown() in NP_Shutdown() function in PluginTest
|
D | PluginTest.h | 57 static void NP_Shutdown();
|
D | main.cpp | 124 void STDCALL NP_Shutdown(void) in NP_Shutdown() function 126 PluginTest::NP_Shutdown(); in NP_Shutdown()
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
D | main.m | 74 void NP_Shutdown(void); function 104 void NP_Shutdown(void) function
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 93 void NP_Shutdown(void); function 123 void NP_Shutdown(void) function
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
D | main.m | 77 void NP_Shutdown(void); function 107 void NP_Shutdown(void) function
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
D | main.m | 80 void NP_Shutdown(void); function 110 void NP_Shutdown(void) function
|
/external/webkit/Tools/ |
D | ChangeLog | 4703 Make sure that NP_Shutdown is always the last NPP function called 4706 Add a test that times out if an NP_Deallocate object is called after NP_Shutdown. 4711 (PluginTest::NP_Shutdown): 4723 (NP_Shutdown):
|
D | ChangeLog-2009-06-16 | 3953 (NP_Shutdown): 23873 (NP_Shutdown):
|
D | ChangeLog-2011-02-16 | 29250 (NP_Shutdown):
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 8469 Make sure that NP_Shutdown is always the last NPP function called
|
D | ChangeLog-2011-02-16 | 40770 Call NP_Shutdown and remove the plug-in from the list of initialized plug-ins.
|