Searched defs:GetUsageCachePath (Results 1 - 4 of 4) 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
/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();
/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
/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);

Completed in 95 milliseconds