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

1 2 3

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_context.h 15 class DriveServiceInterface;
32 virtual drive::DriveServiceInterface* GetDriveService() = 0;
list_changes_task.h 16 class DriveServiceInterface;
44 drive::DriveServiceInterface* drive_service();
register_app_task.h 15 class DriveServiceInterface;
50 drive::DriveServiceInterface* drive_service();
uninstall_app_task.h 16 class DriveServiceInterface;
49 drive::DriveServiceInterface* drive_service();
folder_creator.h 15 class DriveServiceInterface;
34 FolderCreator(drive::DriveServiceInterface* drive_service,
54 drive::DriveServiceInterface* drive_service_;
sync_engine_initializer.h 19 class DriveServiceInterface;
65 drive::DriveServiceInterface* drive_service,
107 drive::DriveServiceInterface* drive_service_;
conflict_resolver.h 18 class DriveServiceInterface;
63 drive::DriveServiceInterface* drive_service();
sync_engine.h 27 class DriveServiceInterface;
121 virtual drive::DriveServiceInterface* GetDriveService() OVERRIDE;
132 scoped_ptr<drive::DriveServiceInterface> drive_service,
168 scoped_ptr<drive::DriveServiceInterface> drive_service_;
local_to_remote_syncer.h 19 class DriveServiceInterface;
100 drive::DriveServiceInterface* drive_service();
remote_to_local_syncer.h 23 class DriveServiceInterface;
191 drive::DriveServiceInterface* drive_service();
folder_creator.cc 16 class DriveServiceInterface;
28 FolderCreator::FolderCreator(drive::DriveServiceInterface* drive_service,
uninstall_app_task.cc 93 drive::DriveServiceInterface* UninstallAppTask::drive_service() {
list_changes_task.cc 116 drive::DriveServiceInterface* ListChangesTask::drive_service() {
register_app_task.cc 163 drive::DriveServiceInterface* RegisterAppTask::drive_service() {
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.h 30 class DriveServiceInterface;
79 DriveServiceInterface* test_drive_service,
100 DriveServiceInterface* drive_service() {
164 scoped_ptr<DriveServiceInterface> drive_service_;
change_list_loader.h 36 class DriveServiceInterface;
70 DriveServiceInterface* drive_service);
277 DriveServiceInterface* drive_service_; // Not owned.
file_system_util.h 27 class DriveServiceInterface;
85 DriveServiceInterface* GetDriveServiceByProfile(Profile* profile);
job_scheduler.cc 161 DriveServiceInterface* drive_service,
239 &DriveServiceInterface::GetAboutResource,
255 &DriveServiceInterface::GetAppList,
272 &DriveServiceInterface::GetAllResourceList,
291 &DriveServiceInterface::GetResourceListInDirectory,
310 &DriveServiceInterface::Search,
329 &DriveServiceInterface::GetChangeList,
348 &DriveServiceInterface::GetRemainingChangeList,
367 &DriveServiceInterface::GetRemainingFileList,
388 &DriveServiceInterface::GetResourceEntry
    [all...]
fake_file_system.h 28 class DriveServiceInterface;
42 explicit FakeFileSystem(DriveServiceInterface* drive_service);
184 DriveServiceInterface* drive_service_; // Not owned.
file_system.h 32 class DriveServiceInterface;
67 DriveServiceInterface* drive_service,
263 DriveServiceInterface* drive_service_;
file_task_executor.cc 76 DriveServiceInterface* drive_service =
  /external/chromium_org/chrome/browser/drive/
drive_uploader.h 30 class DriveServiceInterface;
111 DriveUploader(DriveServiceInterface* drive_service,
194 DriveServiceInterface* drive_service_; // Not owned by this class.
drive_service_interface.h 24 // Observer interface for DriveServiceInterface.
42 class DriveServiceInterface {
44 virtual ~DriveServiceInterface() {}
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 219 drive::DriveServiceInterface* GetDriveService();
231 drive::DriveServiceInterface* drive_service);
233 drive::DriveServiceInterface* drive_service);
235 drive::DriveServiceInterface* drive_service);
399 drive::DriveServiceInterface* DriveInternalsWebUIHandler::GetDriveService() {
422 drive::DriveServiceInterface* drive_service =
501 drive::DriveServiceInterface* drive_service) {
534 drive::DriveServiceInterface* drive_service) {
544 drive::DriveServiceInterface* drive_service) {
577 drive::DriveServiceInterface* drive_service = GetDriveService()
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.h 55 scoped_ptr<drive::DriveServiceInterface> drive_service,
115 scoped_ptr<drive::DriveServiceInterface> drive_service,
241 scoped_ptr<drive::DriveServiceInterface> drive_service_;

Completed in 219 milliseconds

1 2 3