HomeSort by relevance Sort by last modified time
    Searched defs:kKeyFileIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
entry_impl.cc 26 // Index for the file used to store the key, if any (files_[kKeyFileIndex]).
27 const int kKeyFileIndex = 3;
425 File* key_file = GetBackingFile(address, kKeyFileIndex);
433 DeleteData(address, kKeyFileIndex);
503 DeleteData(address, kKeyFileIndex);
762 COMPILE_ASSERT(kNumStreams == kKeyFileIndex, invalid_key_index);
764 kKeyFileIndex);
    [all...]
  /external/chromium_org/net/disk_cache/
entry_impl.cc 27 // Index for the file used to store the key, if any (files_[kKeyFileIndex]).
28 const int kKeyFileIndex = 3;
425 File* key_file = GetBackingFile(address, kKeyFileIndex);
433 DeleteData(address, kKeyFileIndex);
502 DeleteData(address, kKeyFileIndex);
776 COMPILE_ASSERT(kNumStreams == kKeyFileIndex, invalid_key_index);
778 kKeyFileIndex);
    [all...]

Completed in 126 milliseconds