Searched defs:pnacl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.h23 namespace pnacl { namespace
H A Dpnacl_component_installer.cc5 #include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h"
190 if (!pnacl_manifest.GetStringASCII("pnacl-arch", &arch)) {
191 LOG(WARNING) << "'pnacl-arch' field is missing from pnacl-manifest!";
195 LOG(WARNING) << "'pnacl-arch' field in manifest is invalid (" << arch
217 // <profile>\AppData\Local\Google\Chrome\User Data\pnacl\0.1.2.3\.
219 // <profile>\AppData\Local\Google\Chrome\User Data\pnacl\.
231 LOG(WARNING) << "Failed to read pnacl manifest.";
285 pnacl_component.name = "pnacl";
374 namespace pnacl { namespace
[all...]
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.h32 namespace pnacl { namespace
104 } // namespace pnacl
H A Dpnacl_host_unittest.cc25 namespace pnacl { namespace
459 } // namespace pnacl
H A Dpnacl_host.h23 namespace pnacl { namespace
106 friend class pnacl::PnaclHostTest;
107 friend class pnacl::PnaclHostTestDisk;
173 scoped_ptr<pnacl::PnaclTranslationCache> disk_cache_;
180 } // namespace pnacl
H A Dpnacl_translation_cache_unittest.cc21 namespace pnacl { namespace
286 } // namespace pnacl
H A Dpnacl_host.cc37 namespace pnacl { namespace
41 FileProxy(scoped_ptr<base::File> file, base::WeakPtr<pnacl::PnaclHost> host);
47 base::WeakPtr<pnacl::PnaclHost> host_;
51 base::WeakPtr<pnacl::PnaclHost> host)
81 pnacl::PnaclTranslationCache* cache = disk_cache_.release();
155 disk_cache_.reset(new pnacl::PnaclTranslationCache());
168 disk_cache_.reset(new pnacl::PnaclTranslationCache());
689 } // namespace pnacl
H A Dpnacl_translation_cache.cc29 namespace pnacl { namespace
30 // This is in pnacl namespace instead of static so they can be used
446 } // namespace pnacl

Completed in 1265 milliseconds