Home
last modified time | relevance | path

Searched refs:set_total_bytes (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_status_updater_unittest.cc61 void set_total_bytes(int64 total_bytes) { in set_total_bytes() function in __anon18d0c1510111::MockDelegate
102 delegate.set_total_bytes(42); in TEST_F()
134 delegate1->set_total_bytes(21); in TEST_F()
138 delegate2->set_total_bytes(21); in TEST_F()
Ddownload_item.h254 void set_total_bytes(int64 total_bytes) { total_bytes_ = total_bytes; } in set_total_bytes() function
Dsave_package.cc347 download_->set_total_bytes(1); in Init()
1096 download_->set_total_bytes(all_save_items_count_); in OnReceivedSavableResourceLinksForCurrentPage()