Searched defs:entangle (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DMessagePort.cpp142 void MessagePort::entangle(PassOwnPtr<MessagePortChannel> remote) function in class:WebCore::MessagePort
148 // Don't entangle the ports if the channel is closed.
239 port->entangle((*channels)[i].release());

Completed in 70 milliseconds