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

/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_quota_observer.cc33 base::FilePath usage_file_path = GetUsageCachePath(url);
51 base::FilePath usage_file_path = GetUsageCachePath(url);
70 base::FilePath usage_file_path = GetUsageCachePath(url);
106 base::FilePath SandboxQuotaObserver::GetUsageCachePath( function in class:storage::SandboxQuotaObserver
H A Dsandbox_quota_observer.h62 base::FilePath GetUsageCachePath(const FileSystemURL& url);
/external/chromium_org/content/public/test/
H A Dsandbox_file_system_test_helper.cc89 base::FilePath SandboxFileSystemTestHelper::GetUsageCachePath() const { function in class:content::SandboxFileSystemTestHelper
108 if (base::PathExists(GetUsageCachePath()))
161 base::FilePath usage_cache_path = GetUsageCachePath();
H A Dsandbox_file_system_test_helper.h61 base::FilePath GetUsageCachePath() const;
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_backend_impl.cc77 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK)
88 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK)
99 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK)
150 base::File::Error QuotaBackendImpl::GetUsageCachePath( function in class:storage::QuotaBackendImpl
H A Dquota_backend_impl.h86 base::File::Error GetUsageCachePath(
/external/chromium_org/content/browser/quota/
H A Dquota_backend_impl_unittest.cc129 GetUsageCachePath(origin, type), 0));
136 base::FilePath GetUsageCachePath(const GURL& origin, function in class:content::QuotaBackendImplTest
140 backend_->GetUsageCachePath(origin, type, &path);
238 base::FilePath path = GetUsageCachePath(GURL(kOrigin), type);
260 base::FilePath path = GetUsageCachePath(GURL(kOrigin), type);
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc276 usage_cache()->Delete(sandbox_file_system_.GetUsageCachePath());
287 sandbox_file_system_.GetUsageCachePath(), &usage) ? usage : -1;

Completed in 654 milliseconds