Home
last modified time | relevance | path

Searched refs:InitInMemory (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/nacl/browser/
Dpnacl_translation_cache.h54 int InitInMemory(const CompletionCallback& callback);
Dpnacl_translation_cache.cc390 int PnaclTranslationCache::InitInMemory(const CompletionCallback& callback) { in InitInMemory() function in pnacl::PnaclTranslationCache
Dpnacl_host.cc173 rv = disk_cache_->InitInMemory( in InitForTest()