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

  /external/webkit/Source/WebCore/dom/
MessagePort.cpp 97 PassOwnPtr<MessagePortChannel> MessagePort::disentangle(ExceptionCode& ec) function in class:WebCore::MessagePort
102 m_entangledChannel->disentangle();
221 // Passed-in ports passed validity checks, so we can disentangle them.
224 OwnPtr<MessagePortChannel> channel = (*ports)[i]->disentangle(ec);
  /external/webkit/Source/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/Source/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 156 milliseconds