Searched defs:CreateFile (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dfeedback_ui_unittest.cc19 void CreateFile(const base::FilePath& filename) { function in namespace:__anon6501
45 ASSERT_NO_FATAL_FAILURE(CreateFile(filepath));
59 ASSERT_NO_FATAL_FAILURE(CreateFile(filepath));
/external/chromium_org/content/browser/download/
H A Ddownload_file_factory.cc14 DownloadFile* DownloadFileFactory::CreateFile( function in class:content::DownloadFileFactory
H A Dmhtml_generation_manager.cc66 base::Bind(&MHTMLGenerationManager::CreateFile, base::Unretained(this),
74 void MHTMLGenerationManager::CreateFile( function in class:content::MHTMLGenerationManager
H A Ddownload_manager_impl_unittest.cc375 virtual DownloadFile* CreateFile( function in class:content::__anon7580::MockDownloadFileFactory
H A Ddownload_browsertest.cc149 virtual DownloadFile* CreateFile(
226 DownloadFile* DownloadFileWithDelayFactory::CreateFile( function in class:content::__anon7574::DownloadFileWithDelayFactory
327 virtual DownloadFile* CreateFile(
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcreate_file_operation.cc29 // Part of CreateFileOperation::CreateFile(), runs on |blocking_task_runner_|
72 // Part of CreateFileOperation::CreateFile(), runs on |blocking_task_runner_|
141 void CreateFileOperation::CreateFile(const base::FilePath& file_path, function in class:drive::file_system::CreateFileOperation
184 scheduler_->CreateFile(
/external/chromium_org/tools/stats_viewer/
H A Dwin32.cs30 public static extern IntPtr CreateFile ( method in class:StatsViewer.Win32
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfileapi_worker.cc280 void CreateFile(const base::FilePath& file_path, function in namespace:drive::fileapi_internal
285 file_system->CreateFile(file_path, is_exclusive,
H A Dfake_file_system.cc103 void FakeFileSystem::CreateFile(const base::FilePath& file_path, function in class:drive::test_util::FakeFileSystem
H A Dfile_system.cc410 void FileSystem::CreateFile(const base::FilePath& file_path, function in class:drive::FileSystem
415 create_file_operation_->CreateFile(file_path, is_exclusive, callback);
H A Djob_scheduler.cc640 void JobScheduler::CreateFile( function in class:drive::JobScheduler
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc76 void SyncableFileSystemOperation::CreateFile( function in class:sync_file_system::SyncableFileSystemOperation
90 base::Bind(&FileSystemOperation::CreateFile,
H A Dcanned_syncable_file_system.cc322 PlatformFileError CannedSyncableFileSystem::CreateFile( function in class:sync_file_system::CannedSyncableFileSystem
542 operation_runner()->CreateFile(url, false /* exclusive */, callback);
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_test_helper.cc155 base::PlatformFileError AsyncFileTestHelper::CreateFile( function in class:fileapi::AsyncFileTestHelper
160 context->operation_runner()->CreateFile(
H A Dcopy_or_move_file_validator_unittest.cc83 ASSERT_EQ(base::PLATFORM_FILE_OK, CreateFile(copy_src_, 10));
84 ASSERT_EQ(base::PLATFORM_FILE_OK, CreateFile(move_src_, 10));
144 base::PlatformFileError CreateFile(const FileSystemURL& url, size_t size) { function in class:fileapi::__anon14757::CopyOrMoveFileValidatorTestHelper
146 AsyncFileTestHelper::CreateFile(file_system_context_.get(), url);
H A Dlocal_file_util_unittest.cc91 base::PlatformFileError CreateFile(const char* file_name, function in class:fileapi::LocalFileUtilTest
129 CreateFile(file_name, &file_handle, &created));
148 CreateFile(target_name, &target_handle, &symlink_target_created));
188 CreateFile(file_name, &file_handle, &created));
H A Dsandbox_directory_database_unittest.cc71 void CreateFile(FileId parent_id, function in class:fileapi::SandboxDirectoryDatabaseTest
524 CreateFile(0, FPL("foo"), FPL("hoge"), NULL);
526 CreateFile(dir_id, FPL("baz"), FPL("fuga"), NULL);
527 CreateFile(dir_id, FPL("fizz"), FPL("buzz"), NULL);
535 CreateFile(0, FPL("foo"), kBackingFileName, NULL);
539 CreateFile(0, FPL("bar"), kBackingFileName, NULL);
545 CreateFile(0, FPL("foo"), kBackingFileName, NULL);
553 CreateFile(0, FPL("foo"), FPL("hoge"), NULL);
592 CreateFile(dir_id, FPL("bar"), FPL("hoge/fuga/piyo"), &file_id);
605 CreateFile(dir2_i
[all...]
H A Dcopy_or_move_operation_delegate_unittest.cc216 result = CreateFile(url, test_case.data_file_size);
279 base::PlatformFileError CreateFile(const FileSystemURL& url, size_t size) { function in class:fileapi::CopyOrMoveOperationTestHelper
281 AsyncFileTestHelper::CreateFile(file_system_context_.get(), url);
332 ASSERT_EQ(base::PLATFORM_FILE_OK, helper.CreateFile(src, 10));
361 ASSERT_EQ(base::PLATFORM_FILE_OK, helper.CreateFile(src, 10));
554 ASSERT_EQ(base::PLATFORM_FILE_OK, helper.CreateFile(src, 10));
H A Dfile_system_operation_impl.cc52 void FileSystemOperationImpl::CreateFile(const FileSystemURL& url, function in class:fileapi::FileSystemOperationImpl
H A Dfile_system_operation_runner.cc29 OperationID FileSystemOperationRunner::CreateFile( function in class:fileapi::FileSystemOperationRunner
42 operation->CreateFile(
H A Dfile_system_operation_impl_unittest.cc142 FileSystemURL CreateFile(const std::string& path) { function in class:fileapi::FileSystemOperationImplTest
237 AsyncFileTestHelper::CreateFile(
319 FileSystemURL dest_file(CreateFile("dest/file"));
332 FileSystemURL dest_file(CreateFile("dest/file"));
343 FileSystemURL src_file(CreateFile("src/file"));
363 FileSystemURL src_file(CreateFile("src"));
364 FileSystemURL dest_file(CreateFile("dest"));
379 FileSystemURL src_file(CreateFile("src"));
428 CreateFile("src/dir/sub");
467 FileSystemURL dest_file(CreateFile("des
[all...]
H A Dobfuscated_file_util.cc324 PlatformFileError error = CreateFile(
595 error = CreateFile(context, src_local_path,
700 error = CreateFile(context, src_file_path,
1068 PlatformFileError ObfuscatedFileUtil::CreateFile( function in class:fileapi::ObfuscatedFileUtil
1378 PlatformFileError error = CreateFile(
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_browsertest.cc168 CreateFile(entry.source_file_name,
209 void CreateFile(const std::string& source_file_name, function in class:file_manager::__anon4425::DriveTestVolume
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc264 virtual DownloadFile* CreateFile(
298 DownloadFile* DownloadFileWithErrorsFactory::CreateFile( function in class:content::DownloadFileWithErrorsFactory
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc223 void FileSystemDispatcher::CreateFile( function in class:content::FileSystemDispatcher

Completed in 384 milliseconds