Home
last modified time | relevance | path

Searched refs:NPP_NewStream (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s…
83 pluginFuncs->newstream = NPP_NewStream; in NP_GetEntryPoints()
140 …Funcs->newstream = (NPP_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_NewStream); in main()
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… in NPP_NewStream() function
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
DGetURLWithJavaScriptURL.cpp53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) in NPP_NewStream() function in GetURLWithJavaScriptURL
/external/chromium_org/content/test/plugin/
Dplugin_client.cc27 pFuncs->newstream = NPP_NewStream; in GetEntryPoints()
154 NPError NPP_NewStream(NPP instance, NPMIMEType type, in NPP_NewStream() function
/external/chromium_org/third_party/npapi/npspy/common/
Dnp_entry.cpp80 pFuncs->newstream = NPP_NewStream; in NP_GetEntryPoints()
Dnpp_gate.cpp231 NPError NPP_NewStream(NPP instance, in NPP_NewStream() function
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
Dmain.cpp115 pluginFuncs->newstream = NPP_NewStream; in NP_GetEntryPoints()
403 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *s… in NPP_NewStream() function
418 return obj->pluginTest->NPP_NewStream(type, stream, seekable, stype); in NPP_NewStream()
DPluginTest.cpp103 NPError PluginTest::NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* sty… in NPP_NewStream() function in PluginTest
DPluginTest.h64 virtual NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
/external/chromium_org/content/child/npapi/
Dplugin_stream.cc85 NPError err = instance_->NPP_NewStream((NPMIMEType)char_mime_type, in Open()
Dplugin_instance.h192 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool, unsigned short*);
Dplugin_instance.cc264 NPError PluginInstance::NPP_NewStream(NPMIMEType type, in NPP_NewStream() function in content::PluginInstance
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpapi.h689 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
/external/chromium_org/third_party/npapi/bindings/
Dnpapi.h832 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
/external/chromium_org/third_party/npapi/npspy/windows/
Dnpspy.rc196 …CONTROL "NPP_NewStream",IDC_CHECK_NPP_NEWSTREAM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,140,…