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

  /external/webkit/Source/WebCore/workers/
SharedWorker.cpp 58 OwnPtr<MessagePortChannel> remotePort = channel->port2()->disentangle(ec);
  /external/webkit/Source/WebKit/chromium/src/
PlatformMessagePortChannel.h 58 void disentangle();
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,
  /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);
MessagePortChannel.h 71 void disentangle();
MessagePort.h 65 PassOwnPtr<MessagePortChannel> disentangle(ExceptionCode&);
67 // Disentangle an array of ports, returning the entangled channels.
  /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.
PlatformMessagePortChannel.h 53 void disentangle();

Completed in 228 milliseconds