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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database.cc 143 base::FilePath path_each; local
144 while (!(path_each = file_enum.Next()).empty())
145 directories.insert(path_each.BaseName());
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 368 base::FilePath path_each; local
369 while (!(path_each = enumerator->Next()).empty()) {
371 url.origin(), path_each));

Completed in 63 milliseconds