Searched defs:IsolatedConnection (Results 1 – 4 of 4) sorted by relevance
141 struct IsolatedConnection { struct150 IsolatedConnection& operator=(const IsolatedConnection& other); argument151 IsolatedConnection& operator=(IsolatedConnection&& other); argument154 scoped_refptr<NodeChannel> channel;155 ports::PortRef local_port;156 std::string name;
1257 NodeController::IsolatedConnection::IsolatedConnection( in IsolatedConnection() function in mojo::core::NodeController::IsolatedConnection
12 IsolatedConnection::IsolatedConnection() in IsolatedConnection() function in mojo::IsolatedConnection
20 class IsolatedConnection; variable