HomeSort by relevance Sort by last modified time
    Searched refs:PnaclTranslationCache (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache.h 39 class PnaclTranslationCache
40 : public base::SupportsWeakPtr<PnaclTranslationCache> {
42 PnaclTranslationCache();
43 virtual ~PnaclTranslationCache();
85 // OpComplete and backend methods on PnaclTranslationCache.
107 DISALLOW_COPY_AND_ASSIGN(PnaclTranslationCache);
pnacl_translation_cache.cc 44 base::WeakPtr<PnaclTranslationCache> cache,
48 base::WeakPtr<PnaclTranslationCache> cache,
75 PnaclTranslationCacheEntry(base::WeakPtr<PnaclTranslationCache> cache,
97 base::WeakPtr<PnaclTranslationCache> cache_;
111 base::WeakPtr<PnaclTranslationCache> cache,
122 base::WeakPtr<PnaclTranslationCache> cache,
134 base::WeakPtr<PnaclTranslationCache> cache,
202 LOG(ERROR) << "PnaclTranslationCache: failed to close entry: "
233 LOG(ERROR) << "PnaclTranslationCache: DispatchNext called uninitialized";
250 LOG(ERROR) << "PnaclTranslationCache: OpenEntry failed:
    [all...]
pnacl_translation_cache_unittest.cc 28 virtual void SetUp() { cache_ = new PnaclTranslationCache(); }
43 PnaclTranslationCache* cache_;
127 PnaclTranslationCache::GetKey(info));
132 PnaclTranslationCache::GetKey(info));
137 PnaclTranslationCache::GetKey(info));
142 PnaclTranslationCache::GetKey(info));
148 PnaclTranslationCache::GetKey(info));
154 PnaclTranslationCache::GetKey(info));
158 PnaclTranslationCache::GetKey(info));
162 PnaclTranslationCache::GetKey(info))
    [all...]
pnacl_host.h 24 class PnaclTranslationCache;
161 scoped_ptr<pnacl::PnaclTranslationCache> disk_cache_;
pnacl_host.cc 24 FILE_PATH_LITERAL("PnaclTranslationCache");
91 disk_cache_.reset(new pnacl::PnaclTranslationCache());
103 disk_cache_.reset(new pnacl::PnaclTranslationCache());
228 // by PnaclTranslationCache and now belongs to PnaclHost.

Completed in 182 milliseconds