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

  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 295 return ObfuscatedFileUtil::ComputeFilePathCost(url.path());
568 ObfuscatedFileUtil::ComputeFilePathCost(dest_url.path());
720 ObfuscatedFileUtil::ComputeFilePathCost(url.path()) - 1);
727 ObfuscatedFileUtil::ComputeFilePathCost(url.path()));
751 EXPECT_EQ(ObfuscatedFileUtil::ComputeFilePathCost(url.path()),
    [all...]
file_system_quota_client_unittest.cc 184 file_paths_cost += ObfuscatedFileUtil::ComputeFilePathCost(path);
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.h 218 static int64 ComputeFilePathCost(const base::FilePath& path);
sandbox_file_system_backend_delegate.cc 606 usage += ObfuscatedFileUtil::ComputeFilePathCost(file_path_each);
obfuscated_file_util.cc 952 int64 ObfuscatedFileUtil::ComputeFilePathCost(const base::FilePath& path) {
    [all...]

Completed in 496 milliseconds