Searched refs:integration_service (Results 1 - 15 of 15) 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);
41 integration_service =
45 EXPECT_FALSE(integration_service);
H A Dfile_task_executor.cc50 DriveIntegrationService* integration_service = local
53 if (!integration_service || !integration_service->file_system()) {
57 FileSystemInterface* file_system = integration_service->file_system();
73 DriveIntegrationService* integration_service = local
80 if (!integration_service || error != FILE_ERROR_OK) {
86 integration_service->drive_service();
103 DriveIntegrationService* integration_service = local
106 if (!integration_service || error != google_apis::HTTP_SUCCESS) {
H A Dfile_system_util.cc71 DriveIntegrationService* integration_service = local
73 return integration_service ? integration_service->file_system() : NULL;
77 DriveIntegrationService* integration_service = local
79 return integration_service ? integration_service->file_write_helper() : NULL;
H A Ddownload_handler.cc111 DriveIntegrationService* integration_service = local
113 return integration_service ? integration_service->download_handler() : NULL;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Ddrive_test_util.cc24 drive::DriveIntegrationService* integration_service)
25 : integration_service_(integration_service) {
62 drive::DriveIntegrationService* integration_service = local
65 DCHECK(integration_service);
75 DriveMountPointWaiter mount_point_waiter(integration_service);
23 DriveMountPointWaiter( drive::DriveIntegrationService* integration_service) argument
H A Dprivate_api_drive.cc90 drive::DriveIntegrationService* integration_service = local
92 // |integration_service| is NULL if Drive is disabled.
93 if (!integration_service) {
98 integration_service->file_system()->GetResourceEntryByPath(
117 drive::DriveIntegrationService* integration_service = local
119 // |integration_service| is NULL if Drive is disabled.
120 if (!integration_service) {
137 integration_service->drive_app_registry()->GetAppsForFile(
172 integration_service->file_system()->GetCacheEntryByResourceId(
212 drive::DriveIntegrationService* integration_service
283 drive::DriveIntegrationService* integration_service = local
486 drive::DriveIntegrationService* integration_service = local
561 drive::DriveIntegrationService* integration_service = local
587 drive::DriveIntegrationService* integration_service = local
627 drive::DriveIntegrationService* integration_service = local
672 drive::DriveIntegrationService* integration_service = local
[all...]
H A Dprivate_api_util.cc52 drive::DriveIntegrationService* integration_service = local
63 // |integration_service| is NULL if Drive is disabled.
64 if (!integration_service) {
80 integration_service->file_system()->GetFileByPath(
87 integration_service->file_system()->GetFileByPathForSaving(
H A Devent_router.cc249 DriveIntegrationService* integration_service = local
252 if (integration_service) {
253 integration_service->RemoveObserver(this);
254 integration_service->file_system()->RemoveObserver(this);
255 integration_service->drive_service()->RemoveObserver(this);
256 integration_service->job_list()->RemoveObserver(this);
283 DriveIntegrationService* integration_service = local
286 if (integration_service) {
287 integration_service->AddObserver(this);
288 integration_service
445 DriveIntegrationService* integration_service = local
[all...]
H A Dprivate_api_misc.cc45 drive::DriveIntegrationService* integration_service = local
47 bool drive_enabled = (integration_service != NULL);
H A Dprivate_api_mount.cc129 drive::DriveIntegrationService* integration_service = local
132 integration_service ? integration_service->file_system() : NULL;
H A Dprivate_api_file_system.cc426 drive::DriveIntegrationService* integration_service = local
428 // |integration_service| is NULL if Drive is disabled.
429 if (!integration_service) {
437 integration_service->file_system();
H A Dprivate_api_tasks.cc317 drive::DriveIntegrationService* integration_service =
319 // |integration_service| is NULL if Drive is disabled. We return true in this
322 if (!integration_service || !integration_service->drive_app_registry())
326 integration_service->drive_app_registry();
H A Dfile_manager_util.cc808 drive::DriveIntegrationService* integration_service = local
810 if (!integration_service)
812 integration_service->file_system()->GetFileByPath(
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc384 drive::DriveIntegrationService* integration_service = local
386 // |integration_service| may be NULL in the guest/incognito mode.
387 if (!integration_service)
391 integration_service->drive_service();
394 integration_service->debug_info_collector();
404 UpdateInFlightOperationsSection(integration_service->job_list());
525 drive::DriveIntegrationService* integration_service = local
527 if (!integration_service)
529 integration_service->drive_service()->ClearAccessToken();
536 drive::DriveIntegrationService* integration_service local
633 drive::DriveIntegrationService* integration_service = local
799 drive::DriveIntegrationService* integration_service = local
[all...]
/external/chromium_org/chrome/browser/chromeos/system/
H A Dash_system_tray_delegate.cc746 DriveIntegrationService* integration_service = variable
748 if (!integration_service)
751 integration_service->job_list()->CancelJob(operation_id);
756 DriveIntegrationService* integration_service = variable
758 if (!integration_service)
762 integration_service->job_list()->GetJobInfoList());
966 DriveIntegrationService* integration_service = local
968 if (integration_service)
969 integration_service->job_list()->AddObserver(this);
973 DriveIntegrationService* integration_service local
[all...]

Completed in 285 milliseconds