Home
last modified time | relevance | path

Searched refs:GetUsageCachePath (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dsandbox_quota_observer.cc32 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
Dsandbox_quota_observer.h63 base::FilePath GetUsageCachePath(const FileSystemURL& url);
/external/chromium_org/webkit/browser/fileapi/quota/
Dquota_backend_impl.cc74 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
Dquota_backend_impl.h87 base::File::Error GetUsageCachePath(
/external/chromium_org/content/public/test/
Dsandbox_file_system_test_helper.cc89 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()
Dsandbox_file_system_test_helper.h61 base::FilePath GetUsageCachePath() const;
/external/chromium_org/content/browser/quota/
Dquota_backend_impl_unittest.cc130 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/
Dobfuscated_file_util_unittest.cc278 usage_cache()->Delete(sandbox_file_system_.GetUsageCachePath()); in RevokeUsageCache()
289 sandbox_file_system_.GetUsageCachePath(), &usage) ? usage : -1; in SizeInUsageFile()