HomeSort by relevance Sort by last modified time
    Searched defs:drive (Results 1 - 25 of 253) 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::GetForProfile(
38 // ...next try to disable drive.
42 drive::DriveIntegrationServiceFactory::GetForProfile(
48 } // namespace drive
file_errors.cc 5 #include "chrome/browser/chromeos/drive/file_errors.h"
9 namespace drive { namespace
166 } // 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 16 namespace drive { namespace
20 // Converts a google_apis::ResourceEntry into a drive::ResourceEntry.
35 } // 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.
41 } // namespace drive
dummy_file_system.h 8 #include "chrome/browser/chromeos/drive/file_system_interface.h"
10 namespace drive { namespace
103 } // namespace drive
search_metadata.h 10 #include "chrome/browser/chromeos/drive/file_system_interface.h"
18 namespace drive { namespace
51 } // namespace drive
async_file_util.h 12 namespace drive { namespace
18 // The implementation of fileapi::AsyncFileUtil for Drive File System.
104 } // namespace drive
debug_info_collector.cc 5 #include "chrome/browser/chromeos/drive/debug_info_collector.h"
13 namespace drive { namespace
47 } // 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
39 } // 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
  /external/chromium_org/chrome/browser/drive/
drive_api_util.h 20 namespace drive { namespace
23 // Returns true if Drive v2 API is enabled via commandline switch.
27 // search parameter on Drive API v2.
28 // See also: https://developers.google.com/drive/search-parameters
31 // Parses the query, and builds a search query for Drive API v2.
38 // See also: https://developers.google.com/drive/search-parameters
49 // Drive API v2. Unfortunately, there is no support on Drive API v2, so we need
52 // TODO(hidehiko): Remove these from here, when Drive API v2 supports
66 } // namespace drive
    [all...]
drive_api_util_unittest.cc 5 #include "chrome/browser/drive/drive_api_util.h"
10 namespace drive { namespace
78 } // namespace drive
drive_notification_manager_factory.h 13 namespace drive { namespace
37 } // namespace 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"
11 namespace drive { namespace
134 } // namespace drive
event_logger_unittest.cc 5 #include "chrome/browser/drive/event_logger.h"
9 namespace drive { namespace
43 } // 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"
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"));
75 } // namespace drive
operation_observer.h 12 namespace drive { namespace
15 // Passes notifications from Drive operations back to the file system.
30 } // namespace drive

Completed in 210 milliseconds

1 2 3 4 5 6 7 8 91011