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

  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
90 pluginFuncs->newstream = NPP_NewStream;
163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 43 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)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 41 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream,
90 pluginFuncs->newstream = NPP_NewStream;
191 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
93 pluginFuncs->newstream = NPP_NewStream;
167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /development/samples/BrowserPlugin/jni/
main.cpp 48 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream,
102 pluginFuncs->newstream = NPP_NewStream;
303 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 78 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
109 pluginFuncs->newstream = NPP_NewStream;
193 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 65 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
96 pluginFuncs->newstream = NPP_NewStream;
180 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 107 NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
NetscapePluginStream.cpp 159 NPError error = m_plugin->NPP_NewStream(const_cast<char*>(m_mimeType.data()), &m_npStream, false, &m_transferMode);
NetscapePlugin.cpp 306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint16_t* streamType)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 109 pluginFuncs->newstream = NPP_NewStream;
388 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype)
  /external/webkit/Source/WebCore/bridge/
npapi.h 204 * Available from NPP_NewStream onwards.
712 * Values for stream type passed to NPP_NewStream:
823 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,

Completed in 134 milliseconds