HomeSort by relevance Sort by last modified time
    Searched full:drive_app_registry (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc 14 #include "chrome/browser/chromeos/drive/drive_app_registry.h"
202 drive::DriveAppRegistry drive_app_registry(NULL);
203 drive_app_registry.UpdateFromAppList(app_list);
212 FindDriveAppTasks(drive_app_registry,
237 FindDriveAppTasks(drive_app_registry,
249 FindDriveAppTasks(drive_app_registry,
622 drive::DriveAppRegistry drive_app_registry(NULL);
623 drive_app_registry.UpdateFromAppList(app_list);
636 &drive_app_registry,
675 drive::DriveAppRegistry drive_app_registry(NULL)
    [all...]
file_tasks.cc 11 #include "chrome/browser/chromeos/drive/drive_app_registry.h"
316 const drive::DriveAppRegistry& drive_app_registry,
335 drive_app_registry.GetAppsForFile(file_path.Extension(),
478 const drive::DriveAppRegistry* drive_app_registry,
486 if (drive_app_registry)
487 FindDriveAppTasks(*drive_app_registry, path_mime_set, result_list);
file_tasks.h 256 // from |drive_app_registry|, and append them to the |result_list|.
258 void FindDriveAppTasks(const drive::DriveAppRegistry& drive_app_registry,
280 // |drive_app_registry| can be NULL if the drive app registry is not
290 const drive::DriveAppRegistry* drive_app_registry,
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry_unittest.cc 5 #include "chrome/browser/chromeos/drive/drive_app_registry.h"
drive_integration_service.h 109 DriveAppRegistry* drive_app_registry() { return drive_app_registry_.get(); } function in class:drive::DriveIntegrationService
drive_app_registry.cc 5 #include "chrome/browser/chromeos/drive/drive_app_registry.h"
drive_integration_service.cc 16 #include "chrome/browser/chromeos/drive/drive_app_registry.h"
file_system_util.cc 157 integration_service->drive_app_registry() :
  /external/chromium_org/chrome/
chrome_browser_chromeos.gypi 219 'browser/chromeos/drive/drive_app_registry.cc',
220 'browser/chromeos/drive/drive_app_registry.h',
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 9 #include "chrome/browser/chromeos/drive/drive_app_registry.h"

Completed in 70 milliseconds