Searched defs:number_active_objects_ (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/content/browser/download/
H A Ddownload_file.h88 static int number_active_objects_; member in class:content::DownloadFile
H A Ddownload_file_impl.cc34 int DownloadFile::number_active_objects_ = 0; member in class:content::DownloadFile
63 --number_active_objects_;
93 ++number_active_objects_;
358 return number_active_objects_;

Completed in 84 milliseconds