Searched defs:Broker (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/core/ | ||
D | broker_posix.cc | 69 Broker::Broker(PlatformHandle handle) : sync_channel_(std::move(handle)) { in Broker() function in mojo::core::Broker |
D | broker_win.cc | 86 Broker::Broker(PlatformHandle handle) : sync_channel_(std::move(handle)) { in Broker() function in mojo::core::Broker |
D | node_controller.h | 41 class Broker; variable |