SetTotalBytes     202 content/browser/download/download_item_impl.h   virtual void SetTotalBytes(int64 total_bytes);
SetTotalBytes     912 content/browser/download/download_item_impl_unittest.cc   item->SetTotalBytes(100l);
SetTotalBytes     131 content/browser/download/download_manager_impl_unittest.cc   MOCK_METHOD1(SetTotalBytes, void(int64));
SetTotalBytes      55 content/browser/download/save_item.h   void SetTotalBytes(int64 total_bytes);
SetTotalBytes     360 content/browser/download/save_package.cc     download_->SetTotalBytes(1);
SetTotalBytes     377 content/browser/download/save_package.cc     download_->SetTotalBytes(size);
SetTotalBytes     567 content/browser/download/save_package.cc   save_item->SetTotalBytes(info->total_bytes);
SetTotalBytes    1178 content/browser/download/save_package.cc     download_->SetTotalBytes(all_save_items_count_);
SetTotalBytes     378 content/renderer/media/buffered_data_source.cc       host_->SetTotalBytes(total_bytes_);
SetTotalBytes     463 content/renderer/media/buffered_data_source.cc       host_->SetTotalBytes(total_bytes_);
SetTotalBytes     129 content/renderer/media/buffered_data_source_unittest.cc     EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
SetTotalBytes     137 content/renderer/media/buffered_data_source_unittest.cc     EXPECT_CALL(host_, SetTotalBytes(kFileSize));
SetTotalBytes     228 content/renderer/media/buffered_data_source_unittest.cc   EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
SetTotalBytes     257 content/renderer/media/buffered_data_source_unittest.cc   EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
SetTotalBytes     269 content/renderer/media/buffered_data_source_unittest.cc   EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
SetTotalBytes     293 content/renderer/media/buffered_data_source_unittest.cc   EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
SetTotalBytes      19 media/base/data_source.h   virtual void SetTotalBytes(int64 total_bytes) = 0;
SetTotalBytes      20 media/base/mock_data_source_host.h   MOCK_METHOD1(SetTotalBytes, void(int64 total_bytes));
SetTotalBytes     219 media/base/pipeline.h   virtual void SetTotalBytes(int64 total_bytes) OVERRIDE;
SetTotalBytes     225 media/base/pipeline_unittest.cc     host->SetTotalBytes(kTotalBytes);