Searched refs:GetUsageCachePath (Results 1 – 8 of 8) sorted by relevance
| /external/chromium_org/webkit/browser/fileapi/ |
| D | sandbox_quota_observer.cc | 32 base::FilePath usage_file_path = GetUsageCachePath(url); in OnStartUpdate() 50 base::FilePath usage_file_path = GetUsageCachePath(url); in OnUpdate() 69 base::FilePath usage_file_path = GetUsageCachePath(url); in OnEndUpdate() 105 base::FilePath SandboxQuotaObserver::GetUsageCachePath( in GetUsageCachePath() function in fileapi::SandboxQuotaObserver
|
| D | sandbox_quota_observer.h | 63 base::FilePath GetUsageCachePath(const FileSystemURL& url);
|
| /external/chromium_org/webkit/browser/fileapi/quota/ |
| D | quota_backend_impl.cc | 74 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK) in CommitQuotaUsage() 85 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK) in IncrementDirtyCount() 96 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK) in DecrementDirtyCount() 143 base::File::Error QuotaBackendImpl::GetUsageCachePath( in GetUsageCachePath() function in fileapi::QuotaBackendImpl
|
| D | quota_backend_impl.h | 87 base::File::Error GetUsageCachePath(
|
| /external/chromium_org/content/public/test/ |
| D | sandbox_file_system_test_helper.cc | 89 base::FilePath SandboxFileSystemTestHelper::GetUsageCachePath() const { in GetUsageCachePath() function in content::SandboxFileSystemTestHelper 108 if (base::PathExists(GetUsageCachePath())) in ComputeCurrentOriginUsage() 155 base::FilePath usage_cache_path = GetUsageCachePath(); in SetUpFileSystem()
|
| D | sandbox_file_system_test_helper.h | 61 base::FilePath GetUsageCachePath() const;
|
| /external/chromium_org/content/browser/quota/ |
| D | quota_backend_impl_unittest.cc | 130 GetUsageCachePath(origin, type), 0)); in InitializeForOriginAndType() 137 base::FilePath GetUsageCachePath(const GURL& origin, in GetUsageCachePath() function in content::QuotaBackendImplTest 141 backend_->GetUsageCachePath(origin, type, &path); in GetUsageCachePath() 239 base::FilePath path = GetUsageCachePath(GURL(kOrigin), type); in TEST_F() 261 base::FilePath path = GetUsageCachePath(GURL(kOrigin), type); in TEST_F()
|
| /external/chromium_org/content/browser/fileapi/ |
| D | obfuscated_file_util_unittest.cc | 278 usage_cache()->Delete(sandbox_file_system_.GetUsageCachePath()); in RevokeUsageCache() 289 sandbox_file_system_.GetUsageCachePath(), &usage) ? usage : -1; in SizeInUsageFile()
|