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

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.h 147 static int NumBlocksForEntry(int key_size);
backend_impl_v3.cc 513 int num_blocks = EntryImpl::NumBlocksForEntry(key.size());
    [all...]
entry_impl.cc 610 int num_blocks = NumBlocksForEntry(stored->key_len);
739 int EntryImpl::NumBlocksForEntry(int key_size) {
    [all...]
entry_impl_v3.cc 372 int num_blocks = NumBlocksForEntry(stored->key_len);
    [all...]
backend_impl.cc 550 int num_blocks = EntryImpl::NumBlocksForEntry(key.size());
    [all...]

Completed in 1112 milliseconds