Searched refs:drive (Results 251 - 275 of 326) sorted by relevance

<<11121314

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.cc9 #include "chrome/browser/chromeos/drive/file_system_util.h"
18 #include "google_apis/drive/task_util.h"
256 // "/special/drive-xxx"
257 base::FilePath path = drive::util::GetDriveMountPointPath(profile);
258 // appended with (|drive_path| - "drive").
259 drive::util::GetDriveGrandRootPath().AppendRelativePath(drive_path, &path);
H A Dvolume_manager.cc15 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
16 #include "chrome/browser/chromeos/drive/file_system_interface.h"
17 #include "chrome/browser/chromeos/drive/file_system_util.h"
92 return "drive";
125 drive::util::GetDriveMountPointPath(profile);
231 drive::DriveIntegrationService* drive_integration_service,
506 // If the file is not mounted now, tell it to drive file system so that
508 // Note that drive file system knows if the file is managed by drive file
514 drive
[all...]
H A Dopen_util.cc11 #include "chrome/browser/chromeos/drive/file_system_util.h"
72 // "auto-open" - Open the file manager for the given removal drive and close
73 // the file manager when the removal drive is unmounted.
105 drive::util::GetDriveAppRegistryByProfile(profile),
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dfile_manager.css671 .volume-warning .drive-icon {
683 .volume-warning .drive-text {
1187 body[drive] .dialog-container[connection='offline'] .dim-offline {
1271 body[drive='mounting'] .dialog-container #unmounted-panel,
1272 body[drive='error'] .dialog-container #unmounted-panel,
1277 body[drive='unmounted'] .dialog-container .filelist-panel,
1278 body[drive='mounting'] .dialog-container .filelist-panel,
1279 body[drive='error'] .dialog-container .filelist-panel,
1309 body[drive='mounting'] #unmounted-panel > .loading,
1310 body[drive
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c117 // - cdrom drive is hardcoded to ide 0 device 1 in several places. see "FIXME ElTorito Hardcoded"
1980 /* Floppy drive */
2106 if (type == 0 || type > 0x4) BX_PANIC("Bad drive type\n");
2127 if (type == 0 || type > 0x3) BX_PANIC("Bad drive type\n");
3588 // Returns ah: emulated drive, al: error code
3730 // return the boot drive + no error
5322 case 0x08: /* read disk drive parameters */
5342 case 0x10: /* check drive ready */
5356 case 0x15: /* read disk drive size */
5425 case 0x45: // IBM/MS lock/unlock drive
6305 Bit8u drive, num_sectors, sector, head, status, mod; local
7150 Bit8u drive, num_sectors, track, sector, head, status; local
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader.cc5 #include "chrome/browser/chromeos/drive/change_list_loader.h"
14 #include "chrome/browser/chromeos/drive/change_list_loader_observer.h"
15 #include "chrome/browser/chromeos/drive/change_list_processor.h"
16 #include "chrome/browser/chromeos/drive/file_system_util.h"
17 #include "chrome/browser/chromeos/drive/job_scheduler.h"
18 #include "chrome/browser/chromeos/drive/resource_metadata.h"
19 #include "chrome/browser/drive/event_logger.h"
21 #include "google_apis/drive/drive_api_parser.h"
26 namespace drive { namespace
478 if (drive
[all...]
H A Dfake_file_system.cc5 #include "chrome/browser/chromeos/drive/fake_file_system.h"
13 #include "chrome/browser/chromeos/drive/drive.pb.h"
14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "chrome/browser/chromeos/drive/file_system_util.h"
16 #include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
17 #include "chrome/browser/drive/drive_service_interface.h"
19 #include "google_apis/drive/drive_api_parser.h"
21 namespace drive { namespace
158 // Now, we only support files under my drive
[all...]
H A Ddirectory_loader_unittest.cc5 #include "chrome/browser/chromeos/drive/directory_loader.h"
12 #include "chrome/browser/chromeos/drive/change_list_loader.h"
13 #include "chrome/browser/chromeos/drive/change_list_loader_observer.h"
14 #include "chrome/browser/chromeos/drive/file_cache.h"
15 #include "chrome/browser/chromeos/drive/file_system_util.h"
16 #include "chrome/browser/chromeos/drive/job_scheduler.h"
17 #include "chrome/browser/chromeos/drive/resource_metadata.h"
18 #include "chrome/browser/chromeos/drive/test_util.h"
19 #include "chrome/browser/drive/event_logger.h"
20 #include "chrome/browser/drive/fake_drive_servic
27 namespace drive { namespace
[all...]
H A Dfile_system.cc5 #include "chrome/browser/chromeos/drive/file_system.h"
10 #include "chrome/browser/chromeos/drive/change_list_loader.h"
11 #include "chrome/browser/chromeos/drive/directory_loader.h"
12 #include "chrome/browser/chromeos/drive/drive.pb.h"
13 #include "chrome/browser/chromeos/drive/file_cache.h"
14 #include "chrome/browser/chromeos/drive/file_change.h"
15 #include "chrome/browser/chromeos/drive/file_system/copy_operation.h"
16 #include "chrome/browser/chromeos/drive/file_system/create_directory_operation.h"
17 #include "chrome/browser/chromeos/drive/file_syste
40 namespace drive { namespace
[all...]
H A Dfile_system_util_unittest.cc5 #include "chrome/browser/chromeos/drive/file_system_util.h"
20 #include "google_apis/drive/test_util.h"
28 namespace drive { namespace
61 EXPECT_EQ(base::FilePath::FromUTF8Unsafe("/special/drive-" + user_id_hash),
74 "/special/drive-" + user1_id_hash)));
77 "/special/drive-" + user2_id_hash + "/root/xxx")));
79 base::FilePath::FromUTF8Unsafe("/special/non-drive-path")));
88 base::FilePath::FromUTF8Unsafe("special/drive/foo.txt")));
91 base::FilePath::FromUTF8Unsafe("/special/drive")));
93 base::FilePath::FromUTF8Unsafe("/special/drive/fo
[all...]
H A Dfile_write_watcher.cc5 #include "chrome/browser/chromeos/drive/file_write_watcher.h"
16 #include "google_apis/drive/task_util.h"
20 namespace drive { namespace
208 } // namespace drive
H A Ddrive_integration_service.cc5 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
15 #include "chrome/browser/chromeos/drive/debug_info_collector.h"
16 #include "chrome/browser/chromeos/drive/download_handler.h"
17 #include "chrome/browser/chromeos/drive/file_cache.h"
18 #include "chrome/browser/chromeos/drive/file_system.h"
19 #include "chrome/browser/chromeos/drive/file_system_util.h"
20 #include "chrome/browser/chromeos/drive/job_scheduler.h"
21 #include "chrome/browser/chromeos/drive/resource_metadata.h"
22 #include "chrome/browser/chromeos/drive/resource_metadata_storage.h"
28 #include "chrome/browser/drive/drive_api_servic
56 namespace drive { namespace
[all...]
H A Dsearch_metadata_unittest.cc5 #include "chrome/browser/chromeos/drive/search_metadata.h"
13 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
14 #include "chrome/browser/chromeos/drive/file_cache.h"
15 #include "chrome/browser/chromeos/drive/file_system_util.h"
16 #include "chrome/browser/chromeos/drive/test_util.h"
17 #include "chrome/browser/drive/drive_api_util.h"
21 namespace drive { namespace
74 // drive/root
79 // drive/root/Directory 1
84 // drive/roo
[all...]
H A Dsync_client_unittest.cc5 #include "chrome/browser/chromeos/drive/sync_client.h"
14 #include "chrome/browser/chromeos/drive/change_list_loader.h"
15 #include "chrome/browser/chromeos/drive/drive.pb.h"
16 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
17 #include "chrome/browser/chromeos/drive/file_cache.h"
18 #include "chrome/browser/chromeos/drive/file_change.h"
19 #include "chrome/browser/chromeos/drive/file_system/move_operation.h"
20 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
21 #include "chrome/browser/chromeos/drive/file_syste
34 namespace drive { namespace
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_sync_unittest.cc12 #include "chrome/browser/drive/drive_uploader.h"
13 #include "chrome/browser/drive/fake_drive_service.h"
14 #include "chrome/browser/drive/test_util.h"
34 #include "google_apis/drive/drive_api_parser.h"
104 scoped_ptr<drive::FakeDriveService>
105 drive_service(new drive::FakeDriveService);
107 ASSERT_TRUE(drive::test_util::SetUpTestEntries(drive_service.get()));
109 scoped_ptr<drive::DriveUploaderInterface> uploader(
110 new drive::DriveUploader(drive_service.get(),
132 drive_service.PassAs<drive
[all...]
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_converter.cc5 #include "chrome/browser/apps/drive/drive_app_converter.h"
32 // https://developers.google.com/drive/v2/reference/apps#resource
104 const drive::DriveAppInfo& drive_app_info,
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcreate_directory_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/create_directory_operation.h"
7 #include "chrome/browser/chromeos/drive/drive.pb.h"
8 #include "chrome/browser/chromeos/drive/file_change.h"
9 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
10 #include "chrome/browser/chromeos/drive/file_system_util.h"
11 #include "chrome/browser/chromeos/drive/resource_metadata.h"
16 namespace drive { namespace
183 } // namespace drive
H A Dget_file_for_saving_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h"
10 #include "chrome/browser/chromeos/drive/file_cache.h"
11 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
12 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
13 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
14 #include "chrome/browser/chromeos/drive/file_write_watcher.h"
15 #include "chrome/browser/chromeos/drive/job_scheduler.h"
16 #include "chrome/browser/drive/event_logger.h"
21 namespace drive { namespace
209 } // namespace drive
[all...]
H A Dopen_file_operation_unittest.cc5 #include "chrome/browser/chromeos/drive/file_system/open_file_operation.h"
13 #include "chrome/browser/chromeos/drive/drive.pb.h"
14 #include "chrome/browser/chromeos/drive/file_cache.h"
15 #include "chrome/browser/chromeos/drive/file_change.h"
16 #include "chrome/browser/chromeos/drive/file_errors.h"
17 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
19 #include "google_apis/drive/test_util.h"
22 namespace drive { namespace
40 FILE_PATH_LITERAL("drive/roo
[all...]
H A Doperation_test_base.cc5 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
9 #include "chrome/browser/chromeos/drive/change_list_loader.h"
10 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
11 #include "chrome/browser/chromeos/drive/file_cache.h"
12 #include "chrome/browser/chromeos/drive/file_change.h"
13 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
14 #include "chrome/browser/chromeos/drive/job_scheduler.h"
15 #include "chrome/browser/chromeos/drive/resource_metadata.h"
16 #include "chrome/browser/drive/event_logger.h"
17 #include "chrome/browser/drive/fake_drive_servic
23 namespace drive { namespace
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_reader_impl_unittest.cc5 #include "chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl.h"
15 #include "chrome/browser/chromeos/drive/fake_file_system.h"
16 #include "chrome/browser/chromeos/drive/file_system_interface.h"
17 #include "chrome/browser/chromeos/drive/file_system_util.h"
18 #include "chrome/browser/chromeos/drive/test_util.h"
19 #include "chrome/browser/drive/fake_drive_service.h"
20 #include "chrome/browser/drive/test_util.h"
22 #include "google_apis/drive/drive_api_parser.h"
23 #include "google_apis/drive/time_util.h"
29 namespace drive { namespace
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dremove_performer.cc5 #include "chrome/browser/chromeos/drive/sync/remove_performer.h"
8 #include "chrome/browser/chromeos/drive/drive.pb.h"
9 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
10 #include "chrome/browser/chromeos/drive/file_system_util.h"
11 #include "chrome/browser/chromeos/drive/job_scheduler.h"
12 #include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
13 #include "chrome/browser/chromeos/drive/resource_metadata.h"
14 #include "chrome/browser/chromeos/drive/sync/entry_revert_performer.h"
15 #include "chrome/browser/drive/drive_api_uti
21 namespace drive { namespace
[all...]
H A Dentry_update_performer_unittest.cc5 #include "chrome/browser/chromeos/drive/sync/entry_update_performer.h"
11 #include "chrome/browser/chromeos/drive/file_cache.h"
12 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
13 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
14 #include "chrome/browser/chromeos/drive/job_scheduler.h"
15 #include "chrome/browser/chromeos/drive/resource_metadata.h"
16 #include "chrome/browser/drive/drive_api_util.h"
17 #include "chrome/browser/drive/fake_drive_service.h"
19 #include "google_apis/drive/drive_api_parser.h"
20 #include "google_apis/drive/test_uti
23 namespace drive { namespace
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_tasks.cc11 #include "chrome/browser/chromeos/drive/file_system_util.h"
172 drive::util::GetDriveAppRegistryByProfile(GetProfile()),
220 // on the local drive, we'd fail.
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry_unittest.cc5 #include "chrome/browser/drive/drive_app_registry.h"
11 #include "chrome/browser/drive/drive_app_registry_observer.h"
12 #include "chrome/browser/drive/fake_drive_service.h"
14 #include "google_apis/drive/drive_api_parser.h"
15 #include "google_apis/drive/gdata_wapi_parser.h"
16 #include "google_apis/drive/test_util.h"
19 namespace drive { namespace
47 fake_drive_service_->LoadAppListForDriveApi("drive/applist.json");
101 base::FilePath ext_file(FILE_PATH_LITERAL("drive/file.exe"));
109 "application/vnd.google-apps.drive
[all...]

Completed in 546 milliseconds

<<11121314