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

/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry_unittest.cc81 apps_registry_->GetAppList(&apps);
199 apps_registry_->GetAppList(&apps);
211 apps_registry_->GetAppList(&apps);
223 apps_registry_->GetAppList(&apps);
H A Ddrive_app_registry.h84 void GetAppList(std::vector<DriveAppInfo>* apps) const;
H A Ddrive_app_registry.cc115 void DriveAppRegistry::GetAppList(std::vector<DriveAppInfo>* apps) const { function in class:drive::DriveAppRegistry
132 drive_service_->GetAppList(
H A Ddrive_api_service.h107 virtual google_apis::CancelCallback GetAppList(
H A Ddrive_service_interface.h249 virtual google_apis::CancelCallback GetAppList(
H A Ddummy_drive_service.cc100 CancelCallback DummyDriveService::GetAppList( function in class:drive::DummyDriveService
H A Ddummy_drive_service.h63 virtual google_apis::CancelCallback GetAppList(
H A Dfake_drive_service.h98 // GetAppList().
161 virtual google_apis::CancelCallback GetAppList(
H A Dfake_drive_service_unittest.cc733 TEST_F(FakeDriveServiceTest, GetAppList) {
739 fake_service_.GetAppList(
756 fake_service_.GetAppList(
H A Ddrive_api_service.cc394 CancelCallback DriveAPIService::GetAppList(const AppListCallback& callback) { function in class:drive::DriveAPIService
H A Dfake_drive_service.cc570 CancelCallback FakeDriveService::GetAppList(const AppListCallback& callback) { function in class:drive::FakeDriveService
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider.cc198 service_bridge_->GetAppRegistry()->GetAppList(&drive_apps_);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_on_worker.h111 virtual google_apis::CancelCallback GetAppList(
H A Ddrive_service_on_worker.cc325 google_apis::CancelCallback DriveServiceOnWorker::GetAppList( function in class:sync_file_system::drive_backend::DriveServiceOnWorker
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.h78 // Adds a GetAppList operation to the queue.
80 void GetAppList(const google_apis::AppListCallback& callback);
H A Djob_scheduler.cc253 void JobScheduler::GetAppList(const google_apis::AppListCallback& callback) { function in class:drive::JobScheduler
259 &DriveServiceInterface::GetAppList,
H A Djob_scheduler_unittest.cc205 TEST_F(JobSchedulerTest, GetAppList) {
211 scheduler_->GetAppList(
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc281 // Called when GetAppList() call to DriveService is complete.
530 drive_service->GetAppList(

Completed in 1177 milliseconds