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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/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_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
test_util.h 8 namespace drive { namespace
17 } // namespace drive
drive_service_interface.cc 5 #include "chrome/browser/drive/drive_service_interface.h"
7 namespace drive { namespace
31 } // namespace drive
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
drive_welcome.css 5 /* Google Drive welcome banners.*/
6 .drive-welcome-wrapper {
13 .drive-welcome-icon {
20 .drive-welcome-links {
25 .drive-welcome-button {
42 .drive-welcome-button:hover {
50 .drive-welcome-button:active {
56 .drive-welcome-button.drive-welcome-start {
64 .drive-welcome-button.drive-welcome-start:hover
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_metadata.cc 5 #include "chrome/browser/chromeos/drive/file_system_metadata.h"
7 namespace drive { namespace
18 } // namespace drive
change_list_loader_observer.h 12 namespace drive { namespace
38 } // 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_system_metadata.h 10 #include "chrome/browser/chromeos/drive/file_errors.h"
12 namespace drive { namespace
33 } // namespace drive
remove_stale_cache_files.h 8 namespace drive{ namespace
20 } // namespace drive
dummy_file_system.cc 5 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
7 namespace drive { namespace
17 } // namespace drive
file_system_observer.h 8 #include "chrome/browser/chromeos/drive/file_errors.h"
9 #include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
15 namespace drive { namespace
23 // |directory_path| is a virtual directory path (/drive/...) representing
27 // Triggared when a specific drive error occurred.
36 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.cc 9 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
19 // Helper class used to wait for |OnFileSystemMounted| event from a drive file
21 class DriveMountPointWaiter : public drive::DriveIntegrationServiceObserver {
24 drive::DriveIntegrationService* integration_service)
46 drive::DriveIntegrationService* integration_service_;
55 // Drive mount point is added by the browser when the drive system service
59 // drive mount point is added before continuing. If this is not the case,
60 // drive file system is observed for FileSystemMounted event (by
62 drive::DriveIntegrationService* integration_service
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_uploader_wrapper.h 10 #include "chrome/browser/drive/drive_uploader.h"
22 explicit DriveUploaderWrapper(drive::DriveUploaderInterface* drive_uploader);
28 const drive::DriveUploaderInterface::UploadExistingFileOptions& options,
29 const drive::UploadCompletionCallback& callback);
36 const drive::DriveUploaderInterface::UploadNewFileOptions& options,
37 const drive::UploadCompletionCallback& callback);
40 drive::DriveUploaderInterface* drive_uploader_;
drive_uploader_wrapper.cc 8 #include "chrome/browser/drive/drive_uploader.h"
14 drive::DriveUploaderInterface* drive_uploader)
21 const drive::DriveUploaderInterface::UploadExistingFileOptions& options,
22 const drive::UploadCompletionCallback& callback) {
38 const drive::DriveUploaderInterface::UploadNewFileOptions& options,
39 const drive::UploadCompletionCallback& callback) {
sync_engine_context.h 19 namespace drive { namespace
36 scoped_ptr<drive::DriveServiceInterface> drive_service,
37 scoped_ptr<drive::DriveUploaderInterface> drive_uploader,
48 drive::DriveServiceInterface* GetDriveService();
49 drive::DriveUploaderInterface* GetDriveUploader();
64 scoped_ptr<drive::DriveServiceInterface> drive_service_;
65 scoped_ptr<drive::DriveUploaderInterface> drive_uploader_;
fake_drive_uploader.h 13 #include "chrome/browser/drive/drive_uploader.h"
14 #include "chrome/browser/drive/fake_drive_service.h"
16 #include "google_apis/drive/gdata_errorcode.h"
17 #include "google_apis/drive/test_util.h"
23 class FakeDriveServiceWrapper : public drive::FakeDriveService {
47 class FakeDriveUploader : public drive::DriveUploaderInterface {
59 const drive::UploadCompletionCallback& callback,
66 const drive::UploadCompletionCallback& callback,
72 const drive::UploadCompletionCallback& callback,
  /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;
drive_service_bridge.cc 5 #include "chrome/browser/apps/drive/drive_service_bridge.h"
10 #include "chrome/browser/drive/drive_api_service.h"
11 #include "chrome/browser/drive/drive_app_registry.h"
12 #include "chrome/browser/drive/drive_notification_manager.h"
13 #include "chrome/browser/drive/drive_notification_manager_factory.h"
14 #include "chrome/browser/drive/drive_notification_observer.h"
27 public drive::DriveServiceObserver,
28 public drive::DriveNotificationObserver {
36 virtual drive::DriveAppRegistry* GetAppRegistry() OVERRIDE;
38 // drive::DriveServiceObserver
    [all...]
drive_app_provider.h 16 #include "chrome/browser/drive/drive_app_registry_observer.h"
19 namespace drive { namespace
30 // DriveAppProvider is the integration point for Drive apps. It ensures each
31 // Drive app has a corresponding Chrome app in the extension system. If there
35 class DriveAppProvider : public drive::DriveAppRegistryObserver,
51 typedef std::vector<drive::DriveAppInfo> DriveAppInfos;
66 bool IsMappedUrlAppUpToDate(const drive::DriveAppInfo& drive_app) const;
68 void AddOrUpdateDriveApp(const drive::DriveAppInfo& drive_app);
71 // drive::DriveAppRegistryObserver overrides:
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.h 5 // This file provides Drive specific API functions.
10 #include "chrome/browser/chromeos/drive/file_errors.h"
11 #include "chrome/browser/chromeos/drive/file_system_interface.h"
15 namespace drive { namespace
31 // (drive::FileError).
47 void CompleteGetFileProperties(drive::FileError error);
69 void OnPinStateSet(drive::FileError error);
72 // Get drive files for the given list of file URLs. Initiate downloading of
73 // drive files if these are not cached. Return a list of local file names.
76 // file name to save a file on drive. There may be other reasons to fail. Th
    [all...]
private_api_drive.cc 8 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
15 #include "chrome/browser/drive/drive_app_registry.h"
16 #include "chrome/browser/drive/event_logger.h"
37 // List of connection types of drive.
51 void FillDriveEntryPropertiesValue(const drive::ResourceEntry& entry_proto,
57 const drive::PlatformFileInfoProto& file_info = entry_proto.file_info();
65 const drive::FileSpecificInfo& file_specific_info =
123 typedef base::Callback<void(drive::FileError error)> ResultCallback;
151 scoped_ptr<drive::ResourceEntry> owner_resource_entry_;
176 file_path_ = drive::util::ExtractDrivePath(local_path_)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest_chromeos.cc 7 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
8 #include "chrome/browser/chromeos/drive/file_system_interface.h"
9 #include "chrome/browser/chromeos/drive/file_system_util.h"
10 #include "chrome/browser/chromeos/drive/test_util.h"
11 #include "chrome/browser/drive/fake_drive_service.h"
16 #include "google_apis/drive/drive_api_parser.h"
17 #include "google_apis/drive/test_util.h"
22 // the integrated Google Drive support.
30 // Sets up fake Drive service for tests (this has to be injected before the
42 new drive::DriveIntegrationServiceFactory::ScopedFactoryForTest
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_syscdrom.h 28 /* Get the name of the specified drive */
29 const char *(*Name)(int drive);
31 /* Open the specified drive, returning a drive id, or -1 on error */
32 int (*Open)(int drive);
41 drive. 'position' may be NULL, and if so, should be ignored.
60 /* Close the specified drive */
69 * drives. Drive 0 should be the system default CD-ROM.
  /external/chromium_org/chrome/browser/sync_file_system/
logger.cc 11 #include "chrome/browser/drive/event_logger.h"
17 static base::LazyInstance<drive::EventLogger> g_logger =
39 g_logger.Pointer()->SetHistorySize(drive::kDefaultHistorySize);
56 drive::EventLogger* ptr = g_logger.Pointer();
72 std::vector<drive::EventLogger::Event> GetLogHistory() {
73 drive::EventLogger* ptr = g_logger.Pointer();

Completed in 521 milliseconds

1 2 3 4 5 6 7 8 91011>>