Searched defs:NPP_NewStream (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc27 pFuncs->newstream = NPP_NewStream;
154 NPError NPP_NewStream(NPP instance, NPMIMEType type, function
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c43 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) function
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp231 NPError NPP_NewStream(NPP instance, function
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp120 pluginFuncs->newstream = NPP_NewStream;
411 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype) function
426 return obj->pluginTest->NPP_NewStream(type, stream, seekable, stype);
H A DPluginTest.cpp97 NPError PluginTest::NPP_NewStream(NPMIMEType type, function in class:PluginTest
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc266 NPError PluginInstance::NPP_NewStream(NPMIMEType type, function in class:content::PluginInstance

Completed in 6241 milliseconds