Home | History | Annotate | Download | only in TestNetscapePlugIn.subproj

Lines Matching refs:destroyStream

190     "destroyStream",
478 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result)
480 NPError npError = browser->destroystream(obj->npp, obj->stream, NPRES_USER_BREAK);
487 NPError npError = browser->destroystream(obj->npp, 0, NPRES_USER_BREAK);
768 return destroyStream(plugin, args, argCount, result);