HomeSort by relevance Sort by last modified time
    Searched defs:OnFormatCompleted (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
device_event_router.cc 116 void DeviceEventRouter::OnFormatCompleted(const std::string& device_path,
event_router.cc     [all...]
  /external/chromium_org/chromeos/dbus/
cros_disks_client.cc 264 base::Bind(&CrosDisksClientImpl::OnFormatCompleted,
429 void OnFormatCompleted(FormatCompletedHandler handler, dbus::Signal* signal) {
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 43 base::Bind(&DiskMountManagerImpl::OnFormatCompleted,
110 OnFormatCompleted(FORMAT_ERROR_UNKNOWN, mount_path);
118 OnFormatCompleted(FORMAT_ERROR_UNKNOWN, device_path);
397 OnFormatCompleted(FORMAT_ERROR_UNKNOWN, device_path);
413 base::Bind(&DiskMountManagerImpl::OnFormatCompleted,
425 void OnFormatCompleted(FormatError error_code,

Completed in 63 milliseconds