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

  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 23 namespace pnacl { namespace
24 // Returns true if PNaCl actually needs an on-demand component update.
25 // E.g., if PNaCl is not yet installed and the user is loading a PNaCl app,
28 // May conservatively return false before PNaCl is registered, but
52 // Register a PNaCl component for the first time.
58 // Return true if PNaCl updates are disabled.
61 // Determine the base directory for storing each version of PNaCl.
pnacl_component_installer.cc 5 #include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h"
41 // Name of the Pnacl component specified in the manifest.
42 const char kPnaclManifestName[] = "PNaCl Translator";
44 // Sanitize characters from Pnacl Arch value so that they can be used
53 // Set the component's hash to the multi-CRX PNaCl package.
66 // If we don't have Pnacl installed, this is the version we claim.
72 // that depend on PNaCl.
82 // PNaCl is packaged as a multi-CRX. This returns the platform-specific
89 // Tell the rest of the world where to find the platform-specific PNaCl files.
137 // Read the PNaCl specific manifest
385 namespace pnacl { namespace
    [all...]
  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache.h 32 namespace pnacl { namespace
104 } // namespace pnacl
pnacl_host_unittest.cc 22 namespace pnacl { namespace
457 } // namespace pnacl
pnacl_host.h 23 namespace pnacl { namespace
30 // for all PNaCl translations. Unless otherwise specified, all methods should be
106 friend class pnacl::PnaclHostTest;
107 friend class pnacl::PnaclHostTestDisk;
173 scoped_ptr<pnacl::PnaclTranslationCache> disk_cache_;
180 } // namespace pnacl
pnacl_translation_cache_unittest.cc 21 namespace pnacl { namespace
286 } // namespace pnacl
pnacl_host.cc 37 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
pnacl_translation_cache.cc 29 namespace pnacl { namespace
30 // This is in pnacl namespace instead of static so they can be used
446 } // namespace pnacl

Completed in 125 milliseconds