Searched defs:DownloadBuffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_types.cc7 DownloadBuffer::DownloadBuffer() { function in class:DownloadBuffer
10 DownloadBuffer::~DownloadBuffer() {
H A Ddownload_types.h20 // 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 { struct
27 DownloadBuffer();
28 ~DownloadBuffer();

Completed in 79 milliseconds