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

  /external/chromium_org/content/browser/fileapi/
file_system_operation_impl_write_unittest.cc 83 URLForPath(virtual_path_), true /* exclusive */,
116 FileSystemURL URLForPath(const base::FilePath& path) const {
184 &url_request_context(), URLForPath(virtual_path_),
199 &url_request_context(), URLForPath(virtual_path_),
214 &url_request_context(), URLForPath(virtual_path_),
230 URLForPath(base::FilePath(FILE_PATH_LITERAL("nonexist"))),
244 URLForPath(virtual_dir_path),
251 &url_request_context(), URLForPath(virtual_dir_path),
272 &url_request_context(), URLForPath(virtual_path_),
288 &url_request_context(), URLForPath(virtual_path_)
    [all...]
file_system_operation_impl_unittest.cc 120 FileSystemURL URLForPath(const std::string& path) const {
131 sandbox_file_system_.file_system_context(), URLForPath(path),
137 sandbox_file_system_.file_system_context(), URLForPath(path));
141 FileSystemURL url = URLForPath(path);
151 FileSystemURL url = URLForPath(path);
491 Move(URLForPath("a"), URLForPath("b"), FileSystemOperation::OPTION_NONE));
543 URLForPath("nonexistent/deset"),
568 Move(src_file, URLForPath("new"), FileSystemOperation::OPTION_NONE));
599 Move(src_dir, URLForPath("dest/new"), FileSystemOperation::OPTION_NONE))
    [all...]
recursive_operation_delegate_unittest.cc 156 FileSystemURL URLForPath(const std::string& path) const {
161 FileSystemURL url = URLForPath(path);
171 FileSystemURL url = URLForPath(path);

Completed in 62 milliseconds