Home
last modified time | relevance | path

Searched refs:AddPortWithName (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/ports/
Dnode.h203 int AddPortWithName(const PortName& port_name, scoped_refptr<Port> port); in COMPONENT_EXPORT()
Dnode.cc171 int rv = AddPortWithName(port_name, port); in CreateUninitializedPort()
788 int Node::AddPortWithName(const PortName& port_name, scoped_refptr<Port> port) { in AddPortWithName() function in mojo::core::ports::Node
1022 int rv = AddPortWithName(port_name, std::move(port)); in AcceptPort()