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

  /external/webkit/WebKit/chromium/src/
PlatformMessagePortChannel.cpp 148 // Entangle the two endpoints.
152 // Now entangle the proxies with the appropriate local ports.
153 port1->entangle(MessagePortChannel::create(channel2));
154 port2->entangle(MessagePortChannel::create(channel1));
245 m_webChannel->entangle(remote->m_webChannel);
WebSharedWorkerImpl.cpp 88 port->entangle(channel.release());
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp 128 // Entangle the two endpoints.
132 // Now entangle the proxies with the appropriate local ports.
133 port1->entangle(MessagePortChannel::create(channel2));
134 port2->entangle(MessagePortChannel::create(channel1));
  /external/webkit/WebCore/dom/
MessagePort.cpp 141 void MessagePort::entangle(PassOwnPtr<MessagePortChannel> remote) function in class:WebCore::MessagePort
147 // Don't entangle the ports if the channel is closed.
230 port->entangle((*channels)[i].release());
MessagePort.h 67 void entangle(PassOwnPtr<MessagePortChannel>);
  /external/webkit/WebKit/chromium/public/
WebMessagePortChannel.h 51 virtual void entangle(WebMessagePortChannel*) = 0;
  /external/webkit/WebCore/bindings/v8/
V8GCController.cpp 202 // ports are actually entangled in MessagePort::entangle, but to avoid
  /external/webkit/WebCore/workers/
DefaultSharedWorkerRepository.cpp 238 port->entangle(m_channel.release());

Completed in 545 milliseconds