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

/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.h105 class UserBuffer;
191 scoped_ptr<UserBuffer> user_buffers_[kNumStreams]; // Stores user data.
H A Dentry_impl_v3.cc44 class EntryImplV3::UserBuffer { class in class:disk_cache::EntryImplV3
46 explicit UserBuffer(BackendImplV3* backend) function in class:disk_cache::EntryImplV3::UserBuffer
50 ~UserBuffer() {
89 DISALLOW_COPY_AND_ASSIGN(UserBuffer);
92 bool EntryImplV3::UserBuffer::PreWrite(int offset, int len) {
114 void EntryImplV3::UserBuffer::Truncate(int offset) {
124 void EntryImplV3::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
156 bool EntryImplV3::UserBuffer::PreRead(int eof, int offset, int* len) {
181 int EntryImplV3::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
206 void EntryImplV3::UserBuffer
[all...]
H A Dentry_impl.h175 class UserBuffer;
261 scoped_ptr<UserBuffer> user_buffers_[kNumStreams]; // Stores user data.
H A Dentry_impl.cc95 class EntryImpl::UserBuffer { class in class:disk_cache::EntryImpl
97 explicit UserBuffer(BackendImpl* backend) function in class:disk_cache::EntryImpl::UserBuffer
101 ~UserBuffer() {
140 DISALLOW_COPY_AND_ASSIGN(UserBuffer);
143 bool EntryImpl::UserBuffer::PreWrite(int offset, int len) {
165 void EntryImpl::UserBuffer::Truncate(int offset) {
175 void EntryImpl::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
207 bool EntryImpl::UserBuffer::PreRead(int eof, int offset, int* len) {
232 int EntryImpl::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
257 void EntryImpl::UserBuffer
[all...]

Completed in 490 milliseconds