Home
last modified time | relevance | path

Searched refs:NumBlocksForEntry (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dentry_impl.h136 static int NumBlocksForEntry(int key_size);
Dentry_impl.cc610 int num_blocks = NumBlocksForEntry(stored->key_len); in SanityCheck()
724 int EntryImpl::NumBlocksForEntry(int key_size) { in NumBlocksForEntry() function in disk_cache::EntryImpl
Dbackend_impl.cc739 int num_blocks = EntryImpl::NumBlocksForEntry(key.size()); in CreateEntryImpl()