Home
last modified time | relevance | path

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

/external/cronet/components/nacl/renderer/
Dpnacl_translation_resource_host.cc16 PnaclTranslationResourceHost::PnaclTranslationResourceHost( in PnaclTranslationResourceHost() function in PnaclTranslationResourceHost
20 PnaclTranslationResourceHost::~PnaclTranslationResourceHost() { in ~PnaclTranslationResourceHost()
25 void PnaclTranslationResourceHost::OnFilterAdded(IPC::Channel* channel) { in OnFilterAdded()
30 void PnaclTranslationResourceHost::OnFilterRemoved() { in OnFilterRemoved()
35 void PnaclTranslationResourceHost::OnChannelClosing() { in OnChannelClosing()
40 bool PnaclTranslationResourceHost::OnMessageReceived( in OnMessageReceived()
44 IPC_BEGIN_MESSAGE_MAP(PnaclTranslationResourceHost, message) in OnMessageReceived()
51 void PnaclTranslationResourceHost::RequestNexeFd( in RequestNexeFd()
59 base::BindOnce(&PnaclTranslationResourceHost::SendRequestNexeFd, this, in RequestNexeFd()
64 void PnaclTranslationResourceHost::SendRequestNexeFd( in SendRequestNexeFd()
[all …]
Dpnacl_translation_resource_host.h33 class PnaclTranslationResourceHost : public IPC::MessageFilter {
38 explicit PnaclTranslationResourceHost(
41 PnaclTranslationResourceHost(const PnaclTranslationResourceHost&) = delete;
42 PnaclTranslationResourceHost& operator=(const PnaclTranslationResourceHost&) =
51 ~PnaclTranslationResourceHost() override;
Dppb_nacl_private_impl.cc87 base::LazyInstance<scoped_refptr<PnaclTranslationResourceHost>>::
97 new PnaclTranslationResourceHost(render_thread->GetIOTaskRunner()); in InitializePnaclResourceHost()
681 PnaclTranslationResourceHost::RequestNexeFdCallback callback) { in GetNexeFd()