HomeSort by relevance Sort by last modified time
    Searched defs:drive (Results 51 - 75 of 270) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/drive/
event_logger.cc 5 #include "chrome/browser/drive/event_logger.h"
10 namespace drive { namespace
50 } // namespace drive
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task.h 13 #include "google_apis/drive/gdata_errorcode.h"
15 namespace drive { namespace
44 drive::DriveServiceInterface* drive_service();
sync_engine_context.h 14 namespace drive { namespace
32 virtual drive::DriveServiceInterface* GetDriveService() = 0;
33 virtual drive::DriveUploaderInterface* GetDriveUploader() = 0;
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 5 #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"
10 #include "chrome/browser/chromeos/drive/test_util.h"
16 namespace drive { namespace
151 // |download_item_| is not a drive download yet.
157 // |download_item_| is a drive download now.
166 // Make |download_item_| a drive download.
197 } // namespace drive
drive_url_request_job.h 15 #include "chrome/browser/chromeos/drive/file_errors.h"
29 namespace drive { namespace
35 // DriveURLRequestJob is the gateway between network-level drive:...
36 // requests for drive resources and FileSystem. It exposes content URLs
37 // formatted as drive:<drive-file-path>.
91 } // namespace drive
file_change.h 12 namespace drive { namespace
56 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "chrome/browser/drive/drive_service_interface.h"
14 #include "google_apis/drive/gdata_errorcode.h"
27 namespace drive { namespace
42 // This class encapsulates the drive Copy function. It is responsible for
43 // sending the request to the drive API, then updating the local state and
55 // Performs the copy operation on the file at drive path |src_file_path|
58 // last modified time stamp. This is supported only on Drive API v2.
68 // |remote_dest_file_path| is the virtual destination path within Drive file
174 } // namespace drive
    [all...]
copy_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/copy_operation.h"
8 #include "chrome/browser/chromeos/drive/file_cache.h"
9 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
10 #include "chrome/browser/chromeos/drive/file_system_util.h"
11 #include "chrome/browser/drive/drive_api_util.h"
12 #include "chrome/browser/drive/fake_drive_service.h"
13 #include "google_apis/drive/test_util.h"
16 namespace drive { namespace
38 FILE_PATH_LITERAL("drive/root/remote.txt"));
48 // Transfer the local file to Drive
    [all...]
create_directory_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "google_apis/drive/gdata_errorcode.h"
24 namespace drive { namespace
37 // This class encapsulates the drive Create Directory function. It is
38 // responsible for sending the request to the drive API, then updating the
119 } // namespace drive
create_file_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "google_apis/drive/gdata_errorcode.h"
24 namespace drive { namespace
39 // This class encapsulates the drive CreateFile function. It is responsible for
40 // sending the request to the drive API, then updating the local state and
96 } // namespace drive
download_operation.h 10 #include "chrome/browser/chromeos/drive/file_errors.h"
11 #include "chrome/browser/chromeos/drive/file_system_interface.h"
12 #include "chrome/browser/chromeos/drive/job_list.h"
13 #include "google_apis/drive/gdata_errorcode.h"
24 namespace drive { namespace
134 } // namespace drive
get_file_for_saving_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h"
9 #include "chrome/browser/chromeos/drive/file_cache.h"
10 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
11 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
12 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
13 #include "chrome/browser/chromeos/drive/file_write_watcher.h"
18 namespace drive { namespace
172 } // namespace drive
get_file_for_saving_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "chrome/browser/chromeos/drive/file_system_interface.h"
20 namespace drive { namespace
37 // a Drive file whose next modification is monitored and notified to the
96 } // namespace drive
move_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/move_operation.h"
8 #include "chrome/browser/chromeos/drive/drive.pb.h"
9 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
10 #include "chrome/browser/chromeos/drive/resource_metadata.h"
15 namespace drive { namespace
132 } // namespace drive
move_operation.h 14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "google_apis/drive/gdata_errorcode.h"
26 namespace drive { namespace
38 // This class encapsulates the drive Move function. It is responsible for
47 // Performs the move operation on the file at drive path |src_file_path|
77 } // namespace drive
move_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/move_operation.h"
7 #include "chrome/browser/chromeos/drive/file_system/copy_operation.h"
8 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
9 #include "chrome/browser/drive/drive_api_util.h"
10 #include "google_apis/drive/test_util.h"
13 namespace drive { namespace
38 FILE_PATH_LITERAL("drive/root/Directory 1/SubDirectory File 1.txt"));
40 FILE_PATH_LITERAL("drive/root/Directory 1/Test.log"));
68 base::FilePath src_path(FILE_PATH_LITERAL("drive/root/File 1.txt"));
70 FILE_PATH_LITERAL("drive/root/Directory 1/Test.log"))
    [all...]
open_file_operation.h 14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "chrome/browser/chromeos/drive/file_system_interface.h"
22 namespace drive { namespace
100 } // namespace drive
open_file_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/open_file_operation.h"
13 #include "chrome/browser/chromeos/drive/drive.pb.h"
14 #include "chrome/browser/chromeos/drive/file_cache.h"
15 #include "chrome/browser/chromeos/drive/file_errors.h"
16 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
17 #include "google_apis/drive/test_util.h"
20 namespace drive { namespace
38 FILE_PATH_LITERAL("drive/root/File 1.txt"));
69 FILE_PATH_LITERAL("drive/root/not-exist.txt"))
    [all...]
remove_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/remove_operation.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/file_system/operation_observer.h"
11 #include "chrome/browser/chromeos/drive/file_system_util.h"
12 #include "chrome/browser/chromeos/drive/resource_metadata.h"
17 namespace drive { namespace
120 } // namespace drive
remove_operation.h 12 #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
71 } // namespace drive
search_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/search_operation.h"
14 #include "chrome/browser/chromeos/drive/file_system_util.h"
15 #include "chrome/browser/chromeos/drive/job_scheduler.h"
16 #include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
17 #include "chrome/browser/chromeos/drive/resource_metadata.h"
19 #include "google_apis/drive/gdata_wapi_parser.h"
24 namespace drive { namespace
30 // up-to-date and did not contain an item, adds the item to "drive/other" for
58 // case, we temporarily add the file to the special "drive/other"
173 } // namespace drive
    [all...]
search_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "chrome/browser/chromeos/drive/file_system_interface.h"
14 #include "google_apis/drive/gdata_errorcode.h"
25 namespace drive { namespace
35 // This class encapsulates the drive Search function. It is responsible for
36 // sending the request to the drive API.
79 } // namespace drive
search_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/search_operation.h"
7 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
8 #include "chrome/browser/drive/fake_drive_service.h"
9 #include "google_apis/drive/gdata_wapi_parser.h"
10 #include "google_apis/drive/test_util.h"
13 namespace drive { namespace
31 { "drive/root/Directory 1/Sub Directory Folder/Sub Sub Directory Folder",
33 { "drive/root/Directory 1/Sub Directory Folder", true },
34 { "drive/root/Directory 1/SubDirectory File 1.txt", false },
35 { "drive/root/Directory 1", true }
    [all...]
touch_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/touch_operation.h"
11 #include "chrome/browser/chromeos/drive/file_errors.h"
12 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
13 #include "chrome/browser/chromeos/drive/resource_metadata.h"
18 namespace drive { namespace
98 } // namespace drive
touch_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "google_apis/drive/gdata_errorcode.h"
25 namespace drive { namespace
69 } // namespace drive

Completed in 1147 milliseconds

1 23 4 5 6 7 8 91011