Searched refs:GetAllDevices (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider.h26 static void GetAllDevices(DeviceListReadyCallback callback);
28 // Sets the list of devices that will be returned by GetAllDevices during
29 // testing. All calls to |GetAllDevices| will return this list until
H A Dremovable_storage_provider.cc18 void RemovableStorageProvider::GetAllDevices(DeviceListReadyCallback callback) { function in class:extensions::RemovableStorageProvider
H A Dremovable_storage_provider_chromeos_unittest.cc123 // Tests that GetAllDevices works as expected, only exposing USB and SD cards
126 TEST_F(RemovableStorageProviderChromeOsUnitTest, GetAllDevices) {
133 RemovableStorageProvider::GetAllDevices(
154 RemovableStorageProvider::GetAllDevices(
H A Dimage_writer_private_api.cc170 RemovableStorageProvider::GetAllDevices(
/external/chromium_org/apps/
H A Dsaved_devices_service_unittest.cc111 service_->GetAllDevices(extension_->id());
127 device_entries = service_->GetAllDevices(extension_->id());
H A Dsaved_devices_service.h98 std::vector<SavedDeviceEntry> GetAllDevices(
H A Dsaved_devices_service.cc269 std::vector<SavedDeviceEntry> SavedDevicesService::GetAllDevices( function in class:apps::SavedDevicesService

Completed in 77 milliseconds