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

/external/chromium_org/content/child/npapi/
H A Dplugin_lib.h74 void NP_Shutdown(void);
H A Dplugin_lib.cc26 // instance function calls (i.e. NP_Initialize and NP_Shutdown). So we keep
126 void PluginLib::NP_Shutdown(void) { function in class:content::PluginLib
225 "NP_Shutdown");
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
332 NP_Shutdown();
/external/chromium_org/content/test/plugin/
H A Dnpapi_test.cc69 EXPORT NPError API_CALL NP_Shutdown() { function
/external/chromium_org/third_party/WebKit/ManualTests/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/chromium_org/third_party/npapi/npspy/common/
H A Dnp_entry.cpp194 NPError WINAPI NP_Shutdown() function
/external/chromium_org/content/shell/tools/plugin/
H A DPluginTest.cpp63 void PluginTest::NP_Shutdown() { function in class:PluginTest
H A DPluginTest.h74 static void NP_Shutdown();
H A Dmain.cpp135 void STDCALL NP_Shutdown(void) function
144 PluginTest::NP_Shutdown();
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h673 NPError OSCALL NP_Shutdown();
697 NP_EXPORT(NPError) NP_Shutdown(void);

Completed in 6853 milliseconds