HomeSort by relevance Sort by last modified time
    Searched refs:UpdateUsage (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache_unittest.cc 43 EXPECT_TRUE(usage_cache()->UpdateUsage(usage_file_path, 0));
50 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, size));
59 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, size));
68 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, 98214));
80 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, size));
91 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, size));
102 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, 854238));
118 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, size));
131 ASSERT_TRUE(usage_cache()->UpdateUsage(usage_file_path, 19319));
file_system_usage_cache.h 46 bool UpdateUsage(const base::FilePath& usage_file_path, int64 fs_usage);
obfuscated_file_util.cc 86 void UpdateUsage(
333 UpdateUsage(context, url, growth);
392 UpdateUsage(context, url, growth);
493 UpdateUsage(context, url, growth);
638 UpdateUsage(context, dest_url, growth);
717 UpdateUsage(context, dest_url, growth);
750 UpdateUsage(context, url, growth);
786 UpdateUsage(context, url, growth);
    [all...]
file_system_usage_cache.cc 142 bool FileSystemUsageCache::UpdateUsage(const base::FilePath& usage_file_path,
144 TRACE_EVENT0("FileSystem", "UsageCache::UpdateUsage");
sandbox_file_system_backend_delegate.cc 417 usage_cache()->UpdateUsage(usage_file_path, usage);
  /external/chromium_org/webkit/browser/quota/
usage_tracker_unittest.cc 107 int64 UpdateUsage(const GURL& origin, int64 delta) {
133 void UpdateUsage(const GURL& origin, int64 delta) {
134 quota_client_.UpdateUsage(origin, delta);
140 quota_client_.UpdateUsage(origin, delta);
218 UpdateUsage(origin, 100);
248 UpdateUsage(origin, 100);
281 UpdateUsage(origin, 100);
mock_quota_manager.cc 133 void MockQuotaManager::UpdateUsage(
192 mock_manager()->UpdateUsage(origin, type, delta);
mock_quota_manager.h 24 // methods: SetQuota() and UpdateUsage().
125 void UpdateUsage(const GURL& origin, StorageType type, int64 delta);
  /external/chromium_org/content/public/test/
sandbox_file_system_test_helper.cc 149 usage_cache()->UpdateUsage(usage_cache_path, 0);
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl_unittest.cc 116 ASSERT_TRUE(file_system_usage_cache_.UpdateUsage(

Completed in 451 milliseconds