Searched refs:onStreamDestroy (Results 1 – 3 of 3) sorted by relevance
206 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy) in NPP_New()207 obj->onStreamDestroy = strdup(argv[i]); in NPP_New()328 if (obj->onStreamDestroy) in NPP_Destroy()329 free(obj->onStreamDestroy); in NPP_Destroy()425 if (obj->onStreamDestroy) { in NPP_DestroyStream()431 …etproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDe… in NPP_DestroyStream()
56 char* onStreamDestroy; member
1194 newInstance->onStreamDestroy = 0; in pluginAllocate()