OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UpdateUsage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/browser/quota/
mock_quota_manager.cc
133
void MockQuotaManager::
UpdateUsage
(
192
mock_manager()->
UpdateUsage
(origin, type, delta);
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);
/external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.cc
142
bool FileSystemUsageCache::
UpdateUsage
(const base::FilePath& usage_file_path,
144
TRACE_EVENT0("FileSystem", "UsageCache::
UpdateUsage
");
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
...]
Completed in 38 milliseconds