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

1 23 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker_unittest.cc 5 #include "chrome/browser/chromeos/drive/fileapi_worker.h"
10 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
15 namespace drive { namespace
67 } // namespace drive
local_file_reader.h 23 namespace drive { namespace
26 // This is simple local file reader implementation focusing on Drive's use
72 } // namespace drive
logging.cc 5 #include "chrome/browser/chromeos/drive/logging.h"
12 #include "chrome/browser/drive/event_logger.h"
14 namespace drive { namespace
45 } // namespace drive
resource_entry_conversion_unittest.cc 5 #include "chrome/browser/chromeos/drive/resource_entry_conversion.h"
10 #include "chrome/browser/chromeos/drive/drive.pb.h"
11 #include "chrome/browser/chromeos/drive/file_system_util.h"
12 #include "chrome/browser/chromeos/drive/test_util.h"
16 namespace drive { namespace
387 } // namespace drive
download_handler.h 10 #include "chrome/browser/chromeos/drive/file_errors.h"
21 namespace drive { namespace
27 // Observes downloads to temporary local drive folder. Schedules these
28 // downloads for upload to drive service.
52 // Sets drive path, for example, '/special/drive/MyFolder/MyFile',
58 // Gets the target drive path from external data in |download|.
61 // Checks if there is a Drive upload associated with |download|
64 // Checks a file corresponding to the download item exists in Drive.
109 } // namespace drive
    [all...]
drive_app_registry_unittest.cc 5 #include "chrome/browser/chromeos/drive/drive_app_registry.h"
11 #include "chrome/browser/chromeos/drive/job_scheduler.h"
12 #include "chrome/browser/chromeos/drive/test_util.h"
13 #include "chrome/browser/drive/fake_drive_service.h"
17 namespace drive { namespace
26 fake_drive_service_->LoadAppListForDriveApi("drive/applist.json");
72 base::FilePath ext_file(FILE_PATH_LITERAL("drive/file.exe"));
76 "Drive app 1", "", true);
81 "application/vnd.google-apps.drive-sdk.123456788192", &primary_app);
84 "Drive app 1", "", true)
    [all...]
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_cache_metadata.h 14 #include "chrome/browser/chromeos/drive/drive.pb.h"
25 namespace drive { namespace
110 } // namespace drive
file_change.h 12 namespace drive { namespace
56 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.h 17 namespace drive { namespace
67 static void GetAvailableDriveTasks(drive::DriveAppRegistry* registry,
85 // Finds the drive app tasks that can be used with the given files, and
92 // "<drive-app-id>|drive|open-with" (See also file_tasks.h).
  /external/chromium_org/chrome/browser/drive/
drive_service_interface.h 14 namespace drive { namespace
206 // TODO(hidehiko): After the migration to Drive API v2, remove this method,
325 // Authorizes a Drive app with the id |app_id| to open the given file.
334 } // namespace drive
event_logger.cc 5 #include "chrome/browser/drive/event_logger.h"
10 namespace drive { namespace
50 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation_unittest.cc 5 #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/chromeos/drive/file_system_util.h"
10 #include "chrome/browser/drive/fake_drive_service.h"
14 namespace drive { namespace
36 FILE_PATH_LITERAL("drive/root/remote.txt"));
46 // Transfer the local file to Drive.
78 FILE_PATH_LITERAL("drive/root/remote.txt"));
90 // Transfer the local file to Drive.
102 // Transfer the local file to Drive
    [all...]
create_directory_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.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"
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
93 } // 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"
24 namespace drive { namespace
138 } // namespace drive
get_file_for_saving_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation.h"
8 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
9 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
10 #include "chrome/browser/chromeos/drive/file_write_watcher.h"
15 namespace drive { namespace
146 } // namespace drive
get_file_for_saving_operation.h 11 #include "chrome/browser/chromeos/drive/file_errors.h"
12 #include "chrome/browser/chromeos/drive/file_system_interface.h"
19 namespace drive { namespace
36 // a Drive file whose next modification is monitored and notified to the
90 } // namespace drive
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
97 } // namespace drive
open_file_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/open_file_operation.h"
12 #include "chrome/browser/chromeos/drive/drive.pb.h"
13 #include "chrome/browser/chromeos/drive/file_errors.h"
14 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
18 namespace drive { namespace
36 FILE_PATH_LITERAL("drive/root/File 1.txt"));
66 FILE_PATH_LITERAL("drive/root/not-exist.txt"));
83 FILE_PATH_LITERAL("drive/root/File 1.txt"));
103 FILE_PATH_LITERAL("drive/root/not-exist.txt"))
    [all...]
operation_test_base.cc 5 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
9 #include "chrome/browser/chromeos/drive/change_list_loader.h"
10 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
11 #include "chrome/browser/chromeos/drive/file_cache.h"
12 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
13 #include "chrome/browser/chromeos/drive/job_scheduler.h"
14 #include "chrome/browser/chromeos/drive/resource_metadata.h"
15 #include "chrome/browser/chromeos/drive/test_util.h"
16 #include "chrome/browser/drive/fake_drive_service.h"
20 namespace drive { namespace
    [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/job_scheduler.h"
17 namespace drive { namespace
160 } // namespace drive
remove_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
20 namespace drive { namespace
34 // This class encapsulates the drive Remove function. It is responsible for
35 // sending the request to the drive API, then updating the local state and
84 } // 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"
24 namespace drive { namespace
50 // case, we temporarily add the file to the special "drive/other"
60 // "drive/other" once before. That's not an error.
174 } // namespace drive
search_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "chrome/browser/chromeos/drive/file_system_interface.h"
27 namespace drive { namespace
37 // This class encapsulates the drive Search function. It is responsible for
38 // sending the request to the drive API.
83 } // namespace drive

Completed in 140 milliseconds

1 23 4 5 6 7 8 91011