PnaclTranslationCache   46 components/nacl/browser/pnacl_host.cc   pnacl::PnaclTranslationCache* cache = disk_cache_.release();
PnaclTranslationCache  113 components/nacl/browser/pnacl_host.cc   disk_cache_.reset(new pnacl::PnaclTranslationCache());
PnaclTranslationCache  126 components/nacl/browser/pnacl_host.cc   disk_cache_.reset(new pnacl::PnaclTranslationCache());
PnaclTranslationCache   27 components/nacl/browser/pnacl_host.h class PnaclTranslationCache;
PnaclTranslationCache  172 components/nacl/browser/pnacl_host.h   scoped_ptr<pnacl::PnaclTranslationCache> disk_cache_;
PnaclTranslationCache   45 components/nacl/browser/pnacl_translation_cache.cc       base::WeakPtr<PnaclTranslationCache> cache,
PnaclTranslationCache   49 components/nacl/browser/pnacl_translation_cache.cc       base::WeakPtr<PnaclTranslationCache> cache,
PnaclTranslationCache   77 components/nacl/browser/pnacl_translation_cache.cc   PnaclTranslationCacheEntry(base::WeakPtr<PnaclTranslationCache> cache,
PnaclTranslationCache   99 components/nacl/browser/pnacl_translation_cache.cc   base::WeakPtr<PnaclTranslationCache> cache_;
PnaclTranslationCache  113 components/nacl/browser/pnacl_translation_cache.cc     base::WeakPtr<PnaclTranslationCache> cache,
PnaclTranslationCache  124 components/nacl/browser/pnacl_translation_cache.cc     base::WeakPtr<PnaclTranslationCache> cache,
PnaclTranslationCache  136 components/nacl/browser/pnacl_translation_cache.cc     base::WeakPtr<PnaclTranslationCache> cache,
PnaclTranslationCache  323 components/nacl/browser/pnacl_translation_cache.cc void PnaclTranslationCache::OpComplete(PnaclTranslationCacheEntry* entry) {
PnaclTranslationCache  329 components/nacl/browser/pnacl_translation_cache.cc PnaclTranslationCache::PnaclTranslationCache() : in_memory_(false) {}
PnaclTranslationCache  331 components/nacl/browser/pnacl_translation_cache.cc PnaclTranslationCache::~PnaclTranslationCache() {}
PnaclTranslationCache  333 components/nacl/browser/pnacl_translation_cache.cc int PnaclTranslationCache::Init(net::CacheType cache_type,
PnaclTranslationCache  346 components/nacl/browser/pnacl_translation_cache.cc       base::Bind(&PnaclTranslationCache::OnCreateBackendComplete, AsWeakPtr()));
PnaclTranslationCache  353 components/nacl/browser/pnacl_translation_cache.cc void PnaclTranslationCache::OnCreateBackendComplete(int rv) {
PnaclTranslationCache  367 components/nacl/browser/pnacl_translation_cache.cc void PnaclTranslationCache::StoreNexe(const std::string& key,
PnaclTranslationCache  376 components/nacl/browser/pnacl_translation_cache.cc void PnaclTranslationCache::GetNexe(const std::string& key,
PnaclTranslationCache  384 components/nacl/browser/pnacl_translation_cache.cc int PnaclTranslationCache::InitOnDisk(const base::FilePath& cache_directory,
PnaclTranslationCache  390 components/nacl/browser/pnacl_translation_cache.cc int PnaclTranslationCache::InitInMemory(const CompletionCallback& callback) {
PnaclTranslationCache  395 components/nacl/browser/pnacl_translation_cache.cc int PnaclTranslationCache::Size() {
PnaclTranslationCache  405 components/nacl/browser/pnacl_translation_cache.cc std::string PnaclTranslationCache::GetKey(const nacl::PnaclCacheInfo& info) {
PnaclTranslationCache  439 components/nacl/browser/pnacl_translation_cache.cc int PnaclTranslationCache::DoomEntriesBetween(
PnaclTranslationCache   39 components/nacl/browser/pnacl_translation_cache.h class PnaclTranslationCache
PnaclTranslationCache   40 components/nacl/browser/pnacl_translation_cache.h     : public base::SupportsWeakPtr<PnaclTranslationCache> {
PnaclTranslationCache   42 components/nacl/browser/pnacl_translation_cache.h   PnaclTranslationCache();
PnaclTranslationCache   43 components/nacl/browser/pnacl_translation_cache.h   virtual ~PnaclTranslationCache();
PnaclTranslationCache  101 components/nacl/browser/pnacl_translation_cache.h   DISALLOW_COPY_AND_ASSIGN(PnaclTranslationCache);
PnaclTranslationCache   30 components/nacl/browser/pnacl_translation_cache_unittest.cc   virtual void SetUp() { cache_.reset(new PnaclTranslationCache()); }
PnaclTranslationCache   45 components/nacl/browser/pnacl_translation_cache_unittest.cc   scoped_ptr<PnaclTranslationCache> cache_;
PnaclTranslationCache  137 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  143 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  149 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  155 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  162 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  169 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  174 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  179 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  185 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  192 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));
PnaclTranslationCache  198 components/nacl/browser/pnacl_translation_cache_unittest.cc             PnaclTranslationCache::GetKey(info));