HomeSort by relevance Sort by last modified time
    Searched refs:DownloadBuffer (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/download/
download_types.cc 7 DownloadBuffer::DownloadBuffer() {
10 DownloadBuffer::~DownloadBuffer() {
download_types.h 20 // DownloadBuffer is created and populated on the IO thread, and passed to the
22 // many small write messages, each write is appended to the DownloadBuffer while
26 struct DownloadBuffer {
27 DownloadBuffer();
28 ~DownloadBuffer();
download_file_manager.h 52 struct DownloadBuffer;
82 void UpdateDownload(int id, DownloadBuffer* buffer);
89 DownloadBuffer* buffer,
download_file_manager.cc 189 void DownloadFileManager::UpdateDownload(int id, DownloadBuffer* buffer) {
191 std::vector<DownloadBuffer::Contents> contents;
209 DownloadBuffer* buffer,
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.h 19 struct DownloadBuffer;
88 scoped_ptr<DownloadBuffer> buffer_;
download_resource_handler.cc 44 buffer_(new DownloadBuffer),

Completed in 338 milliseconds