Searched refs:drive (Results 151 - 175 of 326) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsync_client.h16 #include "chrome/browser/chromeos/drive/file_errors.h"
17 #include "chrome/browser/chromeos/drive/job_scheduler.h"
18 #include "chrome/browser/chromeos/drive/resource_metadata.h"
24 namespace drive { namespace
45 // cache on the local drive.
194 } // namespace drive
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...]
H A Dtest_util.cc5 #include "chrome/browser/chromeos/drive/test_util.h"
9 #include "chrome/browser/chromeos/drive/drive.pb.h"
12 namespace drive { namespace
42 } // namespace drive
H A Dtest_util.h11 #include "google_apis/drive/test_util.h"
24 namespace drive { namespace
82 } // namespace drive
H A Dwrite_on_cache_file.cc5 #include "chrome/browser/chromeos/drive/write_on_cache_file.h"
10 #include "chrome/browser/chromeos/drive/file_system_interface.h"
11 #include "chrome/browser/chromeos/drive/file_system_util.h"
16 namespace drive { namespace
74 } // namespace drive
H A Dwrite_on_cache_file.h9 #include "chrome/browser/chromeos/drive/file_errors.h"
15 namespace drive { namespace
46 } // namespace drive
H A Dwrite_on_cache_file_unittest.cc5 #include "chrome/browser/chromeos/drive/write_on_cache_file.h"
8 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
11 #include "google_apis/drive/test_util.h"
14 namespace drive { namespace
19 FILE_PATH_LITERAL("drive/root/file.txt");
21 FILE_PATH_LITERAL("drive/invalid/path");
102 } // namespace drive
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc18 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
19 #include "chrome/browser/chromeos/drive/file_change.h"
20 #include "chrome/browser/chromeos/drive/file_system_interface.h"
21 #include "chrome/browser/chromeos/drive/file_system_util.h"
30 #include "chrome/browser/drive/drive_service_interface.h"
54 using drive::DriveIntegrationService;
55 using drive::DriveIntegrationServiceFactory;
82 bool IsUploadJob(drive::JobType type) {
83 return (type == drive::TYPE_UPLOAD_NEW_FILE ||
84 type == drive
[all...]
H A Devent_router.h15 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
16 #include "chrome/browser/chromeos/drive/file_system_observer.h"
17 #include "chrome/browser/chromeos/drive/job_list.h"
18 #include "chrome/browser/chromeos/drive/sync_client.h"
23 #include "chrome/browser/drive/drive_service_interface.h"
43 namespace drive { namespace
54 public drive::FileSystemObserver,
55 public drive::JobListObserver,
56 public drive::DriveServiceObserver,
98 // drive
[all...]
H A Devent_router_factory.cc7 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
33 DependsOn(drive::DriveIntegrationServiceFactory::GetInstance());
H A Dprivate_api_base.cc9 #include "chrome/browser/drive/event_logger.h"
27 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
H A Dprivate_api_drive.cc9 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
18 #include "chrome/browser/drive/drive_app_registry.h"
19 #include "chrome/browser/drive/event_logger.h"
28 #include "google_apis/drive/auth_service.h"
48 // List of connection types of drive.
62 void FillEntryPropertiesValueForDrive(const drive::ResourceEntry& entry_proto,
68 const drive::PlatformFileInfoProto& file_info = entry_proto.file_info();
76 const drive::FileSpecificInfo& file_specific_info =
112 // http://support.google.com/drive/answer/1628467
187 file_path_ = drive
[all...]
H A Dprivate_api_drive.h12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "chrome/browser/chromeos/drive/file_system_interface.h"
17 namespace drive { namespace
78 void OnPinStateSet(drive::FileError error);
98 typedef std::vector<drive::SearchResultInfo> SearchResultInfoList;
110 void OnSearch(drive::FileError error,
112 scoped_ptr<std::vector<drive::SearchResultInfo> > result_paths);
124 // searching drive metadata which is stored locally.
138 void OnSearchMetadata(drive::FileError error,
139 scoped_ptr<drive
[all...]
H A Dprivate_api_file_system.cc15 #include "chrome/browser/chromeos/drive/drive.pb.h"
16 #include "chrome/browser/chromeos/drive/file_system_interface.h"
17 #include "chrome/browser/chromeos/drive/file_system_util.h"
339 dict->SetInteger("error", drive::FILE_ERROR_OK);
420 drive::FileSystemInterface* file_system =
421 drive::util::GetFileSystemByProfile(GetProfile());
424 // If stats couldn't be gotten for drive, result should be left
453 drive::FileError error,
456 if (error == drive
[all...]
H A Dprivate_api_file_system.h12 #include "chrome/browser/chromeos/drive/file_errors.h"
139 void GetDriveAvailableSpaceCallback(drive::FileError error,
H A Dprivate_api_misc.cc13 #include "chrome/browser/chromeos/drive/file_system_util.h"
20 #include "chrome/browser/drive/event_logger.h"
40 #include "google_apis/drive/auth_service.h"
113 result.drive_enabled = drive::util::IsDriveEnabledForProfile(GetProfile());
128 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
149 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
194 if (drive::util::IsUnderDriveMountPoint(src_dir))
281 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
319 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
347 drive
[all...]
H A Dprivate_api_mount.cc11 #include "chrome/browser/chromeos/drive/file_system_interface.h"
12 #include "chrome/browser/chromeos/drive/file_system_util.h"
16 #include "chrome/browser/drive/event_logger.h"
21 #include "google_apis/drive/task_util.h"
35 const base::Callback<void(drive::FileError, const base::FilePath&)>&
40 callback.Run(drive::FILE_ERROR_ACCESS_DENIED, base::FilePath());
43 callback.Run(drive::FILE_ERROR_OK, path);
53 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
70 if (drive::util::IsUnderDriveMountPoint(path)) {
71 drive
[all...]
H A Dprivate_api_mount.h13 #include "chrome/browser/chromeos/drive/drive.pb.h"
14 #include "chrome/browser/chromeos/drive/file_errors.h"
39 drive::FileError error,
41 scoped_ptr<drive::ResourceEntry> entry);
46 drive::FileError error,
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.
H A Dprivate_api_util.cc11 #include "chrome/browser/chromeos/drive/drive.pb.h"
12 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
13 #include "chrome/browser/chromeos/drive/file_errors.h"
14 #include "chrome/browser/chromeos/drive/file_system_interface.h"
15 #include "chrome/browser/chromeos/drive/file_system_util.h"
51 drive::FileError error,
53 scoped_ptr<drive::ResourceEntry> entry) {
54 if (error != drive::FILE_ERROR_OK)
63 if (drive
[all...]
H A Dprivate_api_util.h25 namespace drive { namespace
60 // "/special/drive/foo/bar.txt".
96 // Get event logger to chrome://drive-internals page for the |profile|.
97 drive::EventLogger* GetLogger(Profile* profile);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.cc8 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
15 // Helper class used to wait for |OnFileSystemMounted| event from a drive file
17 class DriveMountPointWaiter : public drive::DriveIntegrationServiceObserver {
20 drive::DriveIntegrationService* integration_service)
42 drive::DriveIntegrationService* integration_service_;
51 // Drive mount point is added by the browser when the drive system service
55 // drive mount point is added before continuing. If this is not the case,
56 // drive file system is observed for FileSystemMounted event (by
58 drive::DriveIntegrationService* integration_service =
59 drive
[all...]
H A Dexternal_filesystem_apitest.cc11 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
15 #include "chrome/browser/drive/fake_drive_service.h"
28 #include "google_apis/drive/drive_api_parser.h"
29 #include "google_apis/drive/test_util.h"
30 #include "google_apis/drive/time_util.h"
42 // - drive (kFileSystemTypeDrive): a file system that provides access to Google
53 // - Doing searches on drive file system from file browser extension (using
56 using drive::DriveIntegrationServiceFactory;
63 // NOTE: Root dir for drive file system is set by Chrome's drive implementatio
[all...]
H A Dfile_browser_handlers.cc14 #include "chrome/browser/chromeos/drive/file_system_util.h"
225 DCHECK(!is_drive_file || drive::util::IsUnderDriveMountPoint(local_path));
H A Dfile_manager_browsertest.cc24 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
25 #include "chrome/browser/chromeos/drive/file_system_interface.h"
31 #include "chrome/browser/drive/fake_drive_service.h"
49 #include "google_apis/drive/drive_api_parser.h"
50 #include "google_apis/drive/test_util.h"
54 using drive::DriveIntegrationServiceFactory;
109 if (value == "drive")
218 // drive.
338 // The drive volume class for test.
340 // drive
[all...]

Completed in 303 milliseconds

1234567891011>>