Searched refs:Entangle (Results 1 – 5 of 5) sorted by relevance
72 impl1->Entangle(impl2); in CreatePair()73 impl2->Entangle(impl1); in CreatePair()173 void WebMessagePortChannelImpl::Entangle( in Entangle() function in content::WebMessagePortChannelImpl181 base::Bind(&WebMessagePortChannelImpl::Entangle, this, channel)); in Entangle()
66 void Entangle(scoped_refptr<WebMessagePortChannelImpl> channel);
33 void Entangle(int local_message_port_id, int remote_message_port_id);
35 MessagePortService::Entangle) in OnMessageReceived()
95 void MessagePortService::Entangle(int local_message_port_id, in Entangle() function in content::MessagePortService