Home
last modified time | relevance | path

Searched refs:GetAppList (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/drive/
Ddrive_app_registry_unittest.cc81 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()
Ddrive_app_registry.cc115 void DriveAppRegistry::GetAppList(std::vector<DriveAppInfo>* apps) const { in GetAppList() function in drive::DriveAppRegistry
132 drive_service_->GetAppList( in Update()
Ddrive_app_registry.h84 void GetAppList(std::vector<DriveAppInfo>* apps) const;
Ddummy_drive_service.cc95 CancelCallback DummyDriveService::GetAppList( in GetAppList() function in drive::DummyDriveService
Ddummy_drive_service.h62 virtual google_apis::CancelCallback GetAppList(
Ddrive_service_interface.h241 virtual google_apis::CancelCallback GetAppList(
Ddrive_api_service.h106 virtual google_apis::CancelCallback GetAppList(
Dfake_drive_service.h173 virtual google_apis::CancelCallback GetAppList(
Dfake_drive_service_unittest.cc734 TEST_F(FakeDriveServiceTest, GetAppList) { in TEST_F() argument
740 fake_service_.GetAppList( in TEST_F()
757 fake_service_.GetAppList( in TEST_F()
Ddrive_api_service.cc401 CancelCallback DriveAPIService::GetAppList(const AppListCallback& callback) { in GetAppList() function in drive::DriveAPIService
Dfake_drive_service.cc583 CancelCallback FakeDriveService::GetAppList(const AppListCallback& callback) { in GetAppList() function in drive::FakeDriveService
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Ddrive_service_on_worker.h109 virtual google_apis::CancelCallback GetAppList(
Ddrive_service_on_worker.cc294 google_apis::CancelCallback DriveServiceOnWorker::GetAppList( in GetAppList() function in sync_file_system::drive_backend::DriveServiceOnWorker
/external/chromium_org/chrome/browser/apps/drive/
Ddrive_app_provider.cc205 service_bridge_->GetAppRegistry()->GetAppList(&drive_apps_); in OnDriveAppRegistryUpdated()
/external/chromium_org/chrome/browser/chromeos/drive/
Djob_scheduler.h80 void GetAppList(const google_apis::AppListCallback& callback);
Djob_scheduler_unittest.cc205 TEST_F(JobSchedulerTest, GetAppList) { in TEST_F() argument
211 scheduler_->GetAppList( in TEST_F()
Djob_scheduler.cc253 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/
Ddrive_internals_ui.cc528 drive_service->GetAppList( in UpdateAppListSection()