HomeSort by relevance Sort by last modified time
    Searched refs:SetTotalBytes (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/download/
save_item.h 54 void SetTotalBytes(int64 total_bytes);
save_item.cc 127 void SaveItem::SetTotalBytes(int64 total_bytes) {
save_package.cc 528 save_item->SetTotalBytes(info->total_bytes);
    [all...]
  /external/chromium/webkit/glue/media/
simple_data_source_unittest.cc 95 EXPECT_CALL(host_, SetTotalBytes(kDataSize));
191 EXPECT_CALL(host_, SetTotalBytes(sizeof(kDataUrlDecoded)));
buffered_data_source.cc 638 host()->SetTotalBytes(total_bytes_);
692 filter_host->SetTotalBytes(total_bytes_);
simple_data_source.cc 345 host()->SetTotalBytes(size_);
buffered_data_source_unittest.cc 181 EXPECT_CALL(host_, SetTotalBytes(instance_size));

Completed in 157 milliseconds