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

  /external/chromium/chrome/browser/chromeos/cros/
mock_mount_library.h 42 void UpdateDeviceChanged(MountLibraryEventType evt,
44 void UpdateDiskChanged(MountLibraryEventType evt,
mount_library.h 19 typedef enum MountLibraryEventType {
28 } MountLibraryEventType;
102 virtual void DiskChanged(MountLibraryEventType event,
104 virtual void DeviceChanged(MountLibraryEventType event,
mock_mount_library.cc 69 chromeos::MountLibraryEventType evt;
120 void MockMountLibrary::UpdateDiskChanged(MountLibraryEventType evt,
129 void MockMountLibrary::UpdateDeviceChanged(MountLibraryEventType evt,
mount_library.cc 364 MountLibraryEventType type = MOUNT_DEVICE_ADDED;
407 void FireDiskStatusUpdate(MountLibraryEventType evt,
415 void FireDeviceStatusUpdate(MountLibraryEventType evt,
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.h 35 virtual void DiskChanged(chromeos::MountLibraryEventType event,
37 virtual void DeviceChanged(chromeos::MountLibraryEventType event,
file_browser_event_router.cc 91 chromeos::MountLibraryEventType event,
103 chromeos::MountLibraryEventType event,
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 182 virtual void DiskChanged(chromeos::MountLibraryEventType event,
184 virtual void DeviceChanged(chromeos::MountLibraryEventType event,
imageburner_ui.cc 218 void ImageBurnHandler::DiskChanged(chromeos::MountLibraryEventType event,
227 void ImageBurnHandler::DeviceChanged(chromeos::MountLibraryEventType event,

Completed in 186 milliseconds