DriveAppRegistry 258 chrome/browser/chromeos/drive/drive_integration_service.cc drive_app_registry_.reset(new DriveAppRegistry(drive_service_.get())); DriveAppRegistry 29 chrome/browser/chromeos/drive/drive_integration_service.h class DriveAppRegistry; DriveAppRegistry 108 chrome/browser/chromeos/drive/drive_integration_service.h DriveAppRegistry* drive_app_registry() { return drive_app_registry_.get(); } DriveAppRegistry 168 chrome/browser/chromeos/drive/drive_integration_service.h scoped_ptr<DriveAppRegistry> drive_app_registry_; DriveAppRegistry 173 chrome/browser/chromeos/drive/file_system_util.cc DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile) { DriveAppRegistry 23 chrome/browser/chromeos/drive/file_system_util.h class DriveAppRegistry; DriveAppRegistry 82 chrome/browser/chromeos/drive/file_system_util.h DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile); DriveAppRegistry 233 chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc drive::DriveAppRegistry* const app_registry = DriveAppRegistry 326 chrome/browser/chromeos/file_manager/file_tasks.cc const drive::DriveAppRegistry& drive_app_registry, DriveAppRegistry 487 chrome/browser/chromeos/file_manager/file_tasks.cc const drive::DriveAppRegistry* drive_app_registry, DriveAppRegistry 127 chrome/browser/chromeos/file_manager/file_tasks.h class DriveAppRegistry; DriveAppRegistry 258 chrome/browser/chromeos/file_manager/file_tasks.h void FindDriveAppTasks(const drive::DriveAppRegistry& drive_app_registry, DriveAppRegistry 290 chrome/browser/chromeos/file_manager/file_tasks.h const drive::DriveAppRegistry* drive_app_registry, DriveAppRegistry 201 chrome/browser/chromeos/file_manager/file_tasks_unittest.cc drive::DriveAppRegistry drive_app_registry(NULL); DriveAppRegistry 623 chrome/browser/chromeos/file_manager/file_tasks_unittest.cc drive::DriveAppRegistry drive_app_registry(NULL); DriveAppRegistry 676 chrome/browser/chromeos/file_manager/file_tasks_unittest.cc drive::DriveAppRegistry drive_app_registry(NULL); DriveAppRegistry 77 chrome/browser/drive/drive_app_registry.cc DriveAppRegistry::DriveAppRegistry(DriveServiceInterface* drive_service) DriveAppRegistry 83 chrome/browser/drive/drive_app_registry.cc DriveAppRegistry::~DriveAppRegistry() { DriveAppRegistry 86 chrome/browser/drive/drive_app_registry.cc void DriveAppRegistry::GetAppsForFile( DriveAppRegistry 114 chrome/browser/drive/drive_app_registry.cc void DriveAppRegistry::GetAppList(std::vector<DriveAppInfo>* apps) const { DriveAppRegistry 124 chrome/browser/drive/drive_app_registry.cc void DriveAppRegistry::Update() { DriveAppRegistry 132 chrome/browser/drive/drive_app_registry.cc base::Bind(&DriveAppRegistry::UpdateAfterGetAppList, DriveAppRegistry 136 chrome/browser/drive/drive_app_registry.cc void DriveAppRegistry::UpdateAfterGetAppList( DriveAppRegistry 152 chrome/browser/drive/drive_app_registry.cc void DriveAppRegistry::UpdateFromAppList(const google_apis::AppList& app_list) { DriveAppRegistry 191 chrome/browser/drive/drive_app_registry.cc void DriveAppRegistry::UninstallApp(const std::string& app_id, DriveAppRegistry 196 chrome/browser/drive/drive_app_registry.cc base::Bind(&DriveAppRegistry::OnAppUninstalled, DriveAppRegistry 202 chrome/browser/drive/drive_app_registry.cc void DriveAppRegistry::OnAppUninstalled(const std::string& app_id, DriveAppRegistry 214 chrome/browser/drive/drive_app_registry.cc bool DriveAppRegistry::IsAppUninstallSupported() { DriveAppRegistry 69 chrome/browser/drive/drive_app_registry.h class DriveAppRegistry { DriveAppRegistry 71 chrome/browser/drive/drive_app_registry.h explicit DriveAppRegistry(DriveServiceInterface* scheduler); DriveAppRegistry 72 chrome/browser/drive/drive_app_registry.h ~DriveAppRegistry(); DriveAppRegistry 126 chrome/browser/drive/drive_app_registry.h base::WeakPtrFactory<DriveAppRegistry> weak_ptr_factory_; DriveAppRegistry 127 chrome/browser/drive/drive_app_registry.h DISALLOW_COPY_AND_ASSIGN(DriveAppRegistry); DriveAppRegistry 24 chrome/browser/drive/drive_app_registry_unittest.cc apps_registry_.reset(new DriveAppRegistry(fake_drive_service_.get())); DriveAppRegistry 45 chrome/browser/drive/drive_app_registry_unittest.cc scoped_ptr<DriveAppRegistry> apps_registry_;