Searched refs:tmp_buffer_length_ (Results 1 – 2 of 2) sorted by relevance
29 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()
85 int tmp_buffer_length_; variable