Searched defs:DownloadBuffer (Results 1 – 2 of 2) sorted by relevance
26 struct DownloadBuffer { struct30 base::Lock lock;31 typedef std::pair<net::IOBuffer*, int> Contents;32 std::vector<Contents> contents;
7 DownloadBuffer::DownloadBuffer() { in DownloadBuffer() function in DownloadBuffer