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

/external/chromium/net/disk_cache/
H A Ddisk_format.cc11 magic = kIndexMagic;
H A Ddisk_format.h66 const uint32 kIndexMagic = 0xC103CAC3; member in namespace:disk_cache
236 uint32 magic; // Structure identifier (equal to kIndexMagic).
H A Dsparse_control.cc365 sparse_header_.magic = kIndexMagic;
410 if (sparse_header_.magic != kIndexMagic ||
462 child_data_.header.magic != kIndexMagic)
H A Dbackend_impl.cc2004 if (kIndexMagic != data_->header.magic ||
2014 if (kIndexMagic != data_->header.magic ||

Completed in 98 milliseconds