Home
last modified time | relevance | path

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

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