Searched refs:SetTotalBytes (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/media/blink/
H A Dbuffered_data_source_host_impl_unittest.cc33 host_.SetTotalBytes(100);
43 host_.SetTotalBytes(100);
52 host_.SetTotalBytes(1000);
59 TEST_F(BufferedDataSourceHostImplTest, SetTotalBytes) {
64 host_.SetTotalBytes(100);
H A Dbuffered_data_source_host_impl.h24 virtual void SetTotalBytes(int64 total_bytes) OVERRIDE;
H A Dbuffered_data_source_host_impl.cc15 void BufferedDataSourceHostImpl::SetTotalBytes(int64 total_bytes) { function in class:media::BufferedDataSourceHostImpl
H A Dbuffered_data_source_unittest.cc38 MOCK_METHOD1(SetTotalBytes, void(int64 total_bytes));
149 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
157 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
165 EXPECT_CALL(host_, SetTotalBytes(kFileSize));
299 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
323 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
H A Dbuffered_data_source.h30 virtual void SetTotalBytes(int64 total_bytes) = 0;
H A Dbuffered_data_source.cc373 host_->SetTotalBytes(total_bytes_);
459 host_->SetTotalBytes(total_bytes_);
/external/chromium_org/content/browser/download/
H A Dsave_item.h55 void SetTotalBytes(int64 total_bytes);
H A Dsave_item.cc128 void SaveItem::SetTotalBytes(int64 total_bytes) { function in class:content::SaveItem
H A Ddownload_item_impl.h204 virtual void SetTotalBytes(int64 total_bytes);
H A Dsave_package.cc356 download_->SetTotalBytes(1);
373 download_->SetTotalBytes(size);
563 save_item->SetTotalBytes(info->total_bytes);
1174 download_->SetTotalBytes(all_save_items_count_);
H A Ddownload_manager_impl_unittest.cc133 MOCK_METHOD1(SetTotalBytes, void(int64));
H A Ddownload_item_impl.cc1002 void DownloadItemImpl::SetTotalBytes(int64 total_bytes) { function in class:content::DownloadItemImpl
H A Ddownload_item_impl_unittest.cc912 item->SetTotalBytes(100l);

Completed in 182 milliseconds