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

1 2 34 5 6 7 8 91011

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation.cc 5 #include "chrome/browser/chromeos/drive/file_system/truncate_operation.h"
15 #include "chrome/browser/chromeos/drive/drive.pb.h"
16 #include "chrome/browser/chromeos/drive/file_cache.h"
17 #include "chrome/browser/chromeos/drive/file_errors.h"
18 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
19 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
24 namespace drive { namespace
153 } // namespace drive
truncate_operation.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
19 namespace drive { namespace
34 // This class encapsulates the drive Truncate function. It is responsible for
35 // fetching the content from the Drive server if necessary, truncating the
48 // Performs the truncate operation on the file at drive path |file_path| to
83 } // namespace drive
truncate_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/truncate_operation.h"
10 #include "chrome/browser/chromeos/drive/drive.pb.h"
11 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
12 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
13 #include "google_apis/drive/test_util.h"
16 namespace drive { namespace
33 base::FilePath file_in_root(FILE_PATH_LITERAL("drive/root/File 1.txt"));
68 base::FilePath file_in_root(FILE_PATH_LITERAL("drive/root/File 1.txt"));
87 "drive/root/Document 1 excludeDir-test.gdoc"))
    [all...]
update_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 Update function. It is responsible for
40 // sending the request to the drive API, then updating the local state and
59 // Updates a file by the given |local_id| on the Drive server by
100 } // namespace drive
update_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/update_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_interface.h"
11 #include "chrome/browser/drive/fake_drive_service.h"
12 #include "google_apis/drive/gdata_wapi_parser.h"
13 #include "google_apis/drive/test_util.h"
16 namespace drive { namespace
34 const base::FilePath kFilePath(FILE_PATH_LITERAL("drive/root/File 1.txt"));
137 const base::FilePath kFilePath(FILE_PATH_LITERAL("drive/root/File 1.txt"))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system_util.h"
14 #include "google_apis/drive/test_util.h"
22 namespace drive { namespace
61 base::FilePath::FromUTF8Unsafe("/special/drive")));
63 base::FilePath::FromUTF8Unsafe("/special/drive/foo.txt")));
65 base::FilePath::FromUTF8Unsafe("/special/drive/subdir/foo.txt")));
79 EXPECT_EQ(base::FilePath::FromUTF8Unsafe("drive"),
81 base::FilePath::FromUTF8Unsafe("/special/drive")));
82 EXPECT_EQ(base::FilePath::FromUTF8Unsafe("drive/foo.txt"),
84 base::FilePath::FromUTF8Unsafe("/special/drive/foo.txt")))
    [all...]
file_task_executor.cc 5 #include "chrome/browser/chromeos/drive/file_task_executor.h"
10 #include "chrome/browser/chromeos/drive/drive.pb.h"
11 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
12 #include "chrome/browser/chromeos/drive/file_system_interface.h"
13 #include "chrome/browser/drive/drive_service_interface.h"
24 namespace drive { namespace
84 // Send off a request for the drive service to authorize the apps for the
128 } // namespace drive
fileapi_worker.h 28 #include "chrome/browser/chromeos/drive/file_errors.h"
39 namespace drive { namespace
107 // Copies a file at |src_foreign_file_path|, which is not managed by Drive File
177 } // namespace drive
job_queue.cc 5 #include "chrome/browser/chromeos/drive/job_queue.h"
12 namespace drive { namespace
86 } // namespace drive
remove_stale_cache_files_unittest.cc 12 #include "chrome/browser/chromeos/drive/drive.pb.h"
13 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
14 #include "chrome/browser/chromeos/drive/file_system_util.h"
15 #include "chrome/browser/chromeos/drive/remove_stale_cache_files.h"
16 #include "chrome/browser/chromeos/drive/resource_metadata.h"
17 #include "chrome/browser/chromeos/drive/test_util.h"
19 #include "google_apis/drive/test_util.h"
22 namespace drive { namespace
125 } // namespace drive
    [all...]
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"
13 #include "google_apis/drive/gdata_wapi_parser.h"
16 namespace drive { namespace
441 } // namespace drive
resource_metadata.h 16 #include "chrome/browser/chromeos/drive/file_errors.h"
17 #include "chrome/browser/chromeos/drive/resource_metadata_storage.h"
23 namespace drive { namespace
41 // Storage for Drive Metadata.
157 } // namespace drive
test_util.cc 5 #include "chrome/browser/chromeos/drive/test_util.h"
14 #include "chrome/browser/chromeos/drive/drive.pb.h"
18 namespace drive { namespace
87 } // namespace drive
test_util.h 10 #include "google_apis/drive/test_util.h"
23 namespace drive { namespace
70 // Registers Drive related preferences in |pref_registry|. Drive related
90 } // namespace drive
webkit_file_stream_reader_impl.cc 5 #include "chrome/browser/chromeos/drive/webkit_file_stream_reader_impl.h"
11 #include "chrome/browser/chromeos/drive/drive.pb.h"
12 #include "chrome/browser/chromeos/drive/drive_file_stream_reader.h"
20 namespace drive { namespace
159 } // namespace drive
webkit_file_stream_reader_impl.h 14 #include "chrome/browser/chromeos/drive/drive_file_stream_reader.h"
22 namespace drive { namespace
28 // The implementation of webkit_blob::FileStreamReader for drive file system.
87 } // namespace drive
webkit_file_stream_writer_impl.cc 5 #include "chrome/browser/chromeos/drive/webkit_file_stream_writer_impl.h"
9 #include "chrome/browser/chromeos/drive/file_system_util.h"
10 #include "chrome/browser/chromeos/drive/fileapi_worker.h"
12 #include "google_apis/drive/task_util.h"
19 namespace drive { namespace
178 } // namespace drive
write_on_cache_file_unittest.cc 5 #include "chrome/browser/chromeos/drive/write_on_cache_file.h"
8 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
9 #include "chrome/browser/chromeos/drive/test_util.h"
13 namespace drive { namespace
18 FILE_PATH_LITERAL("drive/root/file.txt");
20 FILE_PATH_LITERAL("drive/invalid/path");
101 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_revert_performer.h 14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "google_apis/drive/gdata_errorcode.h"
25 namespace drive { namespace
85 } // namespace drive
entry_revert_performer_unittest.cc 5 #include "chrome/browser/chromeos/drive/sync/entry_revert_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/resource_metadata.h"
11 #include "chrome/browser/drive/fake_drive_service.h"
12 #include "google_apis/drive/test_util.h"
15 namespace drive { namespace
33 FILE_PATH_LITERAL("drive/root/Directory 1/SubDirectory File 1.txt"));
112 FILE_PATH_LITERAL("drive/root/Directory 1/SubDirectory File 1.txt"));
142 } // namespace drive
    [all...]
entry_update_performer.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "google_apis/drive/gdata_errorcode.h"
23 namespace drive { namespace
81 } // namespace drive
entry_update_performer_unittest.cc 5 #include "chrome/browser/chromeos/drive/sync/entry_update_performer.h"
8 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
9 #include "chrome/browser/chromeos/drive/resource_metadata.h"
10 #include "chrome/browser/drive/drive_api_util.h"
11 #include "chrome/browser/drive/fake_drive_service.h"
12 #include "google_apis/drive/gdata_wapi_parser.h"
13 #include "google_apis/drive/test_util.h"
16 namespace drive { namespace
34 FILE_PATH_LITERAL("drive/root/Directory 1/SubDirectory File 1.txt"));
36 FILE_PATH_LITERAL("drive/root/Directory 1/Sub Directory Folder"))
    [all...]
remove_performer.h 12 #include "chrome/browser/chromeos/drive/file_errors.h"
13 #include "google_apis/drive/gdata_errorcode.h"
23 namespace drive { namespace
37 // This class encapsulates the drive Remove function. It is responsible for
38 // sending the request to the drive API, then updating the local state and
101 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.h 19 namespace drive { namespace
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 13 #include "chrome/browser/drive/drive_service_interface.h"
14 #include "google_apis/drive/auth_service_interface.h"
15 #include "google_apis/drive/auth_service_observer.h"
16 #include "google_apis/drive/drive_api_url_generator.h"
17 #include "google_apis/drive/gdata_wapi_url_generator.h"
35 namespace drive { namespace
37 // This class provides Drive request calls using Drive V2 API.
46 // |base_url| is used to generate URLs for communication with the drive API.
48 // drive API
    [all...]

Completed in 287 milliseconds

1 2 34 5 6 7 8 91011