ComputeFilePathCost  194 content/browser/fileapi/file_system_quota_client_unittest.cc           file_paths_cost += fileapi::ObfuscatedFileUtil::ComputeFilePathCost(
ComputeFilePathCost  318 content/browser/fileapi/obfuscated_file_util_unittest.cc     return ObfuscatedFileUtil::ComputeFilePathCost(url.path());
ComputeFilePathCost  580 content/browser/fileapi/obfuscated_file_util_unittest.cc         ObfuscatedFileUtil::ComputeFilePathCost(dest_url.path());
ComputeFilePathCost  846 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(url.path()) - 1);
ComputeFilePathCost  853 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(url.path()));
ComputeFilePathCost  876 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_EQ(ObfuscatedFileUtil::ComputeFilePathCost(url.path()),
ComputeFilePathCost 1021 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(url.path()) - 1);
ComputeFilePathCost 1029 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(url.path()));
ComputeFilePathCost 1134 content/browser/fileapi/obfuscated_file_util_unittest.cc   EXPECT_EQ(ObfuscatedFileUtil::ComputeFilePathCost(url.path()),
ComputeFilePathCost 1152 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(url.path()) - 1);
ComputeFilePathCost 1159 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(url.path()));
ComputeFilePathCost 1284 content/browser/fileapi/obfuscated_file_util_unittest.cc   int64 path_cost = ObfuscatedFileUtil::ComputeFilePathCost(url.path());
ComputeFilePathCost 1297 content/browser/fileapi/obfuscated_file_util_unittest.cc     path_cost += ObfuscatedFileUtil::ComputeFilePathCost(
ComputeFilePathCost 1449 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(dest_url.path()) - 1);
ComputeFilePathCost 1455 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(dest_url.path()));
ComputeFilePathCost 1480 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(dest_url.path()) -
ComputeFilePathCost 1481 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(src_url.path()) - 1);
ComputeFilePathCost 1487 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(dest_url.path()) -
ComputeFilePathCost 1488 content/browser/fileapi/obfuscated_file_util_unittest.cc       ObfuscatedFileUtil::ComputeFilePathCost(src_url.path()));
ComputeFilePathCost 1544 content/browser/fileapi/obfuscated_file_util_unittest.cc           ObfuscatedFileUtil::ComputeFilePathCost(src_url.path()),
ComputeFilePathCost 1682 content/browser/fileapi/obfuscated_file_util_unittest.cc     expected_quota += ObfuscatedFileUtil::ComputeFilePathCost(file_path);
ComputeFilePathCost  224 webkit/browser/fileapi/obfuscated_file_util.h   static int64 ComputeFilePathCost(const base::FilePath& path);
ComputeFilePathCost  612 webkit/browser/fileapi/sandbox_file_system_backend_delegate.cc     usage += ObfuscatedFileUtil::ComputeFilePathCost(file_path_each);