Home
last modified time | relevance | path

Searched refs:not_deleted (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/disk_cache/
Dbackend_impl.cc1260 int32 not_deleted = data_->header.num_entries - in GetEntryCount() local
1263 if (not_deleted < 0) { in GetEntryCount()
1265 not_deleted = 0; in GetEntryCount()
1268 return not_deleted; in GetEntryCount()