OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 121 milliseconds