Searched refs:CHILD_ENTRY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h133 CHILD_ENTRY = 1 << 1 // Child entry that stores sparse data. enumerator in enum:disk_cache::EntryFlags
H A Ddisk_format_v3.h208 CHILD_ENTRY = 1 << 1 // Child entry that stores sparse data. enumerator in enum:disk_cache::EntryFlags
H A Dsparse_control_v3.cc377 if (CHILD_ENTRY & entry_->GetEntryFlags())
469 if (!(CHILD_ENTRY & child->GetEntryFlags()) ||
754 child->SetEntryFlags(CHILD_ENTRY);
H A Dsparse_control.cc375 if (CHILD_ENTRY & entry_->GetEntryFlags())
467 if (!(CHILD_ENTRY & child->GetEntryFlags()) ||
666 child->SetEntryFlags(CHILD_ENTRY);

Completed in 280 milliseconds