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

  /external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc 110 MOCK_METHOD3(OnFormatEvent,
209 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_COMPLETED,
218 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_COMPLETED,
245 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_COMPLETED,
289 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_COMPLETED,
343 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_COMPLETED,
348 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED,
399 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED,
404 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_COMPLETED,
454 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED
    [all...]
disk_mount_manager.h 224 virtual void OnFormatEvent(FormatEvent event,
disk_mount_manager.cc 599 OnFormatEvent(event, error_code, device_path));
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler.h 57 virtual void OnFormatEvent(
burn_device_handler.cc 90 void BurnDeviceHandler::OnFormatEvent(DiskMountManager::FormatEvent event,
  /external/chromium_org/components/storage_monitor/
storage_monitor_chromeos.h 58 virtual void OnFormatEvent(
storage_monitor_chromeos.cc 187 void StorageMonitorCros::OnFormatEvent(DiskMountManager::FormatEvent event,
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_external_updater.h 64 virtual void OnFormatEvent(disks::DiskMountManager::FormatEvent event,
kiosk_external_updater.cc 172 void KioskExternalUpdater::OnFormatEvent(
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.h 181 virtual void OnFormatEvent(
volume_manager_unittest.cc 584 volume_manager()->OnFormatEvent(
602 volume_manager()->OnFormatEvent(
620 volume_manager()->OnFormatEvent(
647 volume_manager()->OnFormatEvent(
volume_manager.cc 541 void VolumeManager::OnFormatEvent(

Completed in 2249 milliseconds