Searched refs:drive (Results 1 - 25 of 326) sorted by path

1234567891011>>

/external/chromium_org/base/files/
H A Dfile_util_win.cc443 // will find a drive letter which maps to the path's device, so
444 // that we return a path starting with a drive letter.
452 // Get the mapping of drive letters to device paths.
456 DLOG(ERROR) << "Failed to get drive mapping.";
460 // The drive mapping is a sequence of null terminated strings.
464 wchar_t drive[] = L" :"; local
466 // For each string in the drive mapping, get the junction that links
468 // know that |drive| is the real path prefix.
470 drive[0] = drive_map_ptr[0]; // Copy the drive lette
[all...]
/external/chromium_org/base/test/
H A Dtest_file_util_win.cc220 wchar_t drive[MAX_PATH] = {0}; local
221 wcscpy_s(drive, MAX_PATH, path.value().c_str());
223 if (!PathStripToRootW(drive))
227 if (!GetVolumeInformationW(drive, NULL, 0, 0, NULL, &fs_flags, NULL, 0))
/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,
H A Ddrive_app_converter.h14 #include "chrome/browser/drive/drive_app_registry.h"
33 const drive::DriveAppInfo& drive_app_info,
42 const drive::DriveAppInfo& drive_app_info() const { return drive_app_info_; }
60 const drive::DriveAppInfo drive_app_info_;
H A Ddrive_app_converter_browsertest.cc5 #include "chrome/browser/apps/drive/drive_app_converter.h"
34 const char kAppName[] = "Test drive app";
54 void InstallAndWaitFinish(const drive::DriveAppInfo& drive_app) {
71 drive::DriveAppInfo GetTestDriveApp() {
77 drive::DriveAppInfo::IconList app_icons;
83 drive::DriveAppInfo::IconList document_icons;
85 return drive::DriveAppInfo("fake_drive_app_id",
130 drive::DriveAppInfo no_name = GetTestDriveApp();
135 drive::DriveAppInfo no_url = GetTestDriveApp();
H A Ddrive_app_provider.cc5 #include "chrome/browser/apps/drive/drive_app_provider.h"
14 #include "chrome/browser/apps/drive/drive_app_converter.h"
15 #include "chrome/browser/apps/drive/drive_app_mapping.h"
16 #include "chrome/browser/apps/drive/drive_service_bridge.h"
17 #include "chrome/browser/drive/drive_app_registry.h"
126 LOG(WARNING) << "Failed to convert drive app to web app, "
127 << "drive app id= " << converter->drive_app_info().app_id
136 const drive::DriveAppInfo& drive_app) const {
153 const drive::DriveAppInfo& drive_app) {
H A Ddrive_app_provider.h16 #include "chrome/browser/drive/drive_app_registry_observer.h"
19 namespace drive { namespace
35 class DriveAppProvider : public drive::DriveAppRegistryObserver,
51 typedef std::vector<drive::DriveAppInfo> DriveAppInfos;
66 bool IsMappedUrlAppUpToDate(const drive::DriveAppInfo& drive_app) const;
68 void AddOrUpdateDriveApp(const drive::DriveAppInfo& drive_app);
71 // drive::DriveAppRegistryObserver overrides:
H A Ddrive_app_provider_browsertest.cc5 #include "chrome/browser/apps/drive/drive_app_provider.h"
13 #include "chrome/browser/apps/drive/drive_app_mapping.h"
14 #include "chrome/browser/apps/drive/drive_service_bridge.h"
15 #include "chrome/browser/drive/drive_app_registry.h"
16 #include "chrome/browser/drive/fake_drive_service.h"
37 const char kLaunchUrl[] = "http://example.com/drive";
42 // Stub drive service bridge.
45 explicit TestDriveServiceBridge(drive::DriveAppRegistry* registry)
49 virtual drive::DriveAppRegistry* GetAppRegistry() OVERRIDE {
54 drive
[all...]
H A Ddrive_service_bridge.cc5 #include "chrome/browser/apps/drive/drive_service_bridge.h"
10 #include "chrome/browser/drive/drive_api_service.h"
11 #include "chrome/browser/drive/drive_app_registry.h"
12 #include "chrome/browser/drive/drive_notification_manager.h"
13 #include "chrome/browser/drive/drive_notification_manager_factory.h"
14 #include "chrome/browser/drive/drive_notification_observer.h"
27 public drive::DriveServiceObserver,
28 public drive::DriveNotificationObserver {
36 virtual drive::DriveAppRegistry* GetAppRegistry() OVERRIDE;
38 // drive
[all...]
H A Ddrive_service_bridge.h12 namespace drive { namespace
32 virtual drive::DriveAppRegistry* GetAppRegistry() = 0;
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc142 #include "chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h"
2394 new drive::FileSystemBackendDelegate,
/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 Dchange_list_loader.h16 #include "chrome/browser/chromeos/drive/file_errors.h"
17 #include "google_apis/drive/drive_common_callbacks.h"
18 #include "google_apis/drive/gdata_errorcode.h"
33 namespace drive { namespace
239 } // namespace drive
H A Dchange_list_loader_observer.h12 namespace drive { namespace
25 // Triggered when content(s) in drive has been changed.
42 } // namespace drive
H A Dchange_list_loader_unittest.cc5 #include "chrome/browser/chromeos/drive/change_list_loader.h"
12 #include "chrome/browser/chromeos/drive/change_list_loader_observer.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_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 Dchange_list_processor.cc5 #include "chrome/browser/chromeos/drive/change_list_processor.h"
9 #include "chrome/browser/chromeos/drive/drive.pb.h"
10 #include "chrome/browser/chromeos/drive/file_change.h"
11 #include "chrome/browser/chromeos/drive/file_system_util.h"
12 #include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
13 #include "chrome/browser/chromeos/drive/resource_metadata.h"
14 #include "chrome/browser/drive/drive_api_util.h"
15 #include "google_apis/drive/drive_api_parser.h"
17 namespace drive { namespace
[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 Dchange_list_processor_unittest.cc5 #include "chrome/browser/chromeos/drive/change_list_processor.h"
10 #include "chrome/browser/chromeos/drive/drive.pb.h"
11 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
12 #include "chrome/browser/chromeos/drive/file_cache.h"
13 #include "chrome/browser/chromeos/drive/file_change.h"
14 #include "chrome/browser/chromeos/drive/file_system_util.h"
15 #include "chrome/browser/chromeos/drive/resource_metadata.h"
16 #include "chrome/browser/chromeos/drive/test_util.h"
18 #include "google_apis/drive/drive_api_parse
22 namespace drive { namespace
[all...]
H A Ddebug_info_collector.cc5 #include "chrome/browser/chromeos/drive/debug_info_collector.h"
10 #include "google_apis/drive/task_util.h"
14 namespace drive { namespace
130 } // namespace drive
H A Ddebug_info_collector.h10 #include "chrome/browser/chromeos/drive/file_system_interface.h"
12 namespace drive { namespace
15 // info on chrome://drive-internals page.
63 } // namespace drive
H A Ddirectory_loader.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/change_list_processor.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/drive/event_logger.h"
20 #include "google_apis/drive/drive_api_parser.h"
25 namespace drive { namespace
[all...]
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 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 Ddownload_handler.cc5 #include "chrome/browser/chromeos/drive/download_handler.h"
11 #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_system_interface.h"
14 #include "chrome/browser/chromeos/drive/file_system_util.h"
15 #include "chrome/browser/chromeos/drive/write_on_cache_file.h"
25 namespace drive { namespace
31 // User Data stored in DownloadItem for drive path.
187 // /drive, an
[all...]
H A Ddownload_handler.h10 #include "chrome/browser/chromeos/drive/file_errors.h"
21 namespace drive { namespace
26 // Observes downloads to temporary local drive folder. Schedules these
27 // downloads for upload to drive service.
56 // Sets drive path, for example, '/special/drive/MyFolder/MyFile',
62 // Gets the target drive path from external data in |download|.
65 // Gets the downloaded drive cache file path from external data in |download|.
121 } // namespace drive

Completed in 397 milliseconds

1234567891011>>