Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Deviction.cc273 DCHECK(ENTRY_NORMAL == info->state); in EvictEntry()
376 DCHECK(ENTRY_NORMAL == info->state); in OnOpenEntryV2()
398 case ENTRY_NORMAL: { in OnCreateEntryV2()
412 info->state = ENTRY_NORMAL; in OnCreateEntryV2()
426 if (ENTRY_NORMAL != info->state) in OnDoomEntryV2()
451 DCHECK(ENTRY_NORMAL == info->state); in GetListForEntryV2()
Ddisk_format.h135 ENTRY_NORMAL = 0, enumerator
Dbackend_impl.cc681 if (ENTRY_NORMAL != cache_entry->entry()->Data()->state) { in OpenEntryImpl()
946 DCHECK(ENTRY_NORMAL != entry->entry()->Data()->state); in RemoveEntry()
1816 if (ENTRY_NORMAL == deleted_entry->entry()->Data()->state) { in ResurrectEntry()
Dentry_impl.cc594 if (stored->state > ENTRY_DOOMED || stored->state < ENTRY_NORMAL) in SanityCheck()