Lines Matching defs:BrokerDispatcher
15 BrokerDispatcher::BrokerDispatcher(PP_ConnectInstance_Func connect_instance)
19 BrokerDispatcher::~BrokerDispatcher() {
22 bool BrokerDispatcher::InitBrokerWithChannel(
31 bool BrokerDispatcher::OnMessageReceived(const IPC::Message& msg) {
35 IPC_BEGIN_MESSAGE_MAP(BrokerDispatcher, msg)
45 void BrokerDispatcher::OnMsgConnectToPlugin(
69 : BrokerDispatcher(NULL) {
74 BrokerDispatcher::OnChannelError(); // Stop using the channel.
83 : BrokerDispatcher(connect_instance) {
88 BrokerDispatcher::OnChannelError();