Searched defs:NumBlocksForEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
H A Dentry_impl.cc610 int num_blocks = NumBlocksForEntry(stored->key_len);
724 int EntryImpl::NumBlocksForEntry(int key_size) { function in class:disk_cache::EntryImpl
/external/chromium_org/net/disk_cache/
H A Dentry_impl.cc607 int num_blocks = NumBlocksForEntry(stored->key_len);
736 int EntryImpl::NumBlocksForEntry(int key_size) { function in class:disk_cache::EntryImpl

Completed in 748 milliseconds