/external/chromium_org/chrome/browser/drive/ |
D | drive_app_registry_unittest.cc | 81 apps_registry_->GetAppList(&apps); in TEST_F() 199 apps_registry_->GetAppList(&apps); in TEST_F() 211 apps_registry_->GetAppList(&apps); in TEST_F() 223 apps_registry_->GetAppList(&apps); in TEST_F()
|
D | drive_app_registry.cc | 115 void DriveAppRegistry::GetAppList(std::vector<DriveAppInfo>* apps) const { in GetAppList() function in drive::DriveAppRegistry 132 drive_service_->GetAppList( in Update()
|
D | drive_app_registry.h | 84 void GetAppList(std::vector<DriveAppInfo>* apps) const;
|
D | dummy_drive_service.cc | 95 CancelCallback DummyDriveService::GetAppList( in GetAppList() function in drive::DummyDriveService
|
D | dummy_drive_service.h | 62 virtual google_apis::CancelCallback GetAppList(
|
D | drive_service_interface.h | 241 virtual google_apis::CancelCallback GetAppList(
|
D | drive_api_service.h | 106 virtual google_apis::CancelCallback GetAppList(
|
D | fake_drive_service.h | 173 virtual google_apis::CancelCallback GetAppList(
|
D | fake_drive_service_unittest.cc | 734 TEST_F(FakeDriveServiceTest, GetAppList) { in TEST_F() argument 740 fake_service_.GetAppList( in TEST_F() 757 fake_service_.GetAppList( in TEST_F()
|
D | drive_api_service.cc | 401 CancelCallback DriveAPIService::GetAppList(const AppListCallback& callback) { in GetAppList() function in drive::DriveAPIService
|
D | fake_drive_service.cc | 583 CancelCallback FakeDriveService::GetAppList(const AppListCallback& callback) { in GetAppList() function in drive::FakeDriveService
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | drive_service_on_worker.h | 109 virtual google_apis::CancelCallback GetAppList(
|
D | drive_service_on_worker.cc | 294 google_apis::CancelCallback DriveServiceOnWorker::GetAppList( in GetAppList() function in sync_file_system::drive_backend::DriveServiceOnWorker
|
/external/chromium_org/chrome/browser/apps/drive/ |
D | drive_app_provider.cc | 205 service_bridge_->GetAppRegistry()->GetAppList(&drive_apps_); in OnDriveAppRegistryUpdated()
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | job_scheduler.h | 80 void GetAppList(const google_apis::AppListCallback& callback);
|
D | job_scheduler_unittest.cc | 205 TEST_F(JobSchedulerTest, GetAppList) { in TEST_F() argument 211 scheduler_->GetAppList( in TEST_F()
|
D | job_scheduler.cc | 253 void JobScheduler::GetAppList(const google_apis::AppListCallback& callback) { in GetAppList() function in drive::JobScheduler 259 &DriveServiceInterface::GetAppList, in GetAppList()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | drive_internals_ui.cc | 528 drive_service->GetAppList( in UpdateAppListSection()
|