HomeSort by relevance Sort by last modified time
    Searched refs:PARENT_ENTRY (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/disk_cache/
disk_format.h 144 PARENT_ENTRY = 1, // This entry has children (sparse) entries.
sparse_control.cc 254 DCHECK(entry->GetEntryFlags() & PARENT_ENTRY);
307 entry_->SetEntryFlags(PARENT_ENTRY);
319 if (!(PARENT_ENTRY & entry_->GetEntryFlags()))
entry_impl.cc 478 if (GetEntryFlags() & PARENT_ENTRY) {

Completed in 63 milliseconds