Home
last modified time | relevance | path

Searched refs:epManager (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
Dnpp_gate.cpp49 extern NPPEntryPointManager * epManager;
69 if(epManager == NULL) in NPP_New()
80 if(NULL == epManager->findEntryPointsForPlugin(pluginType)) in NPP_New()
115 epManager->createEntryPointsForPlugin(pluginType, &realNPPFuncs, real_NP_Shutdown, hLib); in NPP_New()
172 NPError rv = epManager->callNPP_New(pluginType, instance, mode, argc, argn, argv, saved); in NPP_New()
182 if(epManager == NULL) in NPP_Destroy()
193 NPError rv = epManager->callNPP_Destroy(instance, save, &last); in NPP_Destroy()
201 epManager->callNP_Shutdown(instance); in NPP_Destroy()
205 epManager->removeEntryPointsForPlugin(instance, &hLib); in NPP_Destroy()
214 if(epManager == NULL) in NPP_SetWindow()
[all …]
Dnp_entry.cpp48 NPPEntryPointManager * epManager = NULL; variable
184 epManager = new NPPEntryPointManager(); in NP_Initialize()
185 if(!epManager) { in NP_Initialize()
197 if(epManager) in NP_Shutdown()
198 epManager->callNP_ShutdownAll(); // this will log the action in NP_Shutdown()
208 delete epManager; in NP_Shutdown()