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

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_translation_cache_unittest.cc 41 std::string GetNexe(const std::string& key);
73 // pass the GetNexeCallback returned by the callback() method to GetNexe.
103 std::string PnaclTranslationCacheTest::GetNexe(const std::string& key) {
105 cache_->GetNexe(key, load_cb.callback());
214 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
221 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
229 EXPECT_EQ(0, GetNexe(test_key).compare(large_buffer));
238 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val + "aaa"));
246 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
247 EXPECT_EQ(0, GetNexe(test_key + "a").compare(test_store_val + "aaa"))
    [all...]
pnacl_translation_cache.h 67 void GetNexe(const std::string& key, const GetNexeCallback& callback);
pnacl_host.cc 216 disk_cache_->GetNexe(
467 disk_cache_->GetNexe(key,
pnacl_translation_cache.cc 382 void PnaclTranslationCache::GetNexe(const std::string& key,

Completed in 352 milliseconds