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

  /external/webkit/Source/WebCore/websockets/
WorkerThreadableWebSocketChannel.cpp 35 #include "WorkerThreadableWebSocketChannel.h"
52 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerContext* context, WebSocketChannelClient* client, const String& taskMode, const KURL& url, const String& protocol)
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::disconnect(
    [all...]
WorkerThreadableWebSocketChannel.h 54 class WorkerThreadableWebSocketChannel : public RefCounted<WorkerThreadableWebSocketChannel>, public ThreadableWebSocketChannel {
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);
ThreadableWebSocketChannel.cpp 45 #include "WorkerThreadableWebSocketChannel.h"
64 return WorkerThreadableWebSocketChannel::create(workerContext, client, mode, url, protocol);

Completed in 74 milliseconds