Searched refs:PARENT_ENTRY (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h132 PARENT_ENTRY = 1, // This entry has children (sparse) entries. enumerator in enum:disk_cache::EntryFlags
H A Ddisk_format_v3.h207 PARENT_ENTRY = 1, // This entry has children (sparse) entries. enumerator in enum:disk_cache::EntryFlags
H A Dsparse_control_v3.cc316 DCHECK(entry->GetEntryFlags() & PARENT_ENTRY);
397 entry_->SetEntryFlags(PARENT_ENTRY);
409 if (!(PARENT_ENTRY & entry_->GetEntryFlags()))
H A Dsparse_control.cc337 DCHECK(entry->GetEntryFlags() & PARENT_ENTRY);
395 entry_->SetEntryFlags(PARENT_ENTRY);
407 if (!(PARENT_ENTRY & entry_->GetEntryFlags()))
H A Dentry_impl_v3.cc1039 if (GetEntryFlags() & PARENT_ENTRY) {
H A Dentry_impl.cc474 if (GetEntryFlags() & PARENT_ENTRY) {

Completed in 262 milliseconds