Searched defs:NPN_NewStream (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpn_gate.cpp141 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream) function
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc110 host_funcs_.newstream = &NPN_NewStream;
545 NPError NPN_NewStream(NPP id, function
555 DVLOG(1) << "NPN_NewStream is not implemented yet.";

Completed in 89 milliseconds