HomeSort by relevance Sort by last modified time
    Searched refs:shutdownFunction (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 35 static void (*shutdownFunction)();
54 shutdownFunction = 0;
63 if (shutdownFunction)
64 shutdownFunction();
69 assert(!shutdownFunction);
70 shutdownFunction = func;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 499 NPP_ShutdownProcPtr shutdownFunction;
500 npErr = pluginMainFunc(&browserFuncs, &pluginFuncs, &shutdownFunction);
501 NP_Shutdown = (NPP_ShutdownProcPtr)functionPointerForTVector((TransitionVector)shutdownFunction);

Completed in 58 milliseconds