HomeSort by relevance Sort by last modified time
    Searched defs:GetNexe (Results 1 - 2 of 2) 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.cc 382 void PnaclTranslationCache::GetNexe(const std::string& key,

Completed in 177 milliseconds