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

  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc 42 void StoreNexe(const std::string& key, const std::string& nexe);
66 void PnaclTranslationCacheTest::StoreNexe(const std::string& key,
71 cache_->StoreNexe(key, nexe_buf, store_cb.callback());
187 StoreNexe(test_key, test_store_val);
194 StoreNexe(test_key, test_store_val);
202 StoreNexe(test_key, large_buffer);
212 cache_->StoreNexe(test_key, large_buffer, store_cb.callback());
220 StoreNexe(test_key, test_store_val);
227 StoreNexe(test_key, test_store_val);
235 StoreNexe(test_key, large_buffer)
    [all...]
pnacl_translation_cache.cc 367 void PnaclTranslationCache::StoreNexe(const std::string& key,

Completed in 51 milliseconds