Home | History | Annotate | Download | only in nacl_host

Lines Matching refs:PnaclTranslationCache

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: "
269 LOG(ERROR) << "PnaclTranslationCache: Failed to Create Entry: "
280 << "PnaclTranslationCache: Failed to complete write to entry: "
309 void PnaclTranslationCache::OpComplete(PnaclTranslationCacheEntry* entry) {
315 PnaclTranslationCache::PnaclTranslationCache() : in_memory_(false) {}
317 PnaclTranslationCache::~PnaclTranslationCache() {}
319 int PnaclTranslationCache::InitWithDiskBackend(
326 int PnaclTranslationCache::InitWithMemBackend(
332 int PnaclTranslationCache::Init(net::CacheType cache_type,
345 base::Bind(&PnaclTranslationCache::OnCreateBackendComplete, AsWeakPtr()));
353 void PnaclTranslationCache::OnCreateBackendComplete(int rv) {
355 LOG(ERROR) << "PnaclTranslationCache: backend init failed:"
368 void PnaclTranslationCache::StoreNexe(const std::string& key,
373 void PnaclTranslationCache::StoreNexe(const std::string& key,
382 void PnaclTranslationCache::GetNexe(const std::string& key,
390 int PnaclTranslationCache::InitCache(const base::FilePath& cache_directory,
404 int PnaclTranslationCache::Size() {
411 std::string PnaclTranslationCache::GetKey(const nacl::PnaclCacheInfo& info) {
442 int PnaclTranslationCache::DoomEntriesBetween(