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

  /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);

Completed in 58 milliseconds