OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 413 milliseconds