Home
last modified time | relevance | path

Searched refs:tmp_buffer_length_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Ddownload_throttling_resource_handler.cc29 tmp_buffer_length_(0), in DownloadThrottlingResourceHandler()
130 DCHECK(!tmp_buffer_length_); in OnReadCompleted()
131 tmp_buffer_length_ = *bytes_read; in OnReadCompleted()
189 if (tmp_buffer_length_) in ContinueDownload()
203 tmp_buffer_length_)) { in CopyTmpBufferToDownloadHandler()
204 CHECK(buf_size >= tmp_buffer_length_); in CopyTmpBufferToDownloadHandler()
205 memcpy(buffer->data(), tmp_buffer_->data(), tmp_buffer_length_); in CopyTmpBufferToDownloadHandler()
206 download_handler_->OnReadCompleted(request_id_, &tmp_buffer_length_); in CopyTmpBufferToDownloadHandler()
208 tmp_buffer_length_ = 0; in CopyTmpBufferToDownloadHandler()
Ddownload_throttling_resource_handler.h85 int tmp_buffer_length_; variable