Searched refs:WorkerThreadableWebSocketChannel (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/websockets/
H A DWorkerThreadableWebSocketChannel.cpp35 #include "WorkerThreadableWebSocketChannel.h"
52 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerContext* context, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol) function in class:WebCore::WorkerThreadableWebSocketChannel
59 WorkerThreadableWebSocketChannel::~WorkerThreadableWebSocketChannel()
65 void WorkerThreadableWebSocketChannel::connect()
71 bool WorkerThreadableWebSocketChannel::send(const String& message)
78 unsigned long WorkerThreadableWebSocketChannel::bufferedAmount() const
85 void WorkerThreadableWebSocketChannel::close()
91 void WorkerThreadableWebSocketChannel
[all...]
H A DWorkerThreadableWebSocketChannel.h54 class WorkerThreadableWebSocketChannel : public RefCounted<WorkerThreadableWebSocketChannel>, public ThreadableWebSocketChannel { class in namespace:WebCore
59 return adoptRef(new WorkerThreadableWebSocketChannel(workerContext, client, taskMode, url, protocol));
61 virtual ~WorkerThreadableWebSocketChannel();
71 using RefCounted<WorkerThreadableWebSocketChannel>::ref;
72 using RefCounted<WorkerThreadableWebSocketChannel>::deref;
151 WorkerThreadableWebSocketChannel(WorkerContext*, WebSocketChannelClient*, const String& taskMode, const KURL&, const String& protocol);
H A DThreadableWebSocketChannel.cpp45 #include "WorkerThreadableWebSocketChannel.h"
64 return WorkerThreadableWebSocketChannel::create(workerContext, client, mode, url, protocol);

Completed in 196 milliseconds