Home
last modified time | relevance | path

Searched refs:BrokerDispatcher (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dbroker_dispatcher.cc15 BrokerDispatcher::BrokerDispatcher(PP_ConnectInstance_Func connect_instance) in BrokerDispatcher() function in ppapi::proxy::BrokerDispatcher
19 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()
Dbroker_dispatcher.h15 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 {
/external/chromium_org/content/renderer/pepper/
Dpepper_broker.h21 class BrokerDispatcher; variable
42 scoped_ptr<ppapi::proxy::BrokerDispatcher> dispatcher_;