HomeSort by relevance Sort by last modified time
    Searched refs:newstream (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 83 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/
PluginPackageSymbian.cpp 121 m_browserFuncs.newstream = NPN_NewStream;
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 90 pluginFuncs->newstream = NPP_NewStream;
  /external/webkit/Source/WebCore/plugins/
PluginStream.cpp 177 // 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);
npfunctions.h 131 NPN_NewStreamProcPtr newstream; member in struct:_NPNetscapeFuncs
189 NPP_NewStreamProcPtr newstream; member in struct:_NPPluginFuncs
PluginPackage.cpp 294 m_browserFuncs.newstream = NPN_NewStream;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 442 browserFuncs.newstream = (NPN_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_NewStream);
526 pluginFuncs.newstream = (NPP_NewStreamProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.newstream);
555 browserFuncs.newstream = NPN_NewStream;
WebNetscapePluginStream.mm 247 npErr = m_pluginFuncs->newstream(m_plugin, m_mimeType.mutableData(), &m_stream, NO, &m_transferMode);
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 90 pluginFuncs->newstream = NPP_NewStream;
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 93 pluginFuncs->newstream = NPP_NewStream;
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 147 funcs->newstream = NPN_NewStream;
  /development/samples/BrowserPlugin/jni/
main.cpp 102 pluginFuncs->newstream = NPP_NewStream;
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 412 aPluginVTable->newstream = webkit_test_plugin_new_stream;
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 109 pluginFuncs->newstream = NPP_NewStream;
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 96 pluginFuncs->newstream = NPP_NewStream;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 308 return m_pluginModule->pluginFuncs().newstream(&m_npp, mimeType, stream, seekable, streamType);
NetscapeBrowserFuncs.cpp 897 netscapeFuncs.newstream = NPN_NewStream;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 109 pluginFuncs->newstream = NPP_NewStream;

Completed in 199 milliseconds