Searched refs:drive (Results 76 - 100 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/download/
H A Ddrag_download_item_views.cc28 #include "chrome/browser/chromeos/drive/download_handler.h"
47 // Overwrite |full_path| with drive cache file path when appropriate.
49 drive::DownloadHandler* drive_download_handler =
50 drive::DownloadHandler::GetForProfile(profile);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlist_changes_task.h12 #include "google_apis/drive/gdata_errorcode.h"
14 namespace drive { namespace
46 drive::DriveServiceInterface* drive_service();
H A Dregister_app_task.h14 #include "google_apis/drive/gdata_errorcode.h"
16 namespace drive { namespace
53 drive::DriveServiceInterface* drive_service();
H A Dfolder_creator.cc7 #include "chrome/browser/drive/drive_api_util.h"
8 #include "chrome/browser/drive/drive_service_interface.h"
11 #include "google_apis/drive/drive_api_parser.h"
12 #include "google_apis/drive/gdata_wapi_parser.h"
14 namespace drive { namespace
27 FolderCreator::FolderCreator(drive::DriveServiceInterface* drive_service,
45 drive::DriveServiceInterface::AddNewDirectoryOptions(),
H A Dsync_engine.cc15 #include "chrome/browser/drive/drive_api_service.h"
16 #include "chrome/browser/drive/drive_notification_manager.h"
17 #include "chrome/browser/drive/drive_notification_manager_factory.h"
18 #include "chrome/browser/drive/drive_service_interface.h"
19 #include "chrome/browser/drive/drive_uploader.h"
54 #include "google_apis/drive/drive_api_url_generator.h"
55 #include "google_apis/drive/gdata_wapi_url_generator.h"
66 scoped_ptr<drive::DriveServiceInterface>
71 return scoped_ptr<drive::DriveServiceInterface>(
72 new drive
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.cc228 bool Pathname::GetDrive(char *drive, uint32 bytes) const { argument
229 return GetDrive(drive, bytes, folder_);
233 bool Pathname::GetDrive(char *drive, uint32 bytes, argument
240 memcpy(drive, pathname.c_str(), 3);
241 drive[3] = 0;
243 return (isalpha(drive[0]) &&
244 drive[1] == ':' &&
245 drive[2] == '\\');
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_cdrom.h58 /** The possible states which a CD-ROM drive can be in. */
67 /** Given a status, returns true if there's a disk in the drive */
80 int id; /**< Private drive identifier */
81 CDstatus status; /**< Current drive status */
83 /** The rest of this structure is only valid if there's a CD in drive */
123 extern DECLSPEC const char * SDLCALL SDL_CDName(int drive);
126 * Opens a CD-ROM drive for access. It returns a drive handle on success,
127 * or NULL if the drive was invalid or busy. This newly opened CD-ROM
132 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/
H A DSDL_syscdrom.c53 metaopen_t metaopen; /* Infos on opened drive */
59 static const char *SDL_SYS_CDName(int drive);
60 static int SDL_SYS_CDOpen(int drive);
136 static const char *SDL_SYS_CDName(int drive) argument
138 return(metados_drives[drive].device);
141 static int SDL_SYS_CDOpen(int drive) argument
145 handle = Metaopen(metados_drives[drive].device[0], &(metados_drives[drive].metaopen));
147 return drive;
250 /* Workaround buggy CD-ROM drive */
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc5 #include "chrome/browser/drive/drive_api_service.h"
12 #include "chrome/browser/drive/drive_api_util.h"
14 #include "google_apis/drive/auth_service.h"
15 #include "google_apis/drive/drive_api_parser.h"
16 #include "google_apis/drive/drive_api_requests.h"
17 #include "google_apis/drive/gdata_errorcode.h"
18 #include "google_apis/drive/gdata_wapi_parser.h"
19 #include "google_apis/drive/gdata_wapi_requests.h"
20 #include "google_apis/drive/request_sender.h"
52 using google_apis::drive
73 namespace drive { namespace
[all...]
H A Ddrive_notification_manager_factory.cc5 #include "chrome/browser/drive/drive_notification_manager_factory.h"
8 #include "chrome/browser/drive/drive_notification_manager.h"
16 namespace drive { namespace
70 } // namespace drive
H A Devent_logger.h18 namespace drive { namespace
25 // exposed to chrome:drive-internals.
67 } // namespace drive
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfilesystem_api_util.cc11 #include "chrome/browser/chromeos/drive/file_errors.h"
12 #include "chrome/browser/chromeos/drive/file_system_interface.h"
13 #include "chrome/browser/chromeos/drive/file_system_util.h"
22 #include "google_apis/drive/task_util.h"
34 drive::FileError error,
35 scoped_ptr<drive::ResourceEntry> entry) {
38 if (error != drive::FILE_ERROR_OK || !entry->has_file_specific_info() ||
144 if (drive::util::IsUnderDriveMountPoint(path)) {
145 drive::FileSystemInterface* file_system =
146 drive
[all...]
H A Dfile_tasks.h30 // drive::DriveAppRegistry.
44 // "taskId": "<drive_app_id>|drive|open-with",
86 // - "drive" - Drive App
126 namespace drive { namespace
253 void FindDriveAppTasks(const drive::DriveAppRegistry& drive_app_registry,
272 // Finds all types (drive, file handlers, file browser handlers) of
275 // |drive_app_registry| can be NULL if the drive app registry is not
285 const drive::DriveAppRegistry* drive_app_registry,
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDL_syscdrom.c39 static int currentDrive; /* Only allow 1 drive in use at a time */
43 static const char *SDL_SYS_CDName (int drive);
44 static int SDL_SYS_CDOpen (int drive);
264 static const char *SDL_SYS_CDName (int drive) argument
282 pb.ioParam.ioVRefNum = volumes[drive];
297 static int SDL_SYS_CDOpen (int drive) argument
305 currentDrive = drive;
307 return drive;
/external/chromium_org/chrome/browser/chromeos/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 Ddrive_integration_service_unittest.cc5 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
7 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
8 #include "chrome/browser/drive/dummy_drive_service.h"
16 namespace drive { namespace
71 } // namespace drive
H A Dlocal_file_reader.h23 namespace drive { namespace
68 } // namespace drive
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcreate_directory_operation.h13 #include "chrome/browser/chromeos/drive/file_errors.h"
20 namespace drive { namespace
33 // This class encapsulates the drive Create Directory function. It is
34 // responsible for sending the request to the drive API, then updating the
74 } // namespace drive
H A Dcreate_file_operation.h11 #include "chrome/browser/chromeos/drive/file_errors.h"
18 namespace drive { namespace
30 // This class encapsulates the drive CreateFile function. It is responsible for
31 // sending the request to the drive API, then updating the local state and
71 } // namespace drive
H A Dmove_operation.h14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "google_apis/drive/gdata_errorcode.h"
26 namespace drive { namespace
39 // This class encapsulates the drive Move function. It is responsible for
48 // Performs the move operation on the file at drive path |src_file_path|
74 } // namespace drive
H A Dremove_operation.h12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "google_apis/drive/gdata_errorcode.h"
20 namespace drive { namespace
33 // This class encapsulates the drive Remove function. It is responsible for
72 } // namespace drive
H A Dtouch_operation.h12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "google_apis/drive/gdata_errorcode.h"
25 namespace drive { namespace
70 } // namespace drive
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
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());
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.cc45 #include "chrome/browser/chromeos/drive/file_system_interface.h"
46 #include "chrome/browser/chromeos/drive/file_system_util.h"
102 void ReadFileAndCopyToClipboardDrive(drive::FileError error,
104 scoped_ptr<drive::ResourceEntry> entry) {
105 if (error != drive::FILE_ERROR_OK) {
106 LOG(ERROR) << "Failed to read the screenshot path on drive: "
107 << drive::FileErrorToString(error);
148 if (drive::util::IsUnderDriveMountPoint(screenshot_path_)) {
149 drive::FileSystemInterface* file_system =
150 drive
[all...]

Completed in 1653 milliseconds

1234567891011>>