HomeSort by relevance Sort by last modified time
    Searched refs:GetUsageCachePath (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/storage/browser/fileapi/
sandbox_quota_observer.cc 33 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(
sandbox_quota_observer.h 62 base::FilePath GetUsageCachePath(const FileSystemURL& url);
  /external/chromium_org/content/public/test/
sandbox_file_system_test_helper.cc 89 base::FilePath SandboxFileSystemTestHelper::GetUsageCachePath() const {
108 if (base::PathExists(GetUsageCachePath()))
161 base::FilePath usage_cache_path = GetUsageCachePath();
sandbox_file_system_test_helper.h 61 base::FilePath GetUsageCachePath() const;
  /external/chromium_org/storage/browser/fileapi/quota/
quota_backend_impl.cc 77 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(
quota_backend_impl.h 86 base::File::Error GetUsageCachePath(
  /external/chromium_org/content/browser/quota/
quota_backend_impl_unittest.cc 129 GetUsageCachePath(origin, type), 0));
136 base::FilePath GetUsageCachePath(const GURL& origin,
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/
obfuscated_file_util_unittest.cc 276 usage_cache()->Delete(sandbox_file_system_.GetUsageCachePath());
287 sandbox_file_system_.GetUsageCachePath(), &usage) ? usage : -1;
    [all...]

Completed in 96 milliseconds