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

  /external/webkit/Source/WebKit/chromium/src/
PlatformMessagePortChannel.h 74 void setEntangledChannel(PassRefPtr<PlatformMessagePortChannel>);
PlatformMessagePortChannel.cpp 149 channel1->setEntangledChannel(channel2);
150 channel2->setEntangledChannel(channel1);
242 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote)
  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.cpp 129 channel1->setEntangledChannel(channel2);
130 channel2->setEntangledChannel(channel1);
174 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote)
PlatformMessagePortChannel.h 94 void setEntangledChannel(PassRefPtr<PlatformMessagePortChannel>);

Completed in 427 milliseconds