GetTotalBytes     122 chrome/browser/download/download_history.cc       item->GetTotalBytes(),
GetTotalBytes     422 chrome/browser/download/download_history_unittest.cc     EXPECT_CALL(item(index), GetTotalBytes())
GetTotalBytes     575 chrome/browser/download/download_history_unittest.cc   EXPECT_CALL(item(0), GetTotalBytes()).WillRepeatedly(Return(102));
GetTotalBytes     312 chrome/browser/download/download_item_model.cc   int64 total = GetTotalBytes();
GetTotalBytes     430 chrome/browser/download/download_item_model.cc                                      download_->GetTotalBytes();
GetTotalBytes     581 chrome/browser/download/download_item_model.cc   int64 total = GetTotalBytes();
GetTotalBytes      75 chrome/browser/download/download_item_model.h   int64 GetTotalBytes() const;
GetTotalBytes      71 chrome/browser/download/download_item_model_unittest.cc     ON_CALL(item_, GetTotalBytes()).WillByDefault(Return(2));
GetTotalBytes     338 chrome/browser/download/download_item_model_unittest.cc     EXPECT_CALL(item(), GetTotalBytes())
GetTotalBytes     162 chrome/browser/download/download_query.cc   return item.GetTotalBytes();
GetTotalBytes     304 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<int>(value, EQ, &GetTotalBytes));
GetTotalBytes     306 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<int>(value, GT, &GetTotalBytes));
GetTotalBytes     308 chrome/browser/download/download_query.cc       return AddFilter(BuildFilter<int>(value, LT, &GetTotalBytes));
GetTotalBytes     429 chrome/browser/download/download_query.cc       sorters_.push_back(Sorter::Build<int>(direction, &GetTotalBytes));
GetTotalBytes     502 chrome/browser/download/download_query_unittest.cc   EXPECT_CALL(mock(0), GetTotalBytes()).WillRepeatedly(Return(2));
GetTotalBytes     503 chrome/browser/download/download_query_unittest.cc   EXPECT_CALL(mock(1), GetTotalBytes()).WillRepeatedly(Return(1));
GetTotalBytes     510 chrome/browser/download/download_query_unittest.cc   EXPECT_CALL(mock(0), GetTotalBytes()).WillRepeatedly(Return(2));
GetTotalBytes     511 chrome/browser/download/download_query_unittest.cc   EXPECT_CALL(mock(1), GetTotalBytes()).WillRepeatedly(Return(4));
GetTotalBytes     518 chrome/browser/download/download_query_unittest.cc   EXPECT_CALL(mock(0), GetTotalBytes()).WillRepeatedly(Return(2));
GetTotalBytes     519 chrome/browser/download/download_query_unittest.cc   EXPECT_CALL(mock(1), GetTotalBytes()).WillRepeatedly(Return(4));
GetTotalBytes     526 chrome/browser/download/download_query_unittest.cc   EXPECT_CALL(mock(0), GetTotalBytes()).WillRepeatedly(Return(2));
GetTotalBytes     527 chrome/browser/download/download_query_unittest.cc   EXPECT_CALL(mock(1), GetTotalBytes()).WillRepeatedly(Return(4));
GetTotalBytes      75 chrome/browser/download/download_status_updater.cc           if ((*it)->GetTotalBytes() <= 0) {
GetTotalBytes      80 chrome/browser/download/download_status_updater.cc             total_bytes += (*it)->GetTotalBytes();
GetTotalBytes     150 chrome/browser/download/download_status_updater_unittest.cc     EXPECT_CALL(*item, GetTotalBytes())
GetTotalBytes     264 chrome/browser/extensions/api/downloads/downloads_api.cc   json->SetDouble(kTotalBytesKey, download_item->GetTotalBytes());
GetTotalBytes     297 chrome/browser/extensions/api/downloads/downloads_api.cc   json->SetDouble(kFileSizeKey, download_item->GetTotalBytes());
GetTotalBytes     691 chrome/browser/extensions/webstore_installer.cc   int64 total_bytes = download->GetTotalBytes();
GetTotalBytes     161 chrome/browser/ui/webui/downloads_dom_handler.cc       download_item->GetTotalBytes()));
GetTotalBytes     667 content/browser/download/download_browsertest.cc     EXPECT_EQ(total_bytes, download->GetTotalBytes());
GetTotalBytes     839 content/browser/download/download_item_impl.cc         GetTotalBytes(),
GetTotalBytes     141 content/browser/download/download_item_impl.h   virtual int64 GetTotalBytes() const OVERRIDE;
GetTotalBytes     910 content/browser/download/download_item_impl_unittest.cc   EXPECT_EQ(0l, item->GetTotalBytes());
GetTotalBytes     913 content/browser/download/download_item_impl_unittest.cc   EXPECT_EQ(100l, item->GetTotalBytes());
GetTotalBytes     919 content/browser/download/download_item_impl_unittest.cc   EXPECT_EQ(100l, item->GetTotalBytes());
GetTotalBytes     926 content/browser/download/download_item_impl_unittest.cc   EXPECT_EQ(0l, item->GetTotalBytes());
GetTotalBytes     143 content/browser/download/download_manager_impl_unittest.cc   MOCK_CONST_METHOD0(GetTotalBytes, int64());
GetTotalBytes     278 content/public/browser/download_item.h   virtual int64 GetTotalBytes() const = 0;
GetTotalBytes      72 content/public/test/mock_download_item.h   MOCK_CONST_METHOD0(GetTotalBytes, int64());
GetTotalBytes     174 media/base/pipeline.h   int64 GetTotalBytes() const;
GetTotalBytes     381 media/base/pipeline_unittest.cc   EXPECT_EQ(0, pipeline_->GetTotalBytes());
GetTotalBytes     561 media/base/pipeline_unittest.cc   EXPECT_EQ(kTotalBytes, pipeline_->GetTotalBytes());