Home | History | Annotate | Download | only in appcache

Lines Matching defs:old_entry

3150             AppCacheEntry* old_entry = expect_old_cache_->GetEntry(it->first);
3151 if (old_entry)
3152 EXPECT_NE(old_entry->response_id(), it->second.response_id());