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

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.cpp 33 #include "modules/websockets/WorkerThreadableWebSocketChannel.h"
113 WorkerThreadableWebSocketChannel::WorkerThreadableWebSocketChannel(WorkerGlobalScope& workerGlobalScope, WebSocketChannelClient* client, const String& sourceURL, unsigned lineNumber)
123 WorkerThreadableWebSocketChannel::~WorkerThreadableWebSocketChannel()
129 bool WorkerThreadableWebSocketChannel::connect(const KURL& url, const String& protocol)
136 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const String& message)
143 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const ArrayBuffer& binaryData, unsigned byteOffset, unsigned byteLength)
150 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(PassRefPtr<BlobDataHandle> blobData)
157 void WorkerThreadableWebSocketChannel::close(int code, const String& reason
    [all...]
WebSocketChannel.cpp 46 #include "modules/websockets/WorkerThreadableWebSocketChannel.h"
66 return WorkerThreadableWebSocketChannel::create(*workerGlobalScope, client, sourceURL, lineNumber);
WorkerThreadableWebSocketChannel.h 65 class WorkerThreadableWebSocketChannel FINAL : public WebSocketChannel {
70 return adoptRefWillBeRefCountedGarbageCollected(new WorkerThreadableWebSocketChannel(workerGlobalScope, client, sourceURL, lineNumber));
72 virtual ~WorkerThreadableWebSocketChannel();
176 WorkerThreadableWebSocketChannel(WorkerGlobalScope&, WebSocketChannelClient*, const String& sourceURL, unsigned lineNumber);
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk     [all...]
modules.target.darwin-arm64.mk     [all...]
modules.target.darwin-mips.mk     [all...]
modules.target.darwin-x86.mk     [all...]
modules.target.darwin-x86_64.mk     [all...]
modules.target.linux-arm.mk     [all...]
modules.target.linux-arm64.mk     [all...]
modules.target.linux-mips.mk     [all...]
modules.target.linux-x86.mk     [all...]
modules.target.linux-x86_64.mk     [all...]

Completed in 1779 milliseconds