HomeSort by relevance Sort by last modified time
    Searched refs:integration_service (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.cc 24 drive::DriveIntegrationService* integration_service)
25 : integration_service_(integration_service) {
62 drive::DriveIntegrationService* integration_service = local
65 DCHECK(integration_service);
66 DCHECK(integration_service->is_enabled());
68 if (integration_service->IsMounted())
71 DriveMountPointWaiter mount_point_waiter(integration_service);
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_browsertest.cc 32 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());
file_system_util.cc 135 DriveIntegrationService* integration_service = local
137 return integration_service ? integration_service->file_system() : NULL;
154 DriveIntegrationService* integration_service = local
156 return integration_service ?
157 integration_service->drive_app_registry() :
164 DriveIntegrationService* integration_service = local
166 return integration_service ? integration_service->drive_service() : NULL;
drive_integration_service.cc 184 void set_integration_service(DriveIntegrationService* integration_service) {
185 integration_service_ = integration_service;
  /external/chromium_org/chrome/browser/download/
download_prefs.cc 206 drive::DriveIntegrationService* integration_service = local
208 if (!integration_service || !integration_service->is_enabled())
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 416 drive::DriveIntegrationService* integration_service = local
418 // |integration_service| may be NULL in the guest/incognito mode.
419 if (!integration_service)
423 integration_service->drive_service();
426 integration_service->debug_info_collector();
436 UpdateInFlightOperationsSection(integration_service->job_list());
595 drive::DriveIntegrationService* integration_service = local
597 if (integration_service) {
598 integration_service->ClearCacheAndRemountFileSystem(
869 drive::DriveIntegrationService* integration_service = local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 292 DriveIntegrationService* integration_service = local
295 if (integration_service) {
296 integration_service->file_system()->RemoveObserver(this);
297 integration_service->drive_service()->RemoveObserver(this);
298 integration_service->job_list()->RemoveObserver(this);
325 DriveIntegrationService* integration_service = local
328 if (integration_service) {
329 integration_service->drive_service()->AddObserver(this);
330 integration_service->file_system()->AddObserver(this);
331 integration_service->job_list()->AddObserver(this)
    [all...]
private_api_drive.cc 325 drive::DriveIntegrationService* integration_service = local
327 if (!integration_service || !integration_service->IsMounted())
331 drive::JobListInterface* job_list = integration_service->job_list();
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 776 DriveIntegrationService* integration_service = variable
778 if (!integration_service)
781 integration_service->job_list()->CancelJob(operation_id);
786 DriveIntegrationService* integration_service = variable
788 if (!integration_service)
792 integration_service->job_list()->GetJobInfoList());
946 DriveIntegrationService* integration_service = local
953 DriveIntegrationService* integration_service = local
    [all...]

Completed in 208 milliseconds