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

  /external/chromium_org/components/nacl/browser/
pnacl_translation_cache_unittest.cc 25 class PnaclTranslationCacheTest : public testing::Test {
27 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) {
201 TEST_F(PnaclTranslationCacheTest, StoreSmallInMem) {
208 TEST_F(PnaclTranslationCacheTest, StoreSmallOnDisk) {
215 TEST_F(PnaclTranslationCacheTest, StoreLargeOnDisk) {
223 TEST_F(PnaclTranslationCacheTest, InMemSizeLimit)
    [all...]
pnacl_translation_cache.h 83 friend class PnaclTranslationCacheTest;

Completed in 2163 milliseconds