Home
last modified time | relevance | path

Searched refs:channel1 (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/chromium/src/
DPlatformMessagePortChannel.cpp145 RefPtr<PlatformMessagePortChannel> channel1 = PlatformMessagePortChannel::create(); in createChannel() local
149 channel1->setEntangledChannel(channel2); in createChannel()
150 channel2->setEntangledChannel(channel1); in createChannel()
154 port2->entangle(MessagePortChannel::create(channel1)); in createChannel()
/external/webkit/WebCore/dom/default/
DPlatformMessagePortChannel.cpp125 … RefPtr<PlatformMessagePortChannel> channel1 = PlatformMessagePortChannel::create(queue1, queue2); in createChannel() local
129 channel1->setEntangledChannel(channel2); in createChannel()
130 channel2->setEntangledChannel(channel1); in createChannel()
134 port2->entangle(MessagePortChannel::create(channel1)); in createChannel()
/external/kernel-headers/original/linux/
Dcdrom.h198 __u8 channel1; member