Searched defs:UpdateUsage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_usage_cache.cc142 bool FileSystemUsageCache::UpdateUsage(const base::FilePath& usage_file_path, function in class:fileapi::FileSystemUsageCache
144 TRACE_EVENT0("FileSystem", "UsageCache::UpdateUsage");
H A Dobfuscated_file_util.cc86 void UpdateUsage( function in namespace:fileapi::__anon15702
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);
1366 UpdateUsage(context, url, growth);
1406 UpdateUsage(contex
[all...]
/external/chromium_org/webkit/browser/quota/
H A Dmock_quota_manager.cc133 void MockQuotaManager::UpdateUsage( function in class:quota::MockQuotaManager
192 mock_manager()->UpdateUsage(origin, type, delta);
H A Dusage_tracker_unittest.cc107 int64 UpdateUsage(const GURL& origin, int64 delta) { function in class:quota::MockQuotaClient
133 void UpdateUsage(const GURL& origin, int64 delta) { function in class:quota::UsageTrackerTest
134 quota_client_.UpdateUsage(origin, delta);
140 quota_client_.UpdateUsage(origin, delta);
218 UpdateUsage(origin, 100);
248 UpdateUsage(origin, 100);
281 UpdateUsage(origin, 100);

Completed in 113 milliseconds