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

/external/chromium_org/net/disk_cache/blockfile/
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 360 milliseconds