Home
last modified time | relevance | path

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

/external/chromium_org/net/websockets/
Dwebsocket_stream.cc38 class StreamRequestImpl;
49 explicit Delegate(StreamRequestImpl* owner) in Delegate()
84 StreamRequestImpl* owner_;
88 class StreamRequestImpl : public WebSocketStreamRequest { class
90 StreamRequestImpl( in StreamRequestImpl() function in net::__anon70d6c5670111::StreamRequestImpl
121 virtual ~StreamRequestImpl() {} in ~StreamRequestImpl()
129 base::Bind(&StreamRequestImpl::OnTimeout, in Start()
312 scoped_ptr<StreamRequestImpl> request( in CreateAndConnectStream()
313 new StreamRequestImpl(socket_url, in CreateAndConnectStream()
331 scoped_ptr<StreamRequestImpl> request( in CreateAndConnectStreamForTesting()
[all …]