OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateUsage
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/browser/fileapi/
file_system_usage_cache_unittest.cc
45
EXPECT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, 0));
52
ASSERT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, size));
61
ASSERT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, size));
70
ASSERT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, 98214));
82
ASSERT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, size));
93
ASSERT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, size));
104
ASSERT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, 854238));
120
ASSERT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, size));
133
ASSERT_TRUE(usage_cache()->
UpdateUsage
(usage_file_path, 19319));
/external/chromium_org/content/browser/quota/
mock_quota_manager_proxy.cc
54
mock_manager()->
UpdateUsage
(origin, type, delta);
usage_tracker_unittest.cc
115
int64
UpdateUsage
(const GURL& origin, int64 delta) {
141
void
UpdateUsage
(const GURL& origin, int64 delta) {
142
quota_client_.
UpdateUsage
(origin, delta);
148
quota_client_.
UpdateUsage
(origin, delta);
226
UpdateUsage
(origin, 100);
256
UpdateUsage
(origin, 100);
289
UpdateUsage
(origin, 100);
mock_quota_manager.h
34
// methods: SetQuota() and
UpdateUsage
().
136
void
UpdateUsage
(const GURL& origin, StorageType type, int64 delta);
mock_quota_manager.cc
132
void MockQuotaManager::
UpdateUsage
(
quota_backend_impl_unittest.cc
128
ASSERT_TRUE(file_system_usage_cache_.
UpdateUsage
(
/external/chromium_org/storage/browser/fileapi/
file_system_usage_cache.h
46
bool
UpdateUsage
(const base::FilePath& usage_file_path, int64 fs_usage);
obfuscated_file_util.cc
86
void
UpdateUsage
(
322
UpdateUsage
(context, url, growth);
381
UpdateUsage
(context, url, growth);
482
UpdateUsage
(context, url, growth);
626
UpdateUsage
(context, dest_url, growth);
705
UpdateUsage
(context, dest_url, growth);
738
UpdateUsage
(context, url, growth);
774
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
421
usage_cache()->
UpdateUsage
(usage_file_path, usage);
/external/chromium_org/content/public/test/
sandbox_file_system_test_helper.cc
163
usage_cache()->
UpdateUsage
(usage_cache_path, 0);
Completed in 1091 milliseconds