HomeSort by relevance Sort by last modified time
    Searched defs:NPP_NewStream (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 231 NPError NPP_NewStream(NPP instance,
  /external/chromium_org/content/test/plugin/
plugin_client.cc 27 pFuncs->newstream = NPP_NewStream;
154 NPError NPP_NewStream(NPP instance, NPMIMEType type,
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
83 pluginFuncs->newstream = NPP_NewStream;
140 pluginFuncs->newstream = (NPP_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_NewStream);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 97 NPError PluginTest::NPP_NewStream(NPMIMEType type,
main.cpp 120 pluginFuncs->newstream = NPP_NewStream;
411 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype)
426 return obj->pluginTest->NPP_NewStream(type, stream, seekable, stype);
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 266 NPError PluginInstance::NPP_NewStream(NPMIMEType type,

Completed in 883 milliseconds