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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/chromeos/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
logging.h 10 #include "chrome/browser/drive/event_logger.h"
12 namespace drive { namespace
27 } // namespace drive
remove_stale_cache_files.h 8 namespace drive{ namespace
20 } // namespace drive
resource_entry_conversion.h 18 namespace drive { namespace
22 // Converts a google_apis::ResourceEntry into a drive::ResourceEntry.
28 // This requirement is needed to represent contents in Drive as a file system
31 // 1) Entries without parents are allowed on drive.google.com. These entries are
32 // collected to "drive/other", and have "drive/other" as the parent.
34 // 2) Entries with multiple parents are allowed on drive.google.com. For these
49 } // namespace drive
write_on_cache_file.h 9 #include "chrome/browser/chromeos/drive/file_errors.h"
15 namespace drive { namespace
46 } // namespace drive
dummy_file_system.h 8 #include "chrome/browser/chromeos/drive/file_system_interface.h"
10 namespace drive { namespace
98 } // 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
async_file_util.h 12 namespace drive { namespace
18 // The implementation of fileapi::AsyncFileUtil for Drive File System.
107 } // namespace drive
debug_info_collector.h 10 #include "chrome/browser/chromeos/drive/file_cache.h"
11 #include "chrome/browser/chromeos/drive/file_system_interface.h"
13 namespace drive { namespace
16 // info on chrome://drive-internals page.
48 } // namespace drive
drive_integration_service_unittest.cc 5 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
7 #include "chrome/browser/chromeos/drive/dummy_file_system.h"
8 #include "chrome/browser/chromeos/drive/test_util.h"
9 #include "chrome/browser/drive/dummy_drive_service.h"
14 namespace drive { namespace
37 } // namespace drive
drive_protocol_handler.cc 5 #include "chrome/browser/chromeos/drive/drive_protocol_handler.h"
9 #include "chrome/browser/chromeos/drive/drive_url_request_job.h"
10 #include "chrome/browser/chromeos/drive/file_system_util.h"
17 namespace drive { namespace
40 } // namespace drive
drive_protocol_handler.h 16 namespace drive { namespace
23 // Creates URLRequestJobs for drive:// URLs.
29 // The profile for processing Drive accesses. Should not be NULL.
38 } // 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.cc 5 #include "chrome/browser/chromeos/drive/file_change.h"
7 namespace drive { namespace
23 } // namespace drive
  /external/chromium_org/chrome/browser/drive/
drive_switches.cc 5 #include "chrome/browser/drive/drive_switches.h"
7 namespace drive { namespace
10 // Enables Drive v2 API instead of Google Documents List API.
11 const char kEnableDriveV2Api[] = "enable-drive-v2-api";
14 } // namespace drive
drive_switches.h 8 namespace drive { namespace
14 } // namespace 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
144 } // namespace drive
event_logger_unittest.cc 5 #include "chrome/browser/drive/event_logger.h"
9 namespace drive { namespace
43 } // namespace drive
drive_api_util.h 11 #include "chrome/browser/drive/drive_service_interface.h"
12 #include "google_apis/drive/drive_common_callbacks.h"
13 #include "google_apis/drive/drive_entry_kinds.h"
14 #include "google_apis/drive/gdata_errorcode.h"
38 namespace drive { namespace
41 // Returns true if Drive v2 API is enabled via commandline switch.
45 // search parameter on Drive API v2.
46 // See also: https://developers.google.com/drive/search-parameters
49 // Parses the query, and builds a search query for Drive API v2.
56 // See also: https://developers.google.com/drive/search-parameter
    [all...]
drive_notification_manager_factory.h 15 namespace drive { namespace
40 } // namespace drive
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation_unittest.cc 5 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
7 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
8 #include "google_apis/drive/test_util.h"
11 namespace drive { namespace
24 FILE_PATH_LITERAL("drive/root/File 1.txt"));
26 FILE_PATH_LITERAL("drive/root/Directory 1"));
28 FILE_PATH_LITERAL("drive/root/Directory 1/not exist.png"));
30 FILE_PATH_LITERAL("drive/root/not exist/not exist.png"));
86 const base::FilePath kPng1(FILE_PATH_LITERAL("drive/root/1.png"));
87 const base::FilePath kPng2(FILE_PATH_LITERAL("drive/root/2.png"))
    [all...]

Completed in 218 milliseconds

1 2 3 4 5 6 7 8 91011