HomeSort by relevance Sort by last modified time
    Searched refs:newstream (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 80 pFuncs->newstream = NPP_NewStream;
145 NPNFuncs.newstream = pFuncs->newstream;
epmanager.cpp 107 eps->realNPPFuncs.newstream = funcs->newstream;
293 if(!nppfuncs || !nppfuncs->newstream)
296 return CallNPP_NewStreamProc(nppfuncs->newstream, instance, type, stream, seekable, stype);
logger.cpp 180 if(pNPPFuncs->newstream)
181 sprintf(szLog9, " newstream = %#08lx\r\n", pNPPFuncs->newstream);
183 sprintf(szLog9, " newstream = not set!\r\n");
npp_gate.cpp 127 fakeNPNFuncs.newstream = NPN_NewStream;
npn_gate.cpp 151 rv = NPNFuncs.newstream(instance, type, target, stream);
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 83 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/
plugin_instance.cc 271 DCHECK(npp_functions_->newstream != 0);
272 if (npp_functions_->newstream != 0) {
273 return npp_functions_->newstream(npp_, type, stream, seekable, stype);
plugin_host.cc 110 host_funcs_.newstream = &NPN_NewStream;
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 136 NPP_NewStreamProcPtr newstream; member in struct:_NPPluginFuncs
160 NPN_NewStreamProcPtr newstream; member in struct:_NPNetscapeFuncs
  /external/chromium_org/content/test/plugin/
plugin_client.cc 27 pFuncs->newstream = NPP_NewStream;
162 return plugin->NewStream(type, stream, seekable, stype);
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 505 NPP_NewStreamUPP newstream; member in struct:_NPPluginFuncs
524 NPN_NewStreamUPP newstream; member in struct:_NPNetscapeFuncs
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 120 pluginFuncs->newstream = NPP_NewStream;

Completed in 360 milliseconds