Searched defs:ThreadableWebSocketChannel (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/websockets/
H A DThreadableWebSocketChannel.h46 class ThreadableWebSocketChannel : public Noncopyable { class in namespace:WebCore
48 static PassRefPtr<ThreadableWebSocketChannel> create(ScriptExecutionContext*, WebSocketChannelClient*, const KURL&, const String& protocol);
60 virtual ~ThreadableWebSocketChannel() { }

Completed in 29 milliseconds