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

/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.h141 bool HandleTruncation(int index, int offset, int buf_len);
H A Dentry_impl.h213 bool HandleTruncation(int index, int offset, int buf_len);
H A Dentry_impl_v3.cc1098 return HandleTruncation(index, offset, buf_len);
1125 bool EntryImpl::HandleTruncation(int index, int offset, int buf_len) { function in class:disk_cache::EntryImpl
H A Dentry_impl.cc1277 return HandleTruncation(index, offset, buf_len);
1304 bool EntryImpl::HandleTruncation(int index, int offset, int buf_len) { function in class:disk_cache::EntryImpl

Completed in 700 milliseconds