Searched defs:integration_service (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service_browsertest.cc32 drive::DriveIntegrationService* integration_service = local
36 EXPECT_TRUE(integration_service);
37 EXPECT_TRUE(integration_service->is_enabled());
42 EXPECT_EQ(integration_service,
45 EXPECT_FALSE(integration_service->is_enabled());
H A Dfile_system_util.cc138 DriveIntegrationService* integration_service = local
140 return integration_service ? integration_service->file_system() : NULL;
157 DriveIntegrationService* integration_service = local
159 return integration_service ?
160 integration_service->drive_app_registry() :
167 DriveIntegrationService* integration_service = local
169 return integration_service ? integration_service->drive_service() : NULL;
H A Ddrive_integration_service.cc192 void set_integration_service(DriveIntegrationService* integration_service) { argument
193 integration_service_ = integration_service;
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.cc20 drive::DriveIntegrationService* integration_service)
21 : integration_service_(integration_service) {
58 drive::DriveIntegrationService* integration_service = local
60 DCHECK(integration_service);
61 DCHECK(integration_service->is_enabled());
63 if (integration_service->IsMounted())
66 DriveMountPointWaiter mount_point_waiter(integration_service);
19 DriveMountPointWaiter( drive::DriveIntegrationService* integration_service) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_prefs.cc249 drive::DriveIntegrationService* integration_service = local
251 if (!integration_service || !integration_service->is_enabled())
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc561 drive::DriveIntegrationService* integration_service = local
563 if (!integration_service || !integration_service->IsMounted())
566 drive::JobListInterface* job_list = integration_service->job_list();
H A Devent_router.cc115 DriveIntegrationService* const integration_service = local
118 integration_service->job_list()->GetJobInfoList());
416 DriveIntegrationService* const integration_service = local
418 if (integration_service) {
419 integration_service->file_system()->RemoveObserver(this);
420 integration_service->drive_service()->RemoveObserver(this);
421 integration_service->job_list()->RemoveObserver(this);
463 DriveIntegrationService* const integration_service = local
465 if (integration_service) {
466 integration_service
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc414 drive::DriveIntegrationService* integration_service = GetIntegrationService(); local
415 return integration_service ?
416 integration_service->debug_info_collector() : NULL;
422 drive::DriveIntegrationService* integration_service = local
424 // |integration_service| may be NULL in the guest/incognito mode.
425 if (!integration_service)
429 integration_service->drive_service();
432 integration_service->debug_info_collector();
441 UpdateInFlightOperationsSection(integration_service->job_list());
575 drive::DriveIntegrationService* integration_service local
733 drive::DriveIntegrationService* integration_service = local
877 drive::DriveIntegrationService* integration_service = local
[all...]

Completed in 2377 milliseconds