OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WorkerThreadableWebSocketChannel
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/websockets/
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);
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
...]
Completed in 383 milliseconds