Searched defs:Bridge (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWorkerThreadableWebSocketChannel.cpp59 typedef WorkerThreadableWebSocketChannel::Bridge Bridge; typedef in namespace:blink
113 : m_bridge(new Bridge(client, workerGlobalScope))
188 Peer::Peer(Bridge* bridge, WorkerLoaderProxy& loaderProxy, ThreadableWebSocketChannelSyncHelper* syncHelper)
277 static void workerGlobalScopeDidConnect(ExecutionContext* context, Bridge* bridge, const String& subprotocol, const String& extensions)
290 static void workerGlobalScopeDidReceiveMessage(ExecutionContext* context, Bridge* bridge, const String& message)
303 static void workerGlobalScopeDidReceiveBinaryData(ExecutionContext* context, Bridge* bridge, PassOwnPtr<Vector<char> > binaryData)
316 static void workerGlobalScopeDidConsumeBufferedAmount(ExecutionContext* context, Bridge* bridge, unsigned long consumed)
329 static void workerGlobalScopeDidStartClosingHandshake(ExecutionContext* context, Bridge* bridge)
342 static void workerGlobalScopeDidClose(ExecutionContext* context, Bridge* bridg
380 Bridge::Bridge(WebSocketChannelClient* client, WorkerGlobalScope& workerGlobalScope) function in class:blink::Bridge
[all...]

Completed in 1241 milliseconds