Home
last modified time | relevance | path

Searched defs:IsolatedConnection (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/mojo/core/
Dnode_controller.h141 struct IsolatedConnection { struct
150 IsolatedConnection& operator=(const IsolatedConnection& other); argument
151 IsolatedConnection& operator=(IsolatedConnection&& other); argument
154 scoped_refptr<NodeChannel> channel;
155 ports::PortRef local_port;
156 std::string name;
Dnode_controller.cc1257 NodeController::IsolatedConnection::IsolatedConnection( in IsolatedConnection() function in mojo::core::NodeController::IsolatedConnection
/external/libchrome/mojo/public/cpp/system/
Disolated_connection.cc12 IsolatedConnection::IsolatedConnection() in IsolatedConnection() function in mojo::IsolatedConnection
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.h20 class IsolatedConnection; variable