Searched defs:file_path_each (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_context.cc375 base::FilePath file_path_each; local
378 while (!(file_path_each = enumerator->Next()).empty()) {
380 usage += ObfuscatedFileUtil::ComputeFilePathCost(file_path_each);
H A Dobfuscated_file_util_unittest.cc1926 base::FilePath file_path_each; local
1927 while (!(file_path_each = file_enum->Next()).empty()) {
1936 file_path_each),

Completed in 133 milliseconds