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

  /external/chromium_org/net/disk_cache/
disk_format.h 133 CHILD_ENTRY = 1 << 1 // Child entry that stores sparse data.
sparse_control.cc 373 if (CHILD_ENTRY & entry_->GetEntryFlags())
465 if (!(CHILD_ENTRY & child->GetEntryFlags()) ||
664 child->SetEntryFlags(CHILD_ENTRY);
  /external/chromium/net/disk_cache/
disk_format.h 143 CHILD_ENTRY = 1 << 1 // Child entry that stores sparse data.
sparse_control.cc 360 if (CHILD_ENTRY & entry_->GetEntryFlags())
448 if (!(CHILD_ENTRY & child->GetEntryFlags()) ||
643 child->SetEntryFlags(CHILD_ENTRY);
  /external/chromium_org/net/disk_cache/v3/
disk_format_v3.h 152 CHILD_ENTRY = 1 << 1 // Child entry that stores sparse data.
sparse_control_v3.cc 377 if (CHILD_ENTRY & entry_->GetEntryFlags())
469 if (!(CHILD_ENTRY & child->GetEntryFlags()) ||
754 child->SetEntryFlags(CHILD_ENTRY);

Completed in 123 milliseconds