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

12 3 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.cc 5 #include "chrome/browser/chromeos/drive/file_change.h"
7 namespace drive { namespace
23 } // namespace drive
file_system_metadata.h 10 #include "chrome/browser/chromeos/drive/file_errors.h"
12 namespace drive { namespace
33 } // namespace drive
file_system_observer.h 8 #include "chrome/browser/chromeos/drive/file_errors.h"
14 namespace drive { namespace
22 // |directory_path| is a virtual directory path (/drive/...) representing
30 } // namespace drive
file_write_helper.cc 5 #include "chrome/browser/chromeos/drive/file_write_helper.h"
10 #include "chrome/browser/chromeos/drive/file_system_interface.h"
15 namespace drive { namespace
63 } // namespace drive
file_write_helper.h 10 #include "chrome/browser/chromeos/drive/file_errors.h"
16 namespace drive { namespace
20 // This class provides higher level operations for writing to Drive files over
62 } // namespace drive
job_list.cc 5 #include "chrome/browser/chromeos/drive/job_list.h"
11 namespace drive { namespace
140 } // namespace drive
job_queue.h 12 #include "chrome/browser/chromeos/drive/job_list.h"
14 namespace drive { namespace
63 } // namespace drive
job_queue_unittest.cc 5 #include "chrome/browser/chromeos/drive/job_queue.h"
9 namespace drive { namespace
104 } // namespace drive
remove_stale_cache_files.cc 5 #include "chrome/browser/chromeos/drive/remove_stale_cache_files.h"
12 #include "chrome/browser/chromeos/drive/drive.pb.h"
13 #include "chrome/browser/chromeos/drive/file_cache.h"
14 #include "chrome/browser/chromeos/drive/resource_metadata.h"
16 namespace drive { namespace
41 } // namespace drive
change_list_loader_observer.h 12 namespace drive { namespace
38 } // namespace drive
fake_file_system.h 14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "chrome/browser/chromeos/drive/file_system_interface.h"
26 namespace drive { namespace
34 // This class implements a fake FileSystem which acts like a real Drive
165 // 1) If the path is root, gets AboutResrouce from the drive service
200 } // namespace drive
file_cache_metadata_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_cache_metadata.h"
9 #include "chrome/browser/chromeos/drive/drive.pb.h"
10 #include "chrome/browser/chromeos/drive/file_system_util.h"
11 #include "chrome/browser/chromeos/drive/test_util.h"
15 namespace drive { namespace
127 } // namespace drive
file_change_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_change.h"
9 namespace drive { namespace
100 } // namespace drive
file_system_backend_delegate.cc 5 #include "chrome/browser/chromeos/drive/file_system_backend_delegate.h"
10 #include "chrome/browser/chromeos/drive/async_file_util.h"
11 #include "chrome/browser/chromeos/drive/file_system_util.h"
12 #include "chrome/browser/chromeos/drive/webkit_file_stream_reader_impl.h"
13 #include "chrome/browser/chromeos/drive/webkit_file_stream_writer_impl.h"
24 namespace drive { namespace
82 } // namespace drive
file_system_backend_delegate.h 20 namespace drive { namespace
23 // for Drive file system.
44 // The profile for processing Drive accesses. Should not be NULL.
51 } // namespace drive
file_task_executor.h 13 #include "chrome/browser/chromeos/drive/file_errors.h"
17 namespace drive { namespace
22 // third party Drive apps that store data in Drive itself. To do that, it
54 } // namespace drive
file_write_watcher.h 11 #include "chrome/browser/chromeos/drive/file_system_util.h"
17 namespace drive { namespace
27 // The class watches modification to Drive files in the cache directory.
28 // This is used for returning a local writable snapshot of Drive files from the
29 // Save-As file dialog, so that the callers of the dialog can save to Drive
30 // without any special handling about Drive.
73 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
remove_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/remove_operation.h"
7 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
8 #include "chrome/browser/drive/fake_drive_service.h"
13 namespace drive { namespace
22 base::FilePath my_drive(FILE_PATH_LITERAL("drive/root"));
24 FILE_PATH_LITERAL("drive/root/Dummy file.txt"));
25 base::FilePath file_in_root(FILE_PATH_LITERAL("drive/root/File 1.txt"));
27 FILE_PATH_LITERAL("drive/root/Directory 1/SubDirectory File 1.txt"));
55 operation.Remove(base::FilePath::FromUTF8Unsafe("drive/root/Dummy file.txt"),
72 "drive/root/Directory 1/Sub Directory Folder/Sub Sub Directory Folder"))
    [all...]
create_directory_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/create_directory_operation.h"
7 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
11 namespace drive { namespace
33 FILE_PATH_LITERAL("drive/root/File 1.txt"));
35 FILE_PATH_LITERAL("drive/root/Directory 1"));
37 FILE_PATH_LITERAL("drive/root/New Directory"));
114 } // namespace drive
move_operation.h 11 #include "chrome/browser/chromeos/drive/resource_metadata.h"
18 namespace drive { namespace
27 // This class encapsulates the drive Move function. It is responsible for
28 // sending the request to the drive API, then updating the local state and
37 // Performs the move operation on the file at drive path |src_file_path|
129 } // 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/operation_test_base.h"
11 namespace drive { namespace
26 FILE_PATH_LITERAL("drive/root/Directory 1/SubDirectory File 1.txt"));
28 FILE_PATH_LITERAL("drive/root/Directory 1/Test.log"));
51 base::FilePath src_path(FILE_PATH_LITERAL("drive/root/File 1.txt"));
53 FILE_PATH_LITERAL("drive/root/Directory 1/Test.log"));
78 FILE_PATH_LITERAL("drive/root/Directory 1/SubDirectory File 1.txt"));
79 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Test.log"));
104 FILE_PATH_LITERAL("drive/root/Directory 1/SubDirectory File 1.txt"))
    [all...]
open_file_operation.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_cache.h"
14 #include "chrome/browser/chromeos/drive/file_errors.h"
15 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
16 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
17 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
18 #include "chrome/browser/chromeos/drive/file_system_interface.h"
23 namespace drive { namespace
    [all...]
touch_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/touch_operation.h"
9 #include "chrome/browser/chromeos/drive/drive.pb.h"
10 #include "chrome/browser/chromeos/drive/file_errors.h"
11 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
12 #include "chrome/browser/chromeos/drive/resource_metadata.h"
16 namespace drive { namespace
27 const base::FilePath kTestPath(FILE_PATH_LITERAL("drive/root/File 1.txt"));
53 } // namespace drive
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager_factory.cc 5 #include "chrome/browser/drive/drive_notification_manager_factory.h"
7 #include "chrome/browser/drive/drive_notification_manager.h"
14 namespace drive { namespace
48 } // namespace drive
drive_notification_observer.h 8 namespace drive { namespace
10 // Interface for classes which need to know when to check Google Drive for
14 // Called when a notification from Google Drive is received.
24 } // namespace drive

Completed in 180 milliseconds

12 3 4 5 6 7 8 91011