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

  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler.cc 69 case DiskMountManager::DISK_REMOVED:
burn_device_handler_unittest.cc 57 Observer, observers_, OnDiskEvent(DISK_REMOVED, disk.get()));
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_unittest.cc 34 DISK_REMOVED,
75 event.type = Event::DISK_REMOVED;
241 chromeos::disks::DiskMountManager::DISK_REMOVED, &kDisk);
376 chromeos::disks::DiskMountManager::DISK_REMOVED, &kMountedDisk);
380 EXPECT_EQ(LoggingObserver::Event::DISK_REMOVED, event.type);
401 chromeos::disks::DiskMountManager::DISK_REMOVED, &kNotMountedDisk);
405 EXPECT_EQ(LoggingObserver::Event::DISK_REMOVED, event.type);
volume_manager.cc 458 case chromeos::disks::DiskMountManager::DISK_REMOVED:
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 31 DISK_REMOVED,
mock_disk_mount_manager.cc 157 NotifyDiskChanged(DISK_REMOVED, disk.get());
disk_mount_manager.cc 549 NotifyDiskStatusUpdate(DISK_REMOVED, disk);

Completed in 1208 milliseconds