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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.h 55 const NPStream* npStream() const { return &m_npStream; }
87 NPStream m_npStream;
NetscapePlugin.cpp 168 NPError NetscapePlugin::destroyStream(NPStream* stream, NPReason reason)
173 if (it->second->npStream() == stream) {
306 NPError NetscapePlugin::NPP_NewStream(NPMIMEType mimeType, NPStream* stream, NPBool seekable, uint16_t* streamType)
311 NPError NetscapePlugin::NPP_DestroyStream(NPStream* stream, NPReason reason)
316 void NetscapePlugin::NPP_StreamAsFile(NPStream* stream, const char* filename)
321 int32_t NetscapePlugin::NPP_WriteReady(NPStream* stream)
326 int32_t NetscapePlugin::NPP_Write(NPStream* stream, int32_t offset, int32_t len, void* buffer)

Completed in 37 milliseconds