Home
last modified time | relevance | path

Searched refs:StreamHandle (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/streams_private/
Dstreams_private_api.h23 class StreamHandle; variable
39 scoped_ptr<content::StreamHandle> stream,
54 linked_ptr<content::StreamHandle> > > StreamMap;
Dstreams_private_api.cc49 scoped_ptr<content::StreamHandle> stream, in ExecuteMimeTypeHandler()
/external/chromium_org/content/public/browser/
Dstream_handle.h14 class CONTENT_EXPORT StreamHandle {
16 virtual ~StreamHandle() {} in ~StreamHandle()
Dresource_dispatcher_host_delegate.h25 class StreamHandle; variable
143 scoped_ptr<StreamHandle> stream,
Dresource_dispatcher_host_delegate.cc96 scoped_ptr<StreamHandle> stream, in OnStreamCreated()
/external/chromium_org/content/browser/streams/
Dstream.h21 class StreamHandle; variable
80 scoped_ptr<StreamHandle> CreateHandle(const GURL& original_url,
Dstream.cc161 scoped_ptr<StreamHandle> Stream::CreateHandle(const GURL& original_url, in CreateHandle()
167 return scoped_ptr<StreamHandle>(stream_handle_).Pass(); in CreateHandle()
Dstream_handle_impl.h17 class StreamHandleImpl : public StreamHandle {
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_resource_dispatcher_host_delegate.h93 scoped_ptr<content::StreamHandle> stream,
Dchrome_resource_dispatcher_host_delegate.cc126 void SendExecuteMimeTypeHandlerEvent(scoped_ptr<content::StreamHandle> stream, in SendExecuteMimeTypeHandlerEvent()
570 scoped_ptr<content::StreamHandle> stream, in OnStreamCreated()