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

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 112 scheduler_->GetAppList(
job_scheduler.h 63 // Adds a GetAppList operation to the queue.
65 void GetAppList(const google_apis::AppListCallback& callback);
job_scheduler.cc 249 void JobScheduler::GetAppList(const google_apis::AppListCallback& callback) {
255 &DriveServiceInterface::GetAppList,
    [all...]
job_scheduler_unittest.cc 202 TEST_F(JobSchedulerTest, GetAppList) {
208 scheduler_->GetAppList(
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 107 virtual google_apis::CancelCallback GetAppList(
drive_service_interface.h 192 virtual google_apis::CancelCallback GetAppList(
dummy_drive_service.cc 99 CancelCallback DummyDriveService::GetAppList(
dummy_drive_service.h 63 virtual google_apis::CancelCallback GetAppList(
gdata_wapi_service.h 103 virtual google_apis::CancelCallback GetAppList(
fake_drive_service.h 87 // GetAppList().
150 virtual google_apis::CancelCallback GetAppList(
gdata_wapi_service.cc 341 CancelCallback GDataWapiService::GetAppList(const AppListCallback& callback) {
fake_drive_service_unittest.cc 784 TEST_F(FakeDriveServiceTest, GetAppList) {
790 fake_service_.GetAppList(
807 fake_service_.GetAppList(
    [all...]
drive_api_service.cc 530 CancelCallback DriveAPIService::GetAppList(const AppListCallback& callback) {
fake_drive_service.cc 551 CancelCallback FakeDriveService::GetAppList(const AppListCallback& callback) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 274 // Called when GetAppList() call to DriveService is complete.
548 drive_service->GetAppList(
    [all...]

Completed in 361 milliseconds