total_count       119 base/metrics/sparse_histogram.cc   Count total_count = snapshot->TotalCount();
total_count       120 base/metrics/sparse_histogram.cc   double scaled_total_count = total_count / 100.0;
total_count       122 base/metrics/sparse_histogram.cc   WriteAsciiHeader(total_count, output);
total_count       169 base/metrics/sparse_histogram.cc void SparseHistogram::WriteAsciiHeader(const Count total_count,
total_count       174 base/metrics/sparse_histogram.cc                 total_count);
total_count       101 base/metrics/sparse_histogram.h   void WriteAsciiHeader(const Count total_count,
total_count        68 cc/debug/picture_record_benchmark.cc     unsigned total_count = it->second.second;
total_count        71 cc/debug/picture_record_benchmark.cc     if (total_count > 0)
total_count        72 cc/debug/picture_record_benchmark.cc       average_time = total_time.InMillisecondsF() / total_count;
total_count        77 cc/debug/picture_record_benchmark.cc     result->SetInteger("samples_count", total_count);
total_count       271 chrome/browser/extensions/activity_log/counting_policy_unittest.cc     int total_count = 0;
total_count       273 chrome/browser/extensions/activity_log/counting_policy_unittest.cc       total_count += actions->at(i)->count();
total_count       275 chrome/browser/extensions/activity_log/counting_policy_unittest.cc     ASSERT_EQ(3, total_count);
total_count      1840 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   int total_count = model_->item_count();
total_count      1848 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   EXPECT_EQ(total_count - 1, model_->item_count());
total_count      1853 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   EXPECT_EQ(total_count - 2, model_->item_count());
total_count       453 components/visitedlink/test/visitedlink_unittest.cc   int total_count = VisitedLinkMaster::kDefaultTableSize + 10;
total_count       454 components/visitedlink/test/visitedlink_unittest.cc   for (int i = 0; i < total_count; i++)
total_count       464 components/visitedlink/test/visitedlink_unittest.cc   ASSERT_EQ(used_count, total_count);
total_count        69 content/browser/download/rate_estimator.cc   uint64 total_count = 0;
total_count        72 content/browser/download/rate_estimator.cc     total_count += history_[index];
total_count        74 content/browser/download/rate_estimator.cc   return total_count / (bucket_count_ * bucket_time_.InSeconds());
total_count      1730 net/dns/host_resolver_impl.cc     return priority_tracker_.total_count();
total_count       687 net/proxy/multi_threaded_proxy_resolver_unittest.cc   int total_count = 0;
total_count       689 net/proxy/multi_threaded_proxy_resolver_unittest.cc     total_count += factory->resolvers()[i]->request_count();
total_count       691 net/proxy/multi_threaded_proxy_resolver_unittest.cc   EXPECT_EQ(7, total_count);
total_count       190 sync/internal_api/sync_manager_impl.cc SyncManagerImpl::NotificationInfo::NotificationInfo() : total_count(0) {}
total_count       195 sync/internal_api/sync_manager_impl.cc   value->SetInteger("totalCount", total_count);
total_count       210 sync/internal_api/sync_manager_impl.h     int total_count;
total_count       275 third_party/tcmalloc/chromium/src/malloc_extension.cc   uintptr_t total_count = 0;
total_count       278 third_party/tcmalloc/chromium/src/malloc_extension.cc     total_count += Count(entry);
total_count       284 third_party/tcmalloc/chromium/src/malloc_extension.cc   PrintCountAndSize(writer, total_count, total_size);
total_count       258 third_party/tcmalloc/vendor/src/malloc_extension.cc   uintptr_t total_count = 0;
total_count       261 third_party/tcmalloc/vendor/src/malloc_extension.cc     total_count += Count(entry);
total_count       267 third_party/tcmalloc/vendor/src/malloc_extension.cc   PrintCountAndSize(writer, total_count, total_size);
total_count        73 tools/android/memdump/memdump.cc   PageCount() : total_count(0), unevictable_count(0) {}
total_count        75 tools/android/memdump/memdump.cc   int total_count;
total_count       304 tools/android/memdump/memdump.cc           ++memory_map->private_pages.total_count;
total_count       347 tools/android/memdump/memdump.cc         ++page_count_to_update->total_count;
total_count       360 tools/android/memdump/memdump.cc     out->append(base::IntToString(it->total_count * kPageSize));
total_count       384 tools/android/memdump/memdump.cc       total_private += memory_map.private_pages.total_count;
total_count       386 tools/android/memdump/memdump.cc         totals_app_shared[i] += memory_map.app_shared_pages[i].total_count;
total_count       387 tools/android/memdump/memdump.cc       total_other_shared += memory_map.other_shared_pages.total_count;
total_count       425 tools/android/memdump/memdump.cc           memory_map.private_pages.total_count * kPageSize,
total_count       428 tools/android/memdump/memdump.cc           memory_map.other_shared_pages.total_count * kPageSize,