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

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_browsertest.cc 32 drive::DriveIntegrationService* integration_service = local
36 EXPECT_TRUE(integration_service);
41 integration_service =
45 EXPECT_FALSE(integration_service);
file_task_executor.cc 50 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) {
file_system_util.cc 71 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;
download_handler.cc 111 DriveIntegrationService* integration_service = local
113 return integration_service ? integration_service->download_handler() : NULL;
  /external/chromium_org/chrome/browser/chromeos/extensions/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);
75 DriveMountPointWaiter mount_point_waiter(integration_service);
private_api_drive.cc 90 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...]
private_api_util.cc 52 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(
event_router.cc 249 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->drive_service()->AddObserver(this)
445 DriveIntegrationService* integration_service = local
    [all...]
private_api_misc.cc 45 drive::DriveIntegrationService* integration_service = local
47 bool drive_enabled = (integration_service != NULL);
private_api_mount.cc 129 drive::DriveIntegrationService* integration_service = local
132 integration_service ? integration_service->file_system() : NULL;
private_api_file_system.cc 426 drive::DriveIntegrationService* integration_service = local
428 // |integration_service| is NULL if Drive is disabled.
429 if (!integration_service) {
437 integration_service->file_system();
private_api_tasks.cc 317 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();
file_manager_util.cc 808 drive::DriveIntegrationService* integration_service = local
810 if (!integration_service)
812 integration_service->file_system()->GetFileByPath(
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 384 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/
ash_system_tray_delegate.cc 746 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
973 DriveIntegrationService* integration_service = local
    [all...]

Completed in 876 milliseconds