HomeSort by relevance Sort by last modified time
    Searched defs:DownloadBuffer (Results 1 - 2 of 2) 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();

Completed in 109 milliseconds