Searched refs:drive (Results 201 - 225 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine_initializer_unittest.cc11 #include "chrome/browser/drive/drive_api_util.h"
12 #include "chrome/browser/drive/drive_uploader.h"
13 #include "chrome/browser/drive/fake_drive_service.h"
22 #include "google_apis/drive/drive_api_parser.h"
23 #include "google_apis/drive/gdata_wapi_parser.h"
52 scoped_ptr<drive::DriveServiceInterface>
53 fake_drive_service(new drive::FakeDriveService);
57 scoped_ptr<drive::DriveUploaderInterface>(),
137 drive::DriveServiceInterface::AddNewDirectoryOptions(),
H A Dsync_worker_interface.h24 namespace drive { namespace
H A Dlocal_to_remote_syncer.cc17 #include "chrome/browser/drive/drive_api_util.h"
18 #include "chrome/browser/drive/drive_service_interface.h"
19 #include "chrome/browser/drive/drive_uploader.h"
30 #include "google_apis/drive/drive_api_parser.h"
496 const std::string local_file_md5 = drive::util::GetMd5Digest(local_path_);
505 drive::DriveUploader::UploadExistingFileOptions options;
634 drive::DriveUploader::UploadNewFileOptions(),
739 drive::DriveServiceInterface* LocalToRemoteSyncer::drive_service() {
744 drive::DriveUploaderInterface* LocalToRemoteSyncer::drive_uploader() {
H A Dsync_worker_unittest.cc11 #include "chrome/browser/drive/drive_uploader.h"
12 #include "chrome/browser/drive/fake_drive_service.h"
112 scoped_ptr<drive::DriveServiceInterface>
113 fake_drive_service(new drive::FakeDriveService);
118 scoped_ptr<drive::DriveUploaderInterface>(),
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp307 TInt drive = -1; local
309 for(TInt i = 'z'; drive < 0 && i >= 'a'; i--)
313 drive = i;
315 if(drive < 0)
/external/chromium_org/chrome/browser/apps/drive/
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) {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.h14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "chrome/browser/chromeos/drive/file_system_interface.h"
16 #include "google_apis/drive/gdata_errorcode.h"
25 namespace drive { namespace
124 google_apis::drive::PermissionRole role,
157 // 1) If the path is root, gets AboutResrouce from the drive service
192 } // namespace drive
H A Dfile_system_interface.h12 #include "chrome/browser/chromeos/drive/drive.pb.h"
13 #include "chrome/browser/chromeos/drive/file_system_metadata.h"
14 #include "chrome/browser/chromeos/drive/resource_metadata.h"
15 #include "google_apis/drive/base_requests.h"
16 #include "google_apis/drive/drive_api_requests.h"
18 namespace drive { namespace
86 // Used to get drive content search results.
331 // 2) Starting to download the file from drive server.
397 // timestamp. Used in chrome: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 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 Ddownload_handler_unittest.cc5 #include "chrome/browser/chromeos/drive/download_handler.h"
8 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
9 #include "chrome/browser/chromeos/drive/file_system_util.h"
15 #include "google_apis/drive/test_util.h"
18 namespace drive { namespace
154 // |download_item_| is not a drive download yet.
160 // |download_item_| is a drive download now.
169 // Make |download_item_| a drive download.
200 } // namespace drive
H A Ddrive_file_stream_reader.h15 #include "chrome/browser/chromeos/drive/file_errors.h"
16 #include "google_apis/drive/gdata_errorcode.h"
28 namespace drive { namespace
221 } // namespace drive
H A Ddrive_integration_service.h13 #include "chrome/browser/chromeos/drive/file_errors.h"
14 #include "chrome/browser/chromeos/drive/file_system_util.h"
15 #include "chrome/browser/chromeos/drive/job_scheduler.h"
16 #include "chrome/browser/drive/drive_notification_observer.h"
27 namespace drive { namespace
76 // |preference_watcher| observes the drive enable preference, and sets the
133 // Registers remote file system for drive mount point.
135 // Unregisters drive mount point from File API.
138 // Adds back the drive mount point.
241 } // namespace drive
[all...]
H A Dfake_file_system_unittest.cc5 #include "chrome/browser/chromeos/drive/fake_file_system.h"
9 #include "chrome/browser/chromeos/drive/file_system_util.h"
10 #include "chrome/browser/drive/fake_drive_service.h"
11 #include "chrome/browser/drive/test_util.h"
13 #include "google_apis/drive/test_util.h"
16 namespace drive { namespace
156 } // namespace drive
H A Dfile_change.cc5 #include "chrome/browser/chromeos/drive/file_change.h"
11 #include "chrome/browser/chromeos/drive/drive.pb.h"
13 namespace drive { namespace
153 } // namespace drive
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker_unittest.cc5 #include "chrome/browser/chromeos/drive/fileapi/fileapi_worker.h"
11 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
14 #include "google_apis/drive/test_util.h"
17 namespace drive { namespace
46 const drive::OpenFileCallback& callback) OVERRIDE {
266 } // namespace drive
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dremove_performer_unittest.cc5 #include "chrome/browser/chromeos/drive/sync/remove_performer.h"
8 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
9 #include "chrome/browser/chromeos/drive/file_system_util.h"
10 #include "chrome/browser/chromeos/drive/job_scheduler.h"
11 #include "chrome/browser/chromeos/drive/resource_metadata.h"
12 #include "chrome/browser/drive/fake_drive_service.h"
14 #include "google_apis/drive/drive_api_parser.h"
15 #include "google_apis/drive/test_util.h"
17 namespace drive { namespace
26 base::FilePath file_in_root(FILE_PATH_LITERAL("drive/roo
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A DantRun.bat23 rem Change drive and directory to %1
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
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...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
386 for (char drive = 'Z'; drive >= 'A'; drive--)
387 if (_chdrive(drive - 'A' + 1) == -1) {
389 non_drive[0] = drive;
/external/gtest/test/
H A Dgtest-filepath_test.cc385 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
386 for (char drive = 'Z'; drive >= 'A'; drive--)
387 if (_chdrive(drive - 'A' + 1) == -1) {
389 non_drive[0] = drive;
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc330 // Find a drive that doesn't exist. Start with 'Z' to avoid common ones.
331 for (char drive = 'Z'; drive >= 'A'; drive--)
332 if (_chdrive(drive - 'A' + 1) == -1) {
334 non_drive[0] = drive;
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service.cc5 #include "chrome/browser/drive/fake_drive_service.h"
21 #include "chrome/browser/drive/drive_api_util.h"
23 #include "google_apis/drive/drive_api_parser.h"
24 #include "google_apis/drive/test_util.h"
63 using google_apis::drive::UploadRangeCallback;
66 namespace drive { namespace
138 bool UserHasWriteAccess(google_apis::drive::PermissionRole user_permission) {
140 case google_apis::drive::PERMISSION_ROLE_OWNER:
141 case google_apis::drive::PERMISSION_ROLE_WRITER:
143 case google_apis::drive
[all...]
/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/chrome/browser/chromeos/drive/file_system/
H A Dcreate_file_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
10 #include "chrome/browser/chromeos/drive/drive.pb.h"
11 #include "chrome/browser/chromeos/drive/file_change.h"
12 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
13 #include "chrome/browser/chromeos/drive/resource_metadata.h"
19 namespace drive { namespace
140 } // namespace drive

Completed in 512 milliseconds

1234567891011>>