HomeSort by relevance Sort by last modified time
    Searched refs:attached_ports (Results 1 - 5 of 5) sorted by null

  /external/libchrome/mojo/core/
invitation_dispatcher.cc 19 PortMapping attached_ports; local
25 std::swap(attached_ports, attached_ports_);
27 for (auto& entry : attached_ports)
65 PortMapping attached_ports; local
68 std::swap(attached_ports, attached_ports_);
70 return attached_ports;
core.cc 194 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports,
198 target_process, std::move(connection_params), attached_ports,
1370 std::vector<std::pair<std::string, ports::PortRef>> attached_ports; local
    [all...]
core.h 82 // |attached_ports| is a list of named port references to be attached to the
88 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports,
node_controller.h 83 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports,
node_controller.cc 178 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports,
188 for (auto& entry : attached_ports) {
    [all...]

Completed in 679 milliseconds