Searched refs:Bridge (Results 1 - 5 of 5) 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...]
H A DWorkerThreadableWebSocketChannel.h81 class Bridge;
87 Peer(Bridge*, WorkerLoaderProxy&, ThreadableWebSocketChannelSyncHelper*);
120 Member<Bridge> m_bridge;
126 // Bridge for Peer. Running on the worker thread.
127 class Bridge FINAL : public GarbageCollectedFinalized<Bridge> {
128 WTF_MAKE_NONCOPYABLE(Bridge);
130 Bridge(WebSocketChannelClient*, WorkerGlobalScope&);
131 ~Bridge();
163 Member<Bridge> m_bridg
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dglobal_error_bubble_controller.h21 class Bridge;
29 scoped_ptr<GlobalErrorBubbleControllerInternal::Bridge> bridge_;
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend62 ATTRIBUTE Ascend-Bridge-Address 168 string
124 ATTRIBUTE Ascend-Bridge 230 integer
188 VALUE Ascend-Bridge Bridge-No 0
189 VALUE Ascend-Bridge Bridge-Yes 1
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids678 6015 Bridge(I2C/SPI/UART/FIFO)
1013 001c USB-IDE Bridge: DUB-PxxG
1700 625f TUSB6250 ATA Bridge
2814 7270 ST Micro Serial Bridge
3850 0101 USB2-IDE/ATAPI Bridge Adapter
3851 0201 USB2-IDE/ATAPI Bridge Adapter
3856 0319 USB2-IDE/ATAPI Bridge Adapter
3857 031a USB2-IDE/ATAPI Bridge Adapter
3858 031b USB2-IDE/ATAPI Bridge Adapter
4047 0002 SL11R-IDE IDE Bridge
[all...]

Completed in 512 milliseconds