HomeSort by relevance Sort by last modified time
    Searched defs:set_total_bytes (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/download/
download_status_updater_unittest.cc 61 void set_total_bytes(int64 total_bytes) { function in class:__anon3081::MockDelegate
102 delegate.set_total_bytes(42);
134 delegate1->set_total_bytes(21);
138 delegate2->set_total_bytes(21);
download_item.h 254 void set_total_bytes(int64 total_bytes) { total_bytes_ = total_bytes; } function in class:DownloadItem

Completed in 209 milliseconds