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

  /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)
  /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/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/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint16_t* streamType)

Completed in 20 milliseconds