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

/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache_unittest.cc25 class PnaclTranslationCacheTest : public testing::Test { class in namespace:pnacl
27 PnaclTranslationCacheTest() function in class:pnacl::PnaclTranslationCacheTest
29 virtual ~PnaclTranslationCacheTest() {}
50 void PnaclTranslationCacheTest::InitBackend(bool in_mem) {
66 void PnaclTranslationCacheTest::StoreNexe(const std::string& key,
109 std::string PnaclTranslationCacheTest::GetNexe(const std::string& key) {
184 TEST_F(PnaclTranslationCacheTest, StoreSmallInMem) {
191 TEST_F(PnaclTranslationCacheTest, StoreSmallOnDisk) {
198 TEST_F(PnaclTranslationCacheTest, StoreLargeOnDisk) {
206 TEST_F(PnaclTranslationCacheTest, InMemSizeLimi
[all...]

Completed in 47 milliseconds