OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon2602::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 46 milliseconds