HomeSort by relevance Sort by last modified time
    Searched defs:local_paths (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
mime_util.cc 158 std::vector<base::FilePath> local_paths; local
160 local_paths.push_back(urls[i].path());
163 CollectForLocalPaths(local_paths, callback);
167 const std::vector<base::FilePath>& local_paths,
173 result_.reset(new std::vector<std::string>(local_paths.size()));
174 left_ = local_paths.size();
184 for (size_t i = 0; i < local_paths.size(); ++i) {
186 local_paths[i],
mime_util_unittest.cc 130 std::vector<base::FilePath> local_paths; local
131 local_paths.push_back(base::FilePath::FromUTF8Unsafe(kJPEGExtensionFilePath));
132 local_paths.push_back(
134 local_paths.push_back(html_mime_file_path_);
137 collector.CollectForLocalPaths(local_paths,
  /external/chromium_org/content/renderer/
dom_serializer_browsertest.cc 280 WebVector<WebString> local_paths; local
281 local_paths.assign(&file_path, 1);
287 local_paths,
    [all...]

Completed in 3434 milliseconds