Searched refs:NP_Shutdown (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/common/
H A Ddefault_plugin.cc18 default_plugin::NP_Shutdown
/external/webkit/Source/WebCore/plugins/symbian/
H A Dnpinterface.h28 virtual void NP_Shutdown() = 0;
H A DPluginPackageSymbian.cpp184 m_npInterface->NP_Shutdown();
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginPackage.h55 NPP_ShutdownProcPtr NP_Shutdown; variable
H A DWebNetscapePluginPackage.mm384 NP_Shutdown = (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_Shutdown"));
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/
H A Dmain.c58 void NP_Shutdown(void);
97 void NP_Shutdown(void) function
151 *shutdown = (NPP_ShutdownProcPtr)tVectorForFunctionPointer((FunctionPointer)NP_Shutdown);
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
H A Dmain.m74 void NP_Shutdown(void);
104 void NP_Shutdown(void)
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m77 void NP_Shutdown(void);
107 void NP_Shutdown(void)
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp61 void PluginTest::NP_Shutdown() function in class:PluginTest
H A DPluginTest.h57 static void NP_Shutdown();
H A Dmain.cpp124 void STDCALL NP_Shutdown(void) function
126 PluginTest::NP_Shutdown();
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
H A DTestNetscapePlugin.cpp48 NPError NP_Shutdown(void);
428 NP_Shutdown(void) function
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A Dmain.m93 void NP_Shutdown(void);
123 void NP_Shutdown(void)
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m80 void NP_Shutdown(void);
110 void NP_Shutdown(void)

Completed in 224 milliseconds