HomeSort by relevance Sort by last modified time
    Searched refs:GetAppList (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/drive/
drive_app_registry_unittest.cc 81 apps_registry_->GetAppList(&apps);
199 apps_registry_->GetAppList(&apps);
211 apps_registry_->GetAppList(&apps);
223 apps_registry_->GetAppList(&apps);
drive_app_registry.h 84 void GetAppList(std::vector<DriveAppInfo>* apps) const;
drive_app_registry.cc 115 void DriveAppRegistry::GetAppList(std::vector<DriveAppInfo>* apps) const {
132 drive_service_->GetAppList(
drive_api_service.h 106 virtual google_apis::CancelCallback GetAppList(
drive_service_interface.h 241 virtual google_apis::CancelCallback GetAppList(
dummy_drive_service.cc 95 CancelCallback DummyDriveService::GetAppList(
dummy_drive_service.h 62 virtual google_apis::CancelCallback GetAppList(
fake_drive_service.h 104 // GetAppList().
173 virtual google_apis::CancelCallback GetAppList(
fake_drive_service_unittest.cc 734 TEST_F(FakeDriveServiceTest, GetAppList) {
740 fake_service_.GetAppList(
757 fake_service_.GetAppList(
    [all...]
drive_api_service.cc 401 CancelCallback DriveAPIService::GetAppList(const AppListCallback& callback) {
fake_drive_service.cc 583 CancelCallback FakeDriveService::GetAppList(const AppListCallback& callback) {
    [all...]
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_provider.cc 205 service_bridge_->GetAppRegistry()->GetAppList(&drive_apps_);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_service_on_worker.h 109 virtual google_apis::CancelCallback GetAppList(
drive_service_on_worker.cc 294 google_apis::CancelCallback DriveServiceOnWorker::GetAppList(
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 78 // Adds a GetAppList operation to the queue.
80 void GetAppList(const google_apis::AppListCallback& callback);
job_scheduler.cc 253 void JobScheduler::GetAppList(const google_apis::AppListCallback& callback) {
259 &DriveServiceInterface::GetAppList,
    [all...]
job_scheduler_unittest.cc 205 TEST_F(JobSchedulerTest, GetAppList) {
211 scheduler_->GetAppList(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 279 // Called when GetAppList() call to DriveService is complete.
528 drive_service->GetAppList(
    [all...]

Completed in 741 milliseconds