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

/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.h154 bool PrepareBuffer(int index, int offset, int buf_len);
H A Dentry_impl.h226 bool PrepareBuffer(int index, int offset, int buf_len);
H A Dentry_impl_v3.cc1119 return PrepareBuffer(index, offset, buf_len);
1159 return PrepareBuffer(index, offset, buf_len);
1228 bool EntryImpl::PrepareBuffer(int index, int offset, int buf_len) { function in class:disk_cache::EntryImpl
H A Dentry_impl.cc1298 return PrepareBuffer(index, offset, buf_len);
1338 return PrepareBuffer(index, offset, buf_len);
1407 bool EntryImpl::PrepareBuffer(int index, int offset, int buf_len) { function in class:disk_cache::EntryImpl

Completed in 137 milliseconds