Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:cache

6 // cache. The main application starts a copy of itself on a loop, checking the
10 // The child application has two threads: one to exercise the cache in an
14 // To test that the disk cache doesn't generate critical errors with regular
90 // This thread will loop forever, adding and removing entries from the cache.
91 // iteration is the current crash cycle, so the entries on the cache are marked
103 disk_cache::Backend* cache;
107 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
110 printf("Unable to initialize cache.\n");
114 cache->GetEntryCount());
145 rv = cache->OpenEntry(keys[key], &entries[slot], &cb);
147 rv = cache->CreateEntry(keys[key], &entries[slot], &cb);
159 rv = cache->DoomEntry(keys[key], &cb);