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 315 return ObfuscatedFileUtil::ComputeFilePathCost(url.path());
575 ObfuscatedFileUtil::ComputeFilePathCost(dest_url.path());
839 ObfuscatedFileUtil::ComputeFilePathCost(url.path()) - 1);
846 ObfuscatedFileUtil::ComputeFilePathCost(url.path()));
867 EXPECT_EQ(ObfuscatedFileUtil::ComputeFilePathCost(url.path()),
    [all...]
file_system_quota_client_unittest.cc 192 file_paths_cost += fileapi::ObfuscatedFileUtil::ComputeFilePathCost(
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.h 219 static int64 ComputeFilePathCost(const base::FilePath& path);
sandbox_file_system_backend_delegate.cc 613 usage += ObfuscatedFileUtil::ComputeFilePathCost(file_path_each);
obfuscated_file_util.cc 939 int64 ObfuscatedFileUtil::ComputeFilePathCost(const base::FilePath& path) {
    [all...]

Completed in 146 milliseconds