Home
last modified time | relevance | path

Searched refs:InitBrokerWithChannel (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dbroker_dispatcher.h22 virtual bool InitBrokerWithChannel(ProxyChannel::Delegate* delegate,
Dbroker_dispatcher.cc22 bool BrokerDispatcher::InitBrokerWithChannel( in InitBrokerWithChannel() function in ppapi::proxy::BrokerDispatcher
/external/chromium_org/content/renderer/pepper/
Dpepper_broker.cc69 if (!dispatcher_->InitBrokerWithChannel(dispatcher_delegate_.get(), in Init()
/external/chromium_org/content/ppapi_plugin/
Dppapi_thread.cc468 init_result = broker_dispatcher->InitBrokerWithChannel(this, in SetupRendererChannel()