Searched refs:CountingDownloadFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc279 class CountingDownloadFile : public DownloadFileImpl { class in namespace:content::__anon7074
281 CountingDownloadFile( function in class:content::__anon7074::CountingDownloadFile
295 virtual ~CountingDownloadFile() {
318 base::Bind(&CountingDownloadFile::GetNumberActiveFiles, &result),
329 int CountingDownloadFile::active_files_ = 0;
350 return new CountingDownloadFile(
642 (CountingDownloadFile::GetNumberActiveFilesFromFileThread() == 0);

Completed in 49 milliseconds