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

  /external/chromium_org/components/nacl/browser/
pnacl_host.cc 41 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()
78 PnaclHost::~PnaclHost() {
79 // When PnaclHost is destroyed, it's too late to post anything to the cach
    [all...]
pnacl_host.h 32 class PnaclHost {
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...]

Completed in 2608 milliseconds