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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_quota_observer.cc 32 base::FilePath usage_file_path = GetUsageCachePath(url);
50 base::FilePath usage_file_path = GetUsageCachePath(url);
69 base::FilePath usage_file_path = GetUsageCachePath(url);
105 base::FilePath SandboxQuotaObserver::GetUsageCachePath(
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl.cc 74 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK)
85 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK)
96 if (GetUsageCachePath(origin, type, &path) != base::File::FILE_OK)
143 base::File::Error QuotaBackendImpl::GetUsageCachePath(
  /external/chromium_org/content/public/test/
sandbox_file_system_test_helper.cc 89 base::FilePath SandboxFileSystemTestHelper::GetUsageCachePath() const {
108 if (base::PathExists(GetUsageCachePath()))
155 base::FilePath usage_cache_path = GetUsageCachePath();
  /external/chromium_org/content/browser/quota/
quota_backend_impl_unittest.cc 130 GetUsageCachePath(origin, type), 0));
137 base::FilePath GetUsageCachePath(const GURL& origin,
141 backend_->GetUsageCachePath(origin, type, &path);
239 base::FilePath path = GetUsageCachePath(GURL(kOrigin), type);
261 base::FilePath path = GetUsageCachePath(GURL(kOrigin), type);

Completed in 61 milliseconds