Searched defs:set_total_bytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_status_updater_unittest.cc61 void set_total_bytes(int64 total_bytes) { function in class:__anon2067::MockDelegate
102 delegate.set_total_bytes(42);
134 delegate1->set_total_bytes(21);
138 delegate2->set_total_bytes(21);
H A Ddownload_item.h254 void set_total_bytes(int64 total_bytes) { total_bytes_ = total_bytes; } function in class:DownloadItem

Completed in 425 milliseconds