HomeSort by relevance Sort by last modified time
    Searched defs:drive (Results 1 - 25 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.cc 5 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
7 namespace drive { namespace
17 } // namespace drive
drive_integration_service_browsertest.cc 5 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
13 namespace drive { namespace
29 // drive.
32 drive::DriveIntegrationService* integration_service =
33 drive::DriveIntegrationServiceFactory::FindForProfile(
39 // ...next try to disable drive.
43 drive::DriveIntegrationServiceFactory::FindForProfile(
48 } // namespace drive
file_errors.cc 5 #include "chrome/browser/chromeos/drive/file_errors.h"
9 namespace drive { namespace
167 } // namespace drive
file_system_metadata.cc 5 #include "chrome/browser/chromeos/drive/file_system_metadata.h"
7 namespace drive { namespace
18 } // namespace drive
remove_stale_cache_files.h 8 namespace drive{ namespace
20 } // namespace drive
resource_entry_conversion.h 17 namespace drive { namespace
21 // Converts a google_apis::ChangeResource into a drive::ResourceEntry.
27 // This requirement is needed to represent contents in Drive as a file system
30 // 1) Entries without parents are allowed on drive.google.com. These entries are
31 // collected to "drive/other", and have "drive/other" as the parent.
33 // 2) Entries with multiple parents are allowed on drive.google.com. For these
40 // Converts a google_apis::FileResource into a drive::ResourceEntry.
51 } // namespace drive
write_on_cache_file.h 9 #include "chrome/browser/chromeos/drive/file_errors.h"
15 namespace drive { namespace
46 } // namespace drive
search_metadata.h 10 #include "chrome/browser/chromeos/drive/file_system_interface.h"
18 namespace drive { namespace
51 } // namespace drive
write_on_cache_file.cc 5 #include "chrome/browser/chromeos/drive/write_on_cache_file.h"
10 #include "chrome/browser/chromeos/drive/file_system_interface.h"
11 #include "chrome/browser/chromeos/drive/file_system_util.h"
16 namespace drive { namespace
74 } // namespace drive
drive_notification_manager_factory_browsertest.cc 5 #include "chrome/browser/drive/drive_notification_manager_factory.h"
18 namespace drive { namespace
69 } // namespace drive
dummy_file_system.h 8 #include "chrome/browser/chromeos/drive/file_system_interface.h"
10 namespace drive { namespace
96 google_apis::drive::PermissionRole role,
104 } // namespace drive
fake_free_disk_space_getter.cc 5 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
7 #include "chrome/browser/chromeos/drive/test_util.h"
9 namespace drive { namespace
31 } // namespace drive
fake_free_disk_space_getter.h 11 #include "chrome/browser/chromeos/drive/file_cache.h"
13 namespace drive { namespace
42 } // namespace drive
file_change_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_change.h"
9 namespace drive { namespace
60 } // namespace drive
file_system_metadata.h 10 #include "chrome/browser/chromeos/drive/file_errors.h"
12 namespace drive { namespace
33 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_delegate.cc 5 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
7 namespace drive { namespace
17 } // namespace drive
create_file_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
7 #include "chrome/browser/chromeos/drive/file_change.h"
8 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
10 #include "google_apis/drive/test_util.h"
13 namespace drive { namespace
23 const base::FilePath kFilePath(FILE_PATH_LITERAL("drive/root/New File.txt"));
53 FILE_PATH_LITERAL("drive/root/File 1.txt"));
55 FILE_PATH_LITERAL("drive/root/Directory 1"));
57 FILE_PATH_LITERAL("drive/root/Directory 1/not exist.png"));
59 FILE_PATH_LITERAL("drive/root/not exist/not exist.png"))
    [all...]
  /external/chromium_org/chrome/browser/drive/
dummy_drive_service.h 8 #include "chrome/browser/drive/drive_service_interface.h"
9 #include "google_apis/drive/auth_service_interface.h"
11 namespace drive { namespace
123 const google_apis::drive::UploadRangeCallback& callback,
128 const google_apis::drive::UploadRangeCallback& callback) OVERRIDE;
139 google_apis::drive::PermissionRole role,
143 } // namespace drive
event_logger_unittest.cc 5 #include "chrome/browser/drive/event_logger.h"
9 namespace drive { namespace
43 } // namespace drive
test_util.h 8 namespace drive { namespace
17 } // namespace drive
drive_app_registry_observer.h 8 namespace drive { namespace
12 // Invoked when DriveAppRegistry has updated its list of Drive apps.
19 } // namespace drive
drive_notification_manager_factory.h 15 namespace drive { namespace
47 } // namespace drive
test_util.cc 5 #include "chrome/browser/drive/test_util.h"
8 #include "chrome/browser/drive/drive_api_util.h"
9 #include "chrome/browser/drive/fake_drive_service.h"
10 #include "google_apis/drive/drive_api_parser.h"
11 #include "google_apis/drive/test_util.h"
18 namespace drive { namespace
201 } // namespace drive
  /external/chromium_org/chrome/browser/apps/drive/
drive_service_bridge.h 12 namespace drive { namespace
19 // An interface to access Drive service for a given profile.
32 virtual drive::DriveAppRegistry* GetAppRegistry() = 0;
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.h 12 namespace drive { namespace
18 // The implementation of storage::AsyncFileUtil for Drive File System.
97 } // namespace drive

Completed in 3953 milliseconds

1 2 3 4 5 6 7 8 91011>>