Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/proxy/
Dbroker_dispatcher.cc68 BrokerHostDispatcher::BrokerHostDispatcher() in BrokerHostDispatcher() function in ppapi::proxy::BrokerHostDispatcher
72 void BrokerHostDispatcher::OnChannelError() { in OnChannelError()
Dbroker_dispatcher.h45 class PPAPI_PROXY_EXPORT BrokerHostDispatcher : public BrokerDispatcher {
47 BrokerHostDispatcher();
/external/chromium_org/content/renderer/pepper/
Dpepper_broker.cc67 dispatcher_.reset(new ppapi::proxy::BrokerHostDispatcher()); in Init()