Searched refs:drive (Results 176 - 200 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_tasks_unittest.cc14 #include "chrome/browser/chromeos/drive/file_system_util.h"
19 #include "chrome/browser/drive/drive_app_registry.h"
28 #include "google_apis/drive/drive_api_parser.h"
90 EXPECT_EQ("app-id|drive|action-id", task_id);
101 EXPECT_EQ("app-id|drive|action-id",
130 EXPECT_TRUE(ParseTaskID("app-id|drive|action-id", &task));
149 // prefixed with "drive-app:".
150 EXPECT_TRUE(ParseTaskID("drive-app:app-id|action-id", &task));
198 drive::DriveAppRegistry drive_app_registry(NULL);
205 drive
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system.h14 #include "chrome/browser/chromeos/drive/change_list_loader_observer.h"
15 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
16 #include "chrome/browser/chromeos/drive/file_system_interface.h"
17 #include "google_apis/drive/gdata_errorcode.h"
30 namespace drive { namespace
157 google_apis::drive::PermissionRole role,
237 google_apis::drive::PermissionRole role,
304 } // namespace drive
H A Dfile_system_util.cc5 #include "chrome/browser/chromeos/drive/file_system_util.h"
26 #include "chrome/browser/chromeos/drive/drive.pb.h"
27 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
28 #include "chrome/browser/chromeos/drive/file_system_interface.h"
29 #include "chrome/browser/chromeos/drive/job_list.h"
30 #include "chrome/browser/chromeos/drive/write_on_cache_file.h"
46 namespace drive { namespace
102 (FILE_PATH_LITERAL("drive/root")));
110 static const char kDriveMountPointNameBase[] = "drive";
[all...]
H A Dchange_list_processor.h15 #include "chrome/browser/chromeos/drive/file_errors.h"
16 #include "chrome/browser/chromeos/drive/file_errors.h"
25 namespace drive { namespace
163 } // namespace drive
H A Ddirectory_loader.h18 #include "chrome/browser/chromeos/drive/file_errors.h"
19 #include "chrome/browser/chromeos/drive/file_system_interface.h"
20 #include "google_apis/drive/drive_common_callbacks.h"
21 #include "google_apis/drive/gdata_errorcode.h"
31 namespace drive { namespace
146 } // namespace drive
H A Dfile_cache.h14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "chrome/browser/chromeos/drive/resource_metadata_storage.h"
22 namespace drive { namespace
61 // Returns true if the given path is under drive cache directory, i.e.
188 } // namespace drive
H A Dfile_change.h16 namespace drive { namespace
116 } // namespace drive
H A Dfile_system_util.h12 #include "chrome/browser/chromeos/drive/file_errors.h"
21 namespace drive { namespace
30 // "drive" diretory's local ID is fixed to this value.
31 const char kDriveGrandRootLocalId[] = "<drive>";
33 // "drive/other" diretory's local ID is fixed to this value.
36 // "drive/trash" diretory's local ID is fixed to this value.
42 FILE_PATH_LITERAL("drive");
59 // Returns the Drive mount point path, which looks like "/special/drive-<hash>".
63 // "/special/drive-<username_hash>", when provided with the |user_id_hash|.
93 // Examples: ExtractDrivePath("/special/drive
[all...]
H A Dfile_write_watcher_unittest.cc5 #include "chrome/browser/chromeos/drive/file_write_watcher.h"
16 namespace drive { namespace
120 } // namespace drive
H A Dlocal_file_reader_unittest.cc5 #include "chrome/browser/chromeos/drive/local_file_reader.h"
16 #include "chrome/browser/chromeos/drive/test_util.h"
17 #include "google_apis/drive/test_util.h"
22 namespace drive { namespace
107 } // namespace drive
H A Dremove_stale_cache_files_unittest.cc11 #include "chrome/browser/chromeos/drive/drive.pb.h"
12 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
13 #include "chrome/browser/chromeos/drive/file_system_util.h"
14 #include "chrome/browser/chromeos/drive/remove_stale_cache_files.h"
15 #include "chrome/browser/chromeos/drive/resource_metadata.h"
16 #include "chrome/browser/chromeos/drive/test_util.h"
18 #include "google_apis/drive/test_util.h"
21 namespace drive { namespace
113 } // namespace drive
[all...]
H A Dresource_metadata.h14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "chrome/browser/chromeos/drive/resource_metadata_storage.h"
21 namespace drive { namespace
141 } // namespace drive
H A Dresource_metadata_storage.h15 #include "chrome/browser/chromeos/drive/drive.pb.h"
16 #include "chrome/browser/chromeos/drive/file_errors.h"
27 namespace drive { namespace
170 } // namespace drive
/external/chromium_org/chrome/browser/download/
H A Ddownload_prefs.cc36 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
37 #include "chrome/browser/chromeos/drive/file_system_util.h"
245 // If the download path is under /drive, and DriveIntegrationService isn't
248 if (drive::util::IsUnderDriveMountPoint(*download_path_)) {
249 drive::DriveIntegrationService* integration_service =
250 drive::DriveIntegrationServiceFactory::FindForProfile(profile_);
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation.h15 #include "chrome/browser/chromeos/drive/file_errors.h"
16 #include "google_apis/drive/gdata_errorcode.h"
28 namespace drive { namespace
43 // This class encapsulates the drive Copy function. It is responsible for
44 // sending the request to the drive API, then updating the local state and
55 // Performs the copy operation on the file at drive path |src_file_path|
176 } // namespace drive
H A Dcreate_directory_operation_unittest.cc5 #include "chrome/browser/chromeos/drive/file_system/create_directory_operation.h"
7 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
9 #include "google_apis/drive/test_util.h"
12 namespace drive { namespace
33 FILE_PATH_LITERAL("drive/root/File 1.txt"));
35 FILE_PATH_LITERAL("drive/root/Directory 1"));
37 FILE_PATH_LITERAL("drive/root/New Directory"));
126 } // namespace drive
H A Dget_file_for_saving_operation_unittest.cc5 #include "chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h"
12 #include "chrome/browser/chromeos/drive/drive.pb.h"
13 #include "chrome/browser/chromeos/drive/file_change.h"
14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
16 #include "chrome/browser/chromeos/drive/file_write_watcher.h"
18 #include "google_apis/drive/test_util.h"
21 namespace drive { namespace
73 base::FilePath drive_path(FILE_PATH_LITERAL("drive/roo
[all...]
H A Dmove_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/move_operation.h"
8 #include "chrome/browser/chromeos/drive/drive.pb.h"
9 #include "chrome/browser/chromeos/drive/file_change.h"
10 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
11 #include "chrome/browser/chromeos/drive/resource_metadata.h"
16 namespace drive { namespace
122 } // namespace drive
H A Dremove_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/remove_operation.h"
8 #include "chrome/browser/chromeos/drive/drive.pb.h"
9 #include "chrome/browser/chromeos/drive/file_cache.h"
10 #include "chrome/browser/chromeos/drive/file_change.h"
11 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
12 #include "chrome/browser/chromeos/drive/file_system_util.h"
13 #include "chrome/browser/chromeos/drive/resource_metadata.h"
18 namespace drive { namespace
129 } // namespace drive
[all...]
H A Dtouch_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/touch_operation.h"
11 #include "chrome/browser/chromeos/drive/file_change.h"
12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
14 #include "chrome/browser/chromeos/drive/resource_metadata.h"
19 namespace drive { namespace
111 } // namespace drive
H A Dtruncate_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/truncate_operation.h"
15 #include "chrome/browser/chromeos/drive/drive.pb.h"
16 #include "chrome/browser/chromeos/drive/file_cache.h"
17 #include "chrome/browser/chromeos/drive/file_errors.h"
18 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
19 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
20 #include "chrome/browser/chromeos/drive/job_scheduler.h"
25 namespace drive { namespace
148 } // namespace drive
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.h12 namespace drive { namespace
97 } // namespace drive
/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager.cc5 #include "chrome/browser/drive/drive_notification_manager.h"
8 #include "chrome/browser/drive/drive_notification_observer.h"
13 namespace drive { namespace
160 } // namespace drive
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_sync_worker.h27 namespace drive { namespace
H A Dsync_engine_initializer.h16 #include "google_apis/drive/drive_common_callbacks.h"
17 #include "google_apis/drive/gdata_errorcode.h"
19 namespace drive { namespace

Completed in 251 milliseconds

1234567891011>>