Searched refs:newstream (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
H A Dnp_entry.cpp80 pFuncs->newstream = NPP_NewStream;
145 NPNFuncs.newstream = pFuncs->newstream;
H A Depmanager.cpp107 eps->realNPPFuncs.newstream = funcs->newstream;
293 if(!nppfuncs || !nppfuncs->newstream)
296 return CallNPP_NewStreamProc(nppfuncs->newstream, instance, type, stream, seekable, stype);
H A Dlogger.cpp180 if(pNPPFuncs->newstream)
181 sprintf(szLog9, " newstream = %#08lx\r\n", pNPPFuncs->newstream);
183 sprintf(szLog9, " newstream = not set!\r\n");
H A Dnpp_gate.cpp127 fakeNPNFuncs.newstream = NPN_NewStream;
H A Dnpn_gate.cpp151 rv = NPNFuncs.newstream(instance, type, target, stream);
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c83 pluginFuncs->newstream = NPP_NewStream;
116 browser->newstream = (NPN_NewStreamProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->newstream);
140 pluginFuncs->newstream = (NPP_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_NewStream);
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc271 DCHECK(npp_functions_->newstream != 0);
272 if (npp_functions_->newstream != 0) {
273 return npp_functions_->newstream(npp_, type, stream, seekable, stype);
H A Dplugin_host.cc110 host_funcs_.newstream = &NPN_NewStream;
/external/chromium_org/third_party/npapi/bindings/
H A Dnpfunctions.h136 NPP_NewStreamProcPtr newstream; member in struct:_NPPluginFuncs
160 NPN_NewStreamProcPtr newstream; member in struct:_NPNetscapeFuncs
/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc27 pFuncs->newstream = NPP_NewStream;
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h505 NPP_NewStreamUPP newstream; member in struct:_NPPluginFuncs
524 NPN_NewStreamUPP newstream; member in struct:_NPNetscapeFuncs
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp120 pluginFuncs->newstream = NPP_NewStream;

Completed in 237 milliseconds