Home
last modified time | relevance | path

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

/external/chromium_org/net/websockets/
Dwebsocket_stream.cc23 class StreamRequestImpl;
27 explicit Delegate(StreamRequestImpl* owner) : owner_(owner) {} in Delegate()
47 StreamRequestImpl* owner_;
50 class StreamRequestImpl : public WebSocketStreamRequest { class
52 StreamRequestImpl( in StreamRequestImpl() function in net::__anon8cab07da0111::StreamRequestImpl
64 virtual ~StreamRequestImpl() {} in ~StreamRequestImpl()
135 scoped_ptr<StreamRequestImpl> request( in CreateAndConnectStreamWithCreateHelper()
136 new StreamRequestImpl(socket_url, in CreateAndConnectStreamWithCreateHelper()