Searched refs:setEntangledChannel (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DPlatformMessagePortChannel.h77 void setEntangledChannel(PassRefPtr<PlatformMessagePortChannel>);
H A DPlatformMessagePortChannel.cpp149 channel1->setEntangledChannel(channel2);
150 channel2->setEntangledChannel(channel1);
242 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote) function in class:WebCore::PlatformMessagePortChannel
/external/webkit/WebCore/dom/default/
H A DPlatformMessagePortChannel.cpp129 channel1->setEntangledChannel(channel2);
130 channel2->setEntangledChannel(channel1);
174 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote) function in class:WebCore::PlatformMessagePortChannel
H A DPlatformMessagePortChannel.h94 void setEntangledChannel(PassRefPtr<PlatformMessagePortChannel>);

Completed in 72 milliseconds