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());
204 StoreNexe(test_key, test_store_val);
211 StoreNexe(test_key, test_store_val);
219 StoreNexe(test_key, large_buffer);
229 cache_->StoreNexe(test_key, large_buffer, store_cb.callback());
237 StoreNexe(test_key, test_store_val);
244 StoreNexe(test_key, test_store_val);
252 StoreNexe(test_key, large_buffer)
    [all...]
pnacl_translation_cache.cc 367 void PnaclTranslationCache::StoreNexe(const std::string& key,

Completed in 76 milliseconds