Searched refs:NPMIMEType (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpfunctions.h45 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPStream** stream);
99 typedef NPError (*NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
102 typedef NPError (*NPP_NewStreamProcPtr)(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
H A Dnpapi.h161 typedef char* NPMIMEType; typedef
777 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
782 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
820 NPError NP_LOADDS NPN_NewStream(NPP instance, NPMIMEType type,
H A Dnpapi.cpp92 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream)
H A DPluginStream.cpp196 NPError npErr = m_pluginFuncs->newstream(m_instance, (NPMIMEType)mimeTypeStr.data(), &m_stream, false, &m_transferMode);
H A DPluginView.h155 NPError newStream(NPMIMEType type, const char* target, NPStream** stream);
H A DPluginView.cpp253 npErr = m_plugin->pluginFuncs()->newp((NPMIMEType)m_mimeType.utf8().data(), m_instance, m_mode, m_paramCount, m_paramNames, m_paramValues, NULL);
591 NPError PluginView::newStream(NPMIMEType, const char* /* target */, NPStream**)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h133 NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData*);
136 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
H A DNetscapePlugin.cpp402 NPError NetscapePlugin::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* savedData)
417 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint16_t* streamType)
H A DNetscapeBrowserFuncs.cpp312 static NPError NPN_NewStream(NPP, NPMIMEType, const char*, NPStream**)
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.h164 - (NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream;
H A Dnpapi.mm102 NPError NPN_NewStream(NPP instance, NPMIMEType type, const char* target, NPStream** stream)
H A DWebNetscapePluginView.mm1886 -(NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream

Completed in 118 milliseconds