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

1234567891011>>

/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Ddrive_welcome.css6 .drive-welcome-wrapper {
13 .drive-welcome-icon {
20 .drive-welcome-links {
25 .drive-welcome-button {
42 .drive-welcome-button:hover {
50 .drive-welcome-button:active {
56 .drive-welcome-button.drive-welcome-start {
64 .drive-welcome-button.drive
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Doperation_delegate.cc5 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
7 namespace drive { namespace
17 } // namespace drive
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_metadata.cc5 #include "chrome/browser/chromeos/drive/file_system_metadata.h"
7 namespace drive { namespace
18 } // namespace drive
H A Ddrive_integration_service_browsertest.cc5 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
13 namespace drive { namespace
29 // drive.
32 drive::DriveIntegrationService* integration_service =
33 drive::DriveIntegrationServiceFactory::FindForProfile(
39 // ...next try to disable drive.
43 drive::DriveIntegrationServiceFactory::FindForProfile(
48 } // namespace drive
H A Ddummy_file_system.cc5 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
7 namespace drive { namespace
17 } // namespace drive
H A Dfile_system_metadata.h10 #include "chrome/browser/chromeos/drive/file_errors.h"
12 namespace drive { namespace
33 } // namespace drive
H A Dremove_stale_cache_files.h8 namespace drive{ namespace
20 } // namespace drive
/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...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_uploader_wrapper.h10 #include "chrome/browser/drive/drive_uploader.h"
22 explicit DriveUploaderWrapper(drive::DriveUploaderInterface* drive_uploader);
28 const drive::DriveUploaderInterface::UploadExistingFileOptions& options,
29 const drive::UploadCompletionCallback& callback);
36 const drive::DriveUploaderInterface::UploadNewFileOptions& options,
37 const drive::UploadCompletionCallback& callback);
40 drive::DriveUploaderInterface* drive_uploader_;
H A Ddrive_uploader_wrapper.cc8 #include "chrome/browser/drive/drive_uploader.h"
14 drive::DriveUploaderInterface* drive_uploader)
21 const drive::DriveUploaderInterface::UploadExistingFileOptions& options,
22 const drive::UploadCompletionCallback& callback) {
38 const drive::DriveUploaderInterface::UploadNewFileOptions& options,
39 const drive::UploadCompletionCallback& callback) {
H A Dsync_engine_context.h19 namespace drive { namespace
36 scoped_ptr<drive::DriveServiceInterface> drive_service,
37 scoped_ptr<drive::DriveUploaderInterface> drive_uploader,
47 drive::DriveServiceInterface* GetDriveService();
48 drive::DriveUploaderInterface* GetDriveUploader();
62 scoped_ptr<drive::DriveServiceInterface> drive_service_;
63 scoped_ptr<drive::DriveUploaderInterface> drive_uploader_;
H A Dfake_drive_uploader.h13 #include "chrome/browser/drive/drive_uploader.h"
14 #include "chrome/browser/drive/fake_drive_service.h"
16 #include "google_apis/drive/gdata_errorcode.h"
17 #include "google_apis/drive/test_util.h"
23 class FakeDriveServiceWrapper : public drive::FakeDriveService {
47 class FakeDriveUploader : public drive::DriveUploaderInterface {
59 const drive::UploadCompletionCallback& callback,
66 const drive::UploadCompletionCallback& callback,
72 const drive::UploadCompletionCallback& callback,
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry_observer.h8 namespace drive { namespace
19 } // namespace drive
H A Dtest_util.h8 namespace drive { namespace
17 } // namespace drive
H A Ddrive_notification_observer.h8 namespace drive { namespace
24 } // namespace drive
H A Ddrive_service_interface.cc5 #include "chrome/browser/drive/drive_service_interface.h"
7 namespace drive { namespace
31 } // namespace drive
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_service_bridge.h12 namespace drive { namespace
32 virtual drive::DriveAppRegistry* GetAppRegistry() = 0;
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...]
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest_chromeos.cc7 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
8 #include "chrome/browser/chromeos/drive/file_system_interface.h"
9 #include "chrome/browser/chromeos/drive/file_system_util.h"
10 #include "chrome/browser/drive/fake_drive_service.h"
15 #include "google_apis/drive/drive_api_parser.h"
16 #include "google_apis/drive/test_util.h"
41 new drive::DriveIntegrationServiceFactory::ScopedFactoryForTest(
50 scoped_ptr<drive::ResourceEntry> entry;
51 drive::FileError error = drive
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
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_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,
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
H A DSDL_syscdrom.h28 /* Get the name of the specified drive */
29 const char *(*Name)(int drive);
31 /* Open the specified drive, returning a drive id, or -1 on error */
32 int (*Open)(int drive);
41 drive. 'position' may be NULL, and if so, should be ignored.
60 /* Close the specified drive */
/external/chromium_org/chrome/browser/sync_file_system/
H A Dlogger.cc11 #include "chrome/browser/drive/event_logger.h"
17 static base::LazyInstance<drive::EventLogger> g_logger =
39 g_logger.Pointer()->SetHistorySize(drive::kDefaultHistorySize);
56 drive::EventLogger* ptr = g_logger.Pointer();
72 std::vector<drive::EventLogger::Event> GetLogHistory() {
73 drive::EventLogger* ptr = g_logger.Pointer();
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
H A DSDL_syscdrom.c52 static const char *SDL_SYS_CDName(int drive);
53 static int SDL_SYS_CDOpen(int drive);
63 /* Check a drive to see if it is a CD-ROM */
64 static int CheckDrive(char *drive, struct stat *stbuf) argument
75 if (stat(drive, stbuf) < 0)
85 cdfd = open(drive, QNX_CD_OPENMODE);
109 /* Add a CD-ROM drive to our list of valid drives */
110 static void AddDrive(char *drive, struct stat *stbuf) argument
117 This can happen when we see a drive via symbolic link. */
127 /* Add this drive t
148 char drive[32]; local
253 SDL_SYS_CDName(int drive) argument
258 SDL_SYS_CDOpen(int drive) argument
324 int drive=-1; local
[all...]

Completed in 308 milliseconds

1234567891011>>