Searched refs:PnaclTranslationResourceHost (Results 1 – 3 of 3) sorted by relevance
16 PnaclTranslationResourceHost::PnaclTranslationResourceHost( in PnaclTranslationResourceHost() function in PnaclTranslationResourceHost20 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 …]
33 class PnaclTranslationResourceHost : public IPC::MessageFilter {38 explicit PnaclTranslationResourceHost(41 PnaclTranslationResourceHost(const PnaclTranslationResourceHost&) = delete;42 PnaclTranslationResourceHost& operator=(const PnaclTranslationResourceHost&) =51 ~PnaclTranslationResourceHost() override;
87 base::LazyInstance<scoped_refptr<PnaclTranslationResourceHost>>::97 new PnaclTranslationResourceHost(render_thread->GetIOTaskRunner()); in InitializePnaclResourceHost()681 PnaclTranslationResourceHost::RequestNexeFdCallback callback) { in GetNexeFd()