HomeSort by relevance Sort by last modified time
    Searched refs:local_paths (Results 1 - 8 of 8) 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,
mime_util.h 56 void CollectForLocalPaths(const std::vector<base::FilePath>& local_paths,
  /external/chromium_org/third_party/WebKit/Source/devtools/
PRESUBMIT.py 44 local_paths = [f.LocalPath() for f in input_api.AffectedFiles()]
51 if (any("devtools/front_end" in path for path in local_paths) or
52 any("protocol.json" in path for path in local_paths) or
53 any("InjectedScriptSource.js" in path for path in local_paths) or
54 any("InjectedScriptCanvasModuleSource.js" in path for path in local_paths)):
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 271 // The parameter local_paths contain corresponding local file paths of
277 const std::vector<base::FilePath>& 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...]