Home
last modified time | relevance | path

Searched refs:NP_Shutdown (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
DTestNetscapePlugin_debug.def6 NP_Shutdown @3
DTestNetscapePlugin.def6 NP_Shutdown @3
/external/webkit/Source/WebCore/plugins/symbian/
Dnpinterface.h28 virtual void NP_Shutdown() = 0;
DPluginPackageSymbian.cpp184 m_npInterface->NP_Shutdown(); in unload()
/external/chromium/chrome/common/
Ddefault_plugin.cc18 default_plugin::NP_Shutdown in RegisterInternalDefaultPlugin()
/external/webkit/Examples/
DChangeLog130 (NP_Shutdown):
231 (NP_Shutdown):
296 (NP_Shutdown):
365 (NP_Shutdown):
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginPackage.h55 NPP_ShutdownProcPtr NP_Shutdown; variable
DWebNetscapePluginPackage.mm384NP_Shutdown = (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_Shu…
385 if (!NP_Initialize || !NP_GetEntryPoints || !NP_Shutdown)
501NP_Shutdown = (NPP_ShutdownProcPtr)functionPointerForTVector((TransitionVector)shutdownFunction);
766 if (shutdown && NP_Shutdown)
767 NP_Shutdown();
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
Dmain.c58 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/
DTestNetscapePlugin.cpp48 NPError NP_Shutdown(void);
428 NP_Shutdown(void) in NP_Shutdown() function
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginTest.cpp61 void PluginTest::NP_Shutdown() in NP_Shutdown() function in PluginTest
DPluginTest.h57 static void NP_Shutdown();
Dmain.cpp124 void STDCALL NP_Shutdown(void) in NP_Shutdown() function
126 PluginTest::NP_Shutdown(); in NP_Shutdown()
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
Dmain.m74 void NP_Shutdown(void); function
104 void NP_Shutdown(void) function
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m93 void NP_Shutdown(void); function
123 void NP_Shutdown(void) function
/external/webkit/Examples/NetscapeCocoaPlugin/
Dmain.m77 void NP_Shutdown(void); function
107 void NP_Shutdown(void) function
/external/webkit/Examples/NetscapeInputMethodPlugin/
Dmain.m80 void NP_Shutdown(void); function
110 void NP_Shutdown(void) function
/external/webkit/Tools/
DChangeLog4703 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):
DChangeLog-2009-06-163953 (NP_Shutdown):
23873 (NP_Shutdown):
DChangeLog-2011-02-1629250 (NP_Shutdown):
/external/webkit/Source/WebKit2/
DChangeLog8469 Make sure that NP_Shutdown is always the last NPP function called
DChangeLog-2011-02-1640770 Call NP_Shutdown and remove the plug-in from the list of initialized plug-ins.