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

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host.cc 29 PnaclHost::PnaclHost()
32 PnaclHost::~PnaclHost() {}
34 PnaclHost* PnaclHost::GetInstance() { return Singleton<PnaclHost>::get(); }
36 PnaclHost::PendingTranslation::PendingTranslation()
46 PnaclHost::PendingTranslation::~PendingTranslation() {}
69 void PnaclHost::OnCacheInitialized(int net_error)
    [all...]
pnacl_host.h 30 class PnaclHost {
35 static PnaclHost* GetInstance();
37 PnaclHost();
38 ~PnaclHost();
62 // The returned temp fd may be closed at any time by PnaclHost, so it should
88 // PnaclHost supports supports unbounded deletes in either direction by using
99 // PnaclHost is a singleton because there is only one translation cache, and
102 friend struct DefaultSingletonTraits<PnaclHost>;
164 base::WeakPtrFactory<PnaclHost> weak_factory_;
165 DISALLOW_COPY_AND_ASSIGN(PnaclHost);
    [all...]

Completed in 172 milliseconds