Home | History | Annotate | Download | only in websockets

Lines Matching defs:ConnectDelegate

152 // Implementation of WebSocketStream::ConnectDelegate that simply forwards the
154 class WebSocketChannel::ConnectDelegate
155 : public WebSocketStream::ConnectDelegate {
157 explicit ConnectDelegate(WebSocketChannel* creator) : creator_(creator) {}
195 DISALLOW_COPY_AND_ASSIGN(ConnectDelegate);
537 scoped_ptr<WebSocketStream::ConnectDelegate> connect_delegate(
538 new ConnectDelegate(this));