OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLForPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/fileapi/
file_system_operation_impl_write_unittest.cc
79
URLForPath
(virtual_path_), true /* exclusive */,
112
FileSystemURL
URLForPath
(const base::FilePath& path) const {
180
&url_request_context(),
URLForPath
(virtual_path_),
195
&url_request_context(),
URLForPath
(virtual_path_),
210
&url_request_context(),
URLForPath
(virtual_path_),
226
URLForPath
(base::FilePath(FILE_PATH_LITERAL("nonexist"))),
240
URLForPath
(virtual_dir_path),
247
&url_request_context(),
URLForPath
(virtual_dir_path),
268
&url_request_context(),
URLForPath
(virtual_path_),
284
&url_request_context(),
URLForPath
(virtual_path_)
[
all
...]
file_system_operation_impl_unittest.cc
122
FileSystemURL
URLForPath
(const std::string& path) const {
133
sandbox_file_system_.file_system_context(),
URLForPath
(path),
139
sandbox_file_system_.file_system_context(),
URLForPath
(path));
143
FileSystemURL url =
URLForPath
(path);
153
FileSystemURL url =
URLForPath
(path);
298
operation_runner()->Move(
URLForPath
("a"),
URLForPath
("b"),
364
operation_runner()->Move(src_dir,
URLForPath
("nonexistent/deset"),
393
operation_runner()->Move(src_file,
URLForPath
("new"),
429
operation_runner()->Move(src_dir,
URLForPath
("dest/new")
[
all
...]
recursive_operation_delegate_unittest.cc
152
FileSystemURL
URLForPath
(const std::string& path) const {
157
FileSystemURL url =
URLForPath
(path);
167
FileSystemURL url =
URLForPath
(path);
Completed in 46 milliseconds