Searched refs:next_buffer_size_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dredirect_to_file_resource_handler.cc137 next_buffer_size_(kInitialReadBufSize),
191 if (buf_->capacity() < next_buffer_size_)
192 buf_->SetCapacity(next_buffer_size_);
220 next_buffer_size_ = std::min(next_buffer_size_ * 2, kMaxReadBufSize);
H A Dredirect_to_file_resource_handler.h101 // |next_buffer_size_| is the size of the buffer to be allocated on the next
106 int next_buffer_size_; member in class:content::RedirectToFileResourceHandler

Completed in 212 milliseconds