getStream         111 libbase/StreamProvider.cpp         return getStream(url, postdata);
getStream          69 libbase/StreamProvider.h 	virtual std::auto_ptr<IOChannel> getStream(const URL& url,
getStream          81 libbase/StreamProvider.h 	virtual std::auto_ptr<IOChannel> getStream(const URL& url,
getStream          84 libbase/StreamProvider.h 	virtual std::auto_ptr<IOChannel> getStream(const URL& url,
getStream         305 libcore/MovieFactory.cpp         in = streamProvider.getStream(url, *postdata, rcfile.saveLoadedMedia());
getStream         307 libcore/MovieFactory.cpp     else in = streamProvider.getStream(url, rcfile.saveLoadedMedia());
getStream         377 libcore/asobj/LoadableObject.cpp         str = ri.streamProvider().getStream(url, strval, headers);
getStream         394 libcore/asobj/LoadableObject.cpp         str = ri.streamProvider().getStream(url.str());
getStream         440 libcore/asobj/LoadableObject.cpp     std::auto_ptr<IOChannel> str(ri.streamProvider().getStream(url));
getStream         595 libcore/asobj/NetConnection_as.cpp     return streamProvider.getStream(url, rcfile.saveStreamingMedia());
getStream        1060 libcore/asobj/NetConnection_as.cpp     _connection.reset(sp.getStream(url, postdata, _headers).release());
getStream         107 libcore/asobj/NetConnection_as.h     std::auto_ptr<IOChannel> getStream(const std::string& name);
getStream         408 libcore/asobj/NetStream_as.cpp     _inputStream = _netCon->getStream(url); 
getStream         533 libcore/asobj/Sound_as.cpp     std::auto_ptr<IOChannel> inputStream(streamProvider.getStream(url,