/external/chromium_org/remoting/host/plugin/ |
host_plugin.def | 6 NP_Shutdown
|
host_plugin.cc | 554 EXPORT NPError API_CALL NP_Shutdown() { 555 VLOG(2) << "NP_Shutdown";
|
/external/chromium_org/content/test/plugin/ |
npapi_test.def | 6 NP_Shutdown @3
|
plugin_client.h | 32 // NP_Shutdown to delete any data allocated in NP_Initialize to be shared
|
npapi_test.cc | 69 EXPORT NPError API_CALL NP_Shutdown() {
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/win/ |
TestNetscapePlugin.def | 6 NP_Shutdown @3
|
TestNetscapePlugin_debug.def | 6 NP_Shutdown @3
|
/external/chromium/chrome/common/ |
default_plugin.cc | 18 default_plugin::NP_Shutdown
|
/external/chromium_org/content/child/npapi/ |
plugin_lib.cc | 26 // instance function calls (i.e. NP_Initialize and NP_Shutdown). So we keep 126 void PluginLib::NP_Shutdown(void) { 128 entry_points_.np_shutdown(); 223 entry_points_.np_shutdown = 225 "NP_Shutdown"); 226 if (entry_points_.np_shutdown == 0) 255 // This is a helper to help perform a delayed NP_Shutdown and FreeLibrary on the 261 // Don't call NP_Shutdown if the library has been reloaded since this task 291 // NP_Shutdown and FreeLibrary calls at least till the next 305 entry_points_.np_shutdown)); [all...] |
plugin_lib.h | 37 NP_ShutdownFunc np_shutdown; member in struct:content::PluginEntryPoints 74 void NP_Shutdown(void);
|
/external/chromium_org/third_party/npapi/npspy/include/ |
epmanager.h | 46 typedef NPError (__stdcall * NP_SHUTDOWN) (void); 63 NP_SHUTDOWN realShutdown; 76 void createEntryPointsForPlugin(char * mimetype, NPPluginFuncs * funcs, NP_SHUTDOWN shutdownproc, XP_HLIB hLib);
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
npspy.def | 44 NP_Shutdown @3
|
npspy.rc | 236 LTEXT "Use this option to emulate 4.x behaviour when NP_Shutdown is called after the last plugin instance is destroyed. If this box is checked the Spy Plugin will call NP_Shutdown after NPP_Destroy is called on last instance.", 238 LTEXT "If this box is unchecked NP_Shutdown will be issued only when the Navigator commands so.",
|
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/ |
main.c | 58 void NP_Shutdown(void); 97 void NP_Shutdown(void) 151 *shutdown = (NPP_ShutdownProcPtr)tVectorForFunctionPointer((FunctionPointer)NP_Shutdown);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
npp_gate.cpp | 100 NP_SHUTDOWN real_NP_Shutdown = (NP_SHUTDOWN)XP_GetSymbol(hLib, "NP_Shutdown");
|
logger.cpp | 119 char szLog[] = "NP_Shutdown by Netscape\r\n"; 286 char szLog[512] = "NP_Shutdown by NPSpy\r\n";
|
np_entry.cpp | 194 NPError WINAPI NP_Shutdown()
|
epmanager.cpp | 91 void NPPEntryPointManager::createEntryPointsForPlugin(char * mimetype, NPPluginFuncs * funcs, NP_SHUTDOWN shutdownproc, XP_HLIB hLib)
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginTest.cpp | 64 void PluginTest::NP_Shutdown()
|
PluginTest.h | 58 static void NP_Shutdown();
|
main.cpp | 130 void STDCALL NP_Shutdown(void) 139 PluginTest::NP_Shutdown();
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
npupp.h | 673 NPError OSCALL NP_Shutdown(); 697 NP_EXPORT(NPError) NP_Shutdown(void);
|
/external/chromium_org/content/browser/ |
plugin_process_host.cc | 254 // The plugin needs to be shutdown gracefully, i.e. NP_Shutdown needs to be
|