HomeSort by relevance Sort by last modified time
    Searched refs:WebSocketClientImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/services/html_viewer/
websockethandle_impl.h 15 class WebSocketClientImpl;
24 friend class WebSocketClientImpl;
51 scoped_ptr<WebSocketClientImpl> client_;
websockethandle_impl.cc 65 class WebSocketClientImpl : public InterfaceImpl<WebSocketClient> {
67 explicit WebSocketClientImpl(WebSocketHandleImpl* handle,
70 virtual ~WebSocketClientImpl() {}
96 base::Bind(&WebSocketClientImpl::DidReadFromReceiveStream,
142 DISALLOW_COPY_AND_ASSIGN(WebSocketClientImpl);
162 client_.reset(new WebSocketClientImpl(this, client));

Completed in 1113 milliseconds