Searched refs:shutdownFunction (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp35 static void (*shutdownFunction)(); variable
54 shutdownFunction = 0;
63 if (shutdownFunction)
64 shutdownFunction();
69 assert(!shutdownFunction);
70 shutdownFunction = func;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginPackage.mm499 NPP_ShutdownProcPtr shutdownFunction;
500 npErr = pluginMainFunc(&browserFuncs, &pluginFuncs, &shutdownFunction);
501 NP_Shutdown = (NPP_ShutdownProcPtr)functionPointerForTVector((TransitionVector)shutdownFunction);

Completed in 274 milliseconds