Searched refs:total_usage (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/quota/
H A Dusage_tracker_unittest.cc316 int64 total_usage = 0; local
320 GetGlobalUsage(&total_usage, &unlimited_usage);
322 EXPECT_EQ(1 + 2 + 4 + 8, total_usage);
329 GetGlobalUsage(&total_usage, &unlimited_usage);
331 EXPECT_EQ(1 + 2 + 16 + 32, total_usage);
H A Dquota_temporary_storage_evictor_unittest.cc74 int64 total_usage = 0; local
78 total_usage += p->second;
79 return total_usage;
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_unittest.cc267 int64 total_usage; local
268 GetUsageAndQuota(&total_usage, NULL);
269 return total_usage - base_usage;

Completed in 89 milliseconds