HomeSort by relevance Sort by last modified time
    Searched defs:BrokerDispatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
broker_dispatcher.cc 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
    [all...]
broker_dispatcher.h 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 {

Completed in 151 milliseconds