Searched refs:newstream (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c83 pluginFuncs->newstream = NPP_NewStream;
116 browser->newstream = (NPN_NewStreamProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->newstream);
140 pluginFuncs->newstream = (NPP_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_NewStream);
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp121 m_browserFuncs.newstream = NPN_NewStream;
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
H A Dmain.m90 pluginFuncs->newstream = NPP_NewStream;
/external/webkit/Source/WebCore/plugins/
H A DPluginStream.cpp177 // Protect the stream if destroystream is called from within the newstream handler
185 NPError npErr = m_pluginFuncs->newstream(m_instance, (NPMIMEType)mimeTypeStr.data(), &m_stream, false, &m_transferMode);
189 // If the stream was destroyed in the call to newstream we return
292 m_pluginFuncs->newstream(m_instance, emptyMimeType, &m_stream, false, &m_transferMode);
H A Dnpfunctions.h131 NPN_NewStreamProcPtr newstream; member in struct:_NPNetscapeFuncs
189 NPP_NewStreamProcPtr newstream; member in struct:_NPPluginFuncs
H A DPluginPackage.cpp294 m_browserFuncs.newstream = NPN_NewStream;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginPackage.mm442 browserFuncs.newstream = (NPN_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_NewStream);
526 pluginFuncs.newstream = (NPP_NewStreamProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.newstream);
555 browserFuncs.newstream = NPN_NewStream;
H A DWebNetscapePluginStream.mm247 npErr = m_pluginFuncs->newstream(m_plugin, m_mimeType.mutableData(), &m_stream, NO, &m_transferMode);
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m93 pluginFuncs->newstream = NPP_NewStream;
/external/webkit/Source/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp147 funcs->newstream = NPN_NewStream;
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
H A DTestNetscapePlugin.cpp412 aPluginVTable->newstream = webkit_test_plugin_new_stream;
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A Dmain.m109 pluginFuncs->newstream = NPP_NewStream;
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m96 pluginFuncs->newstream = NPP_NewStream;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp308 return m_pluginModule->pluginFuncs().newstream(&m_npp, mimeType, stream, seekable, streamType);
H A DNetscapeBrowserFuncs.cpp897 netscapeFuncs.newstream = NPN_NewStream;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A Dmain.cpp109 pluginFuncs->newstream = NPP_NewStream;

Completed in 32 milliseconds