Home
last modified time | relevance | path

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

/external/chromium_org/third_party/npapi/npspy/common/
Depmanager.cpp210 NPPluginFuncs * nppfuncs = NULL; in callNPP_New() local
216 nppfuncs = &eps->realNPPFuncs; in callNPP_New()
228 if(!nppfuncs || !nppfuncs->newp) in callNPP_New()
231 NPError rv = CallNPP_NewProc(nppfuncs->newp, pluginType, instance, mode, argc, argn, argv, saved); in callNPP_New()
238 NPPluginFuncs * nppfuncs = NULL; in callNPP_Destroy() local
249 nppfuncs = &eps->realNPPFuncs; in callNPP_Destroy()
275 if(!nppfuncs || !nppfuncs->destroy) in callNPP_Destroy()
278 return CallNPP_DestroyProc(nppfuncs->destroy, instance, save); in callNPP_Destroy()
283 NPPluginFuncs * nppfuncs = findEntryPointsForInstance(instance); in callNPP_SetWindow() local
284 if(!nppfuncs || !nppfuncs->setwindow) in callNPP_SetWindow()
[all …]