HomeSort by relevance Sort by last modified time
    Searched defs:disentangle (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/dom/
MessagePort.cpp 96 PassOwnPtr<MessagePortChannel> MessagePort::disentangle(ExceptionCode& ec) function in class:WebCore::MessagePort
101 m_entangledChannel->disentangle();
212 // Passed-in ports passed validity checks, so we can disentangle them.
215 OwnPtr<MessagePortChannel> channel = (*ports)[i]->disentangle(ec);
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp 66 void MessagePortChannel::disentangle() function in class:WebCore::MessagePortChannel
68 m_channel->disentangle();
147 void PlatformMessagePortChannel::disentangle() function in class:WebCore::PlatformMessagePortChannel
219 // Disentangle ourselves from the other end. We still maintain a reference to our incoming queue, since previously-existing messages should still be delivered.
  /external/webkit/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 73 void MessagePortChannel::disentangle() function in class:WebCore::MessagePortChannel
75 m_channel->disentangle();
171 void PlatformMessagePortChannel::disentangle() function in class:WebCore::PlatformMessagePortChannel
224 // Disentangle ourselves from the other end. We still maintain a reference to m_webChannel,

Completed in 55 milliseconds