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

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache_unittest.cc 40 void StoreNexe(const std::string& key, const std::string& nexe);
60 void PnaclTranslationCacheTest::StoreNexe(const std::string& key,
65 cache_->StoreNexe(key, nexe_buf, store_cb.callback());
179 StoreNexe(test_key, test_store_val);
186 StoreNexe(test_key, test_store_val);
194 StoreNexe(test_key, large_buffer);
204 cache_->StoreNexe(test_key, large_buffer, store_cb.callback());
212 StoreNexe(test_key, test_store_val);
219 StoreNexe(test_key, test_store_val);
227 StoreNexe(test_key, large_buffer)
    [all...]
pnacl_translation_cache.h 54 void StoreNexe(const std::string& key, net::DrainableIOBuffer* nexe_data);
60 void StoreNexe(const std::string& key,
pnacl_translation_cache.cc 368 void PnaclTranslationCache::StoreNexe(const std::string& key,
370 StoreNexe(key, nexe_data, CompletionCallback());
373 void PnaclTranslationCache::StoreNexe(const std::string& key,
pnacl_host.cc 434 disk_cache_->StoreNexe(it->second.cache_key,

Completed in 369 milliseconds