Searched defs:GetNexe (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache_unittest.cc43 std::string GetNexe(const std::string& key);
79 // pass the GetNexeCallback returned by the callback() method to GetNexe.
109 std::string PnaclTranslationCacheTest::GetNexe(const std::string& key) { function in class:pnacl::PnaclTranslationCacheTest
111 cache_->GetNexe(key, load_cb.callback());
239 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
246 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
254 EXPECT_EQ(0, GetNexe(test_key).compare(large_buffer));
263 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val + "aaa"));
271 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
272 EXPECT_EQ(0, GetNexe(test_ke
[all...]
H A Dpnacl_translation_cache.cc376 void PnaclTranslationCache::GetNexe(const std::string& key, function in class:pnacl::PnaclTranslationCache

Completed in 105 milliseconds