Home | History | Annotate | Download | only in TestNetscapePlugIn

Lines Matching refs:destroyStream

219     "destroyStream",
601 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
603 NPError npError = browser->destroystream(obj->npp, obj->stream, NPRES_USER_BREAK);
610 NPError npError = browser->destroystream(obj->npp, 0, NPRES_USER_BREAK);
1029 return destroyStream(plugin, args, argCount, result);