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

  /external/chromium_org/components/nacl/renderer/
pnacl_translation_resource_host.cc 15 PnaclTranslationResourceHost::CacheRequestInfo::CacheRequestInfo(
21 PnaclTranslationResourceHost::CacheRequestInfo::~CacheRequestInfo() {}
23 PnaclTranslationResourceHost::PnaclTranslationResourceHost(
27 PnaclTranslationResourceHost::~PnaclTranslationResourceHost() {
32 void PnaclTranslationResourceHost::OnFilterAdded(IPC::Channel* channel) {
37 void PnaclTranslationResourceHost::OnFilterRemoved() {
42 void PnaclTranslationResourceHost::OnChannelClosing() {
47 bool PnaclTranslationResourceHost::OnMessageReceived
    [all...]
pnacl_translation_resource_host.h 25 class PnaclTranslationResourceHost : public IPC::ChannelProxy::MessageFilter {
27 explicit PnaclTranslationResourceHost(
38 virtual ~PnaclTranslationResourceHost();
81 DISALLOW_COPY_AND_ASSIGN(PnaclTranslationResourceHost);

Completed in 46 milliseconds