Searched refs:drive (Results 51 - 75 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/apps/drive/
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();
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_wrapper.h10 #include "chrome/browser/drive/drive_service_interface.h"
21 explicit DriveServiceWrapper(drive::DriveServiceInterface* drive_service);
26 const drive::DriveServiceInterface::AddNewDirectoryOptions& options,
75 drive::DriveServiceInterface* drive_service_;
H A Dfolder_creator.h14 #include "google_apis/drive/gdata_errorcode.h"
16 namespace drive { namespace
37 FolderCreator(drive::DriveServiceInterface* drive_service,
54 drive::DriveServiceInterface* drive_service_;
H A Dsync_engine.h14 #include "chrome/browser/drive/drive_notification_observer.h"
15 #include "chrome/browser/drive/drive_service_interface.h"
31 namespace drive { namespace
62 public drive::DriveNotificationObserver,
63 public drive::DriveServiceObserver,
73 virtual scoped_ptr<drive::DriveServiceInterface> CreateDriveService(
95 scoped_ptr<drive::DriveServiceInterface> drive_service,
96 scoped_ptr<drive::DriveUploaderInterface> drive_uploader,
99 scoped_ptr<drive::DriveServiceInterface> drive_service,
100 scoped_ptr<drive
[all...]
H A Ddrive_uploader_on_worker.cc14 #include "google_apis/drive/drive_api_parser.h"
37 const drive::UploadCompletionCallback& callback,
61 const drive::UploadCompletionCallback& callback,
83 const drive::UploadCompletionCallback& callback,
H A Dfake_drive_service_helper.h11 #include "chrome/browser/drive/drive_uploader.h"
12 #include "chrome/browser/drive/fake_drive_service.h"
13 #include "google_apis/drive/gdata_wapi_parser.h"
24 FakeDriveServiceHelper(drive::FakeDriveService* fake_drive_service,
25 drive::DriveUploaderInterface* drive_uploader,
93 drive::FakeDriveService* fake_drive_service_;
94 drive::DriveUploaderInterface* drive_uploader_;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
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 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 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/qemu/distrib/sdl-1.2.15/src/cdrom/dc/
H A DSDL_syscdrom.c35 static const char *SDL_SYS_CDName(int drive);
36 static int SDL_SYS_CDOpen(int drive);
64 static const char *SDL_SYS_CDName(int drive) argument
69 static int SDL_SYS_CDOpen(int drive) argument
71 return(drive);
/external/chromium_org/google_apis/drive/
H A Ddrive_api_requests_unittest.cc14 #include "google_apis/drive/drive_api_parser.h"
15 #include "google_apis/drive/drive_api_requests.h"
16 #include "google_apis/drive/drive_api_url_generator.h"
17 #include "google_apis/drive/dummy_auth_service.h"
18 #include "google_apis/drive/request_sender.h"
19 #include "google_apis/drive/test_util.h"
35 "\"kind\": \"drive#childReference\",\n"
43 "\"kind\": \"drive#permission\",\n"
328 test_util::GetTestFilePath("drive/file_entry.json"));
392 "drive/abou
[all...]
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job_unittest.cc13 #include "chrome/browser/chromeos/drive/drive_file_stream_reader.h"
14 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
15 #include "chrome/browser/chromeos/drive/fake_file_system.h"
16 #include "chrome/browser/chromeos/drive/file_system_util.h"
17 #include "chrome/browser/chromeos/drive/test_util.h"
18 #include "chrome/browser/drive/fake_drive_service.h"
19 #include "chrome/browser/drive/test_util.h"
32 #include "google_apis/drive/test_util.h"
125 // Create the drive integration service for the profile.
127 new drive
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
H A DSDL_syscdrom.c48 static const char *SDL_SYS_CDName(int drive);
49 static int SDL_SYS_CDOpen(int drive);
59 /* Check a drive to see if it is a CD-ROM */
61 static int CheckDrive(char *drive, struct stat *stbuf) argument
76 if ( stat(drive, stbuf) < 0 ) {
80 if ( (cdfd = open(drive, (O_RDWR|O_NDELAY), 0)) >= 0 ) {
103 /* Add a CD-ROM drive to our list of valid drives */
104 static void AddDrive(char *drive, struct stat *stbuf) argument
110 * This can happen when we see a drive via symbolic link.
116 fprintf(stderr, "Duplicate drive detecte
155 char drive[32]; local
233 SDL_SYS_CDName(int drive) argument
238 SDL_SYS_CDOpen(int drive) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
H A DSDL_syscdrom.cc68 static const char *SDL_SYS_CDName(int drive);
69 static int SDL_SYS_CDOpen(int drive);
81 /* Check a drive to see if it is a CD-ROM */
82 static int CheckDrive(char *drive) argument
89 if ( stat(drive, &stbuf) < 0 ) {
95 cdfd = open(drive, 0);
104 /* This can happen when the drive is open .. (?) */;
110 /* Add a CD-ROM drive to our list of valid drives */
111 static void AddDrive(char *drive) argument
117 /* Add this drive t
273 SDL_SYS_CDName(int drive) argument
278 SDL_SYS_CDOpen(int drive) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
H A DSDL_syscdrom.c57 static const char *SDL_SYS_CDName(int drive);
58 static int SDL_SYS_CDOpen(int drive);
69 /* Check a drive to see if it is a CD-ROM */
70 static int CheckDrive(char *drive, struct stat *stbuf) argument
78 if ( stat(drive, stbuf) < 0 ) {
85 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0);
103 fprintf(stderr, "Could not open drive %s (%s)\n", drive, strerror(errno));
110 /* Add a CD-ROM drive to our list of valid drives */
111 static void AddDrive(char *drive, struc argument
356 SDL_SYS_CDName(int drive) argument
361 SDL_SYS_CDOpen(int drive) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
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 Dpath_util.cc10 #include "chrome/browser/chromeos/drive/file_system_util.h"
27 FILE_PATH_LITERAL("/special/drive");
30 FILE_PATH_LITERAL("/special/drive-user");
55 // /special/drive => /special/drive-xxx
65 const base::FilePath drive = drive::util::GetDriveMountPointPath(profile); local
72 bases.push_back(std::make_pair(base::FilePath(kOldDriveFolderPath), drive));
73 bases.push_back(std::make_pair(base::FilePath(kBuggyDriveFolderPath), drive));
H A Dvolume_manager_factory.cc9 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
48 drive::DriveIntegrationServiceFactory::GetForProfile(profile),
60 DependsOn(drive::DriveIntegrationServiceFactory::GetInstance());
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestcdrom.c81 fprintf(stderr, "Usage: %s [drive#] [command] [command] ...\n", argv0);
95 int drive; local
116 drive = 0;
119 drive = atoi(argv[i++]);
121 cdrom = SDL_CDOpen(drive);
123 fprintf(stderr, "Couldn't open drive %d: %s\n", drive,
134 /* PrintStatus(drive, cdrom); */
167 fprintf(stderr, "No CD in drive!\n");
204 PrintStatus(drive, cdro
[all...]
/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c32 char drive[_MAX_DRIVE]; local
35 if (_splitpath_s(bin_path, drive, _MAX_DRIVE, dir, _MAX_DIR,
40 if (_makepath_s(module_path, MAX_PATH, drive, dir, module, MODULE_SUFFIX)) {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_errors.h10 #include "google_apis/drive/gdata_errorcode.h"
12 namespace drive { namespace
48 } // namespace drive
H A Djob_queue.h12 #include "chrome/browser/chromeos/drive/job_list.h"
14 namespace drive { namespace
63 } // namespace drive
H A Dremove_stale_cache_files.cc5 #include "chrome/browser/chromeos/drive/remove_stale_cache_files.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/resource_metadata.h"
12 namespace drive { namespace
34 } // namespace drive
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Doperation_delegate.h8 #include "chrome/browser/chromeos/drive/file_errors.h"
14 namespace drive { namespace
41 // Sent when a specific drive sync error occurred.
53 } // namespace drive

Completed in 557 milliseconds

1234567891011>>