Searched refs:BrokerDispatcher (Results 1 – 3 of 3) sorted by relevance
15 BrokerDispatcher::BrokerDispatcher(PP_ConnectInstance_Func connect_instance) in BrokerDispatcher() function in ppapi::proxy::BrokerDispatcher19 BrokerDispatcher::~BrokerDispatcher() { in ~BrokerDispatcher()22 bool BrokerDispatcher::InitBrokerWithChannel( in InitBrokerWithChannel()31 bool BrokerDispatcher::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()35 IPC_BEGIN_MESSAGE_MAP(BrokerDispatcher, msg) in OnMessageReceived()45 void BrokerDispatcher::OnMsgConnectToPlugin( in OnMsgConnectToPlugin()69 : BrokerDispatcher(NULL) { in BrokerHostDispatcher()74 BrokerDispatcher::OnChannelError(); // Stop using the channel. in OnChannelError()83 : BrokerDispatcher(connect_instance) { in BrokerSideDispatcher()88 BrokerDispatcher::OnChannelError(); in OnChannelError()
15 class PPAPI_PROXY_EXPORT BrokerDispatcher : public ProxyChannel {17 virtual ~BrokerDispatcher();32 explicit BrokerDispatcher(PP_ConnectInstance_Func connect_instance);41 DISALLOW_COPY_AND_ASSIGN(BrokerDispatcher);45 class PPAPI_PROXY_EXPORT BrokerHostDispatcher : public BrokerDispatcher {54 class PPAPI_PROXY_EXPORT BrokerSideDispatcher : public BrokerDispatcher {
21 class BrokerDispatcher; variable42 scoped_ptr<ppapi::proxy::BrokerDispatcher> dispatcher_;