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/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.h
57
class
WorkerThreadableWebSocketChannel
: public RefCounted<
WorkerThreadableWebSocketChannel
>, public WebSocketChannel {
62
return adoptRef(new
WorkerThreadableWebSocketChannel
(workerGlobalScope, client, taskMode, sourceURL, lineNumber));
64
virtual ~
WorkerThreadableWebSocketChannel
();
122
using RefCounted<
WorkerThreadableWebSocketChannel
>::ref;
123
using RefCounted<
WorkerThreadableWebSocketChannel
>::deref;
180
WorkerThreadableWebSocketChannel
(WorkerGlobalScope*, WebSocketChannelClient*, const String& taskMode, const String& sourceURL, unsigned lineNumber);
WorkerThreadableWebSocketChannel.cpp
33
#include "modules/websockets/
WorkerThreadableWebSocketChannel
.h"
53
WorkerThreadableWebSocketChannel
::
WorkerThreadableWebSocketChannel
(WorkerGlobalScope* context, WebSocketChannelClient* client, const String& taskMode, const String& sourceURL, unsigned lineNumber)
63
WorkerThreadableWebSocketChannel
::~
WorkerThreadableWebSocketChannel
()
69
void
WorkerThreadableWebSocketChannel
::connect(const KURL& url, const String& protocol)
75
String
WorkerThreadableWebSocketChannel
::subprotocol()
81
String
WorkerThreadableWebSocketChannel
::extensions()
87
WebSocketChannel::SendResult
WorkerThreadableWebSocketChannel
::send(const String& message)
94
WebSocketChannel::SendResult
WorkerThreadableWebSocketChannel
::send(const ArrayBuffer& binaryData, unsigned byteOffset, unsigned byteLength
[
all
...]
Completed in 44 milliseconds