Searched refs:CreateURL (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc72 FileSystemURL CreateURL(const std::string& file_name) { function in class:content::LocalFileUtilTest
80 file_util()->GetLocalFilePath(context.get(), CreateURL(file_name), &path);
104 return file_util()->CreateOrOpen(context.get(), CreateURL(file_name),
112 CreateURL(file_name), created);
157 FileSystemURL url = CreateURL(symlink_name);
194 file_util()->Touch(context.get(), CreateURL(file_name),
207 CreateURL(dir_name),
219 file_util()->Touch(context.get(), CreateURL(dir_name),
237 file_util()->Truncate(context.get(), CreateURL(file_name), 1020));
254 file_util()->Truncate(context.get(), CreateURL(from_fil
[all...]
H A Dplugin_private_file_system_backend_unittest.cc58 FileSystemURL CreateURL(const GURL& root_url, const std::string& relative) { function in class:content::PluginPrivateFileSystemBackendTest
106 FileSystemURL file = CreateURL(root_url, "foo");
146 FileSystemURL file1 = CreateURL(root_url1, "foo");
156 FileSystemURL file2 = CreateURL(root_url2, "foo");
H A Dfile_system_dir_url_request_job_unittest.cc189 FileSystemURL CreateURL(const base::FilePath& file_path) { function in class:content::FileSystemDirURLRequestJobTest
206 CreateURL(path),
215 context.get(), CreateURL(path), NULL));
222 context.get(), CreateURL(path), length));
230 CreateURL(path),
H A Dobfuscated_file_util_unittest.cc316 FileSystemURL CreateURL(const base::FilePath& path) { function in class:content::ObfuscatedFileUtilTest
317 return sandbox_file_system_.CreateURL(path);
1672 ofu()->CreateDirectory(context.get(), CreateURL(file_path),
1677 ofu()->EnsureFileExists(context.get(), CreateURL(file_path),
1681 ofu()->Truncate(context.get(), CreateURL(file_path),
1784 const FileSystemURL empty_path = CreateURL(base::FilePath());
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util_unittest.cc156 FileSystemURL CreateURL(const base::FilePath::CharType* test_case_path) { function in class:NativeMediaFileUtilTest
206 FileSystemURL url = CreateURL(kFilteringTestCases[i].path);
232 FileSystemURL url = CreateURL(FPL(""));
255 FileSystemURL root_url = CreateURL(FPL(""));
256 FileSystemURL url = CreateURL(kFilteringTestCases[i].path);
276 FileSystemURL dest_url = CreateURL(FPL("dest"));
291 FileSystemURL root_url = CreateURL(FPL(""));
292 FileSystemURL url = CreateURL(kFilteringTestCases[i].path);
331 FileSystemURL src_url = CreateURL(FPL("foo.jpg"));
341 FileSystemURL root_url = CreateURL(FP
[all...]
H A Diphoto_file_util_unittest.cc227 FileSystemURL url = CreateURL(path_append);
234 FileSystemURL CreateURL(const std::string& path) const { function in class:iphoto::IPhotoFileUtilTest
273 FileSystemURL url = CreateURL("");
288 FileSystemURL url = CreateURL(kIPhotoAlbumsDir);
303 FileSystemURL url = CreateURL(std::string(kIPhotoAlbumsDir) + "/Album1");
317 FileSystemURL url = CreateURL("None");
323 url = CreateURL(std::string(kIPhotoAlbumsDir) + "/NoAlbum");
333 CreateURL(std::string(kIPhotoAlbumsDir) + "/has_originals");
344 url = CreateURL(std::string(kIPhotoAlbumsDir) + "/has_originals/Originals");
H A Ditunes_file_util_unittest.cc195 FileSystemURL url = CreateURL(path_append);
202 FileSystemURL CreateURL(const std::string& path) const { function in class:itunes::ItunesFileUtilTest
241 FileSystemURL url = CreateURL("");
261 FileSystemURL url = CreateURL(kITunesMediaDir);
277 FileSystemURL url = CreateURL(kITunesMediaDir);
299 FileSystemURL url = CreateURL(
320 FileSystemURL url = CreateURL(
331 url = CreateURL(
341 url = CreateURL(
H A Dpicasa_file_util_unittest.cc297 FileSystemURL url = CreateURL(kPicasaDirFolders);
314 FileSystemURL folder_url = CreateURL(
343 FileSystemURL url = CreateURL(path);
352 FileSystemURL url = CreateURL(path);
360 FileSystemURL CreateURL(const std::string& path) const { function in class:picasa::PicasaFileUtilTest
436 FileSystemURL url = CreateURL(kPicasaDirFolders);
455 FileSystemURL url = CreateURL("");
573 CreateURL(std::string(kPicasaDirAlbums) + "/albumname 2013-04-16");
593 CreateURL(std::string(kPicasaDirAlbums) +
/external/chromium_org/content/public/test/
H A Dsandbox_file_system_test_helper.h63 storage::FileSystemURL CreateURL(const base::FilePath& path) const;
65 return CreateURL(base::FilePath::FromUTF8Unsafe(utf8));
H A Dsandbox_file_system_test_helper.cc80 file_util_->GetLocalFilePath(context.get(), CreateURL(path), &local_path);
94 FileSystemURL SandboxFileSystemTestHelper::CreateURL( function in class:content::SandboxFileSystemTestHelper
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_sync_unittest.cc169 storage::FileSystemURL CreateURL(const std::string& app_id, function in class:sync_file_system::drive_backend::DriveBackendSyncTest
171 return CreateURL(app_id, base::FilePath(path));
174 storage::FileSystemURL CreateURL(const std::string& app_id, function in class:sync_file_system::drive_backend::DriveBackendSyncTest
269 CreateURL(app_id, path)));
275 storage::FileSystemURL url(CreateURL(app_id, path));
288 CreateURL(app_id, path), content);
298 CreateURL(app_id, path),
463 storage::FileSystemURL url(CreateURL(app_id, path));
472 CreateURL(app_id, path.Append(local_entry.name)));
501 storage::FileSystemURL url(CreateURL(app_i
[all...]

Completed in 5815 milliseconds