Searched defs:PnaclHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/browser/
H A Dpnacl_host.h32 class PnaclHost { class in namespace:pnacl
37 static PnaclHost* GetInstance();
39 PnaclHost();
40 ~PnaclHost();
64 // The returned temp fd may be closed at any time by PnaclHost, so it should
90 // PnaclHost supports supports unbounded deletes in either direction by using
101 // PnaclHost is a singleton because there is only one translation cache, and
104 friend struct DefaultSingletonTraits<PnaclHost>;
176 base::WeakPtrFactory<PnaclHost> weak_factory_;
177 DISALLOW_COPY_AND_ASSIGN(PnaclHost);
[all...]
H A Dpnacl_host.cc41 FileProxy(scoped_ptr<base::File> file, base::WeakPtr<pnacl::PnaclHost> host);
43 void WriteDone(const PnaclHost::TranslationID& id, int result);
47 base::WeakPtr<pnacl::PnaclHost> host_;
51 base::WeakPtr<pnacl::PnaclHost> host)
63 void FileProxy::WriteDone(const PnaclHost::TranslationID& id, int result) {
73 PnaclHost::PnaclHost() function in class:pnacl::PnaclHost
78 PnaclHost::~PnaclHost() {
79 // When PnaclHost i
[all...]

Completed in 121 milliseconds