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

  /external/chromium_org/components/storage_monitor/
storage_info.h 87 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:storage_monitor::StorageInfo
storage_monitor_linux.cc 111 uint64 total_size_in_bytes = 0; local
112 if (!base::StringToUint64(partition_size, &total_size_in_bytes))
114 return (total_size_in_bytes <= kuint64max / 512) ?
115 total_size_in_bytes * 512 : 0;
volume_mount_watcher_win.cc 172 uint64 total_size_in_bytes = GetVolumeSize(mount_point); local
179 base::string16(), total_size_in_bytes);
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.h 106 uint64 total_size_in_bytes; member in struct:MediaGalleryPrefInfo
114 // model_name, total_size_in_bytes) were set. False if these fields were
236 uint64 total_size_in_bytes,
333 uint64 total_size_in_bytes,
media_galleries_preferences.cc 235 double total_size_in_bytes = 0.0; local
256 dict.GetDouble(kMediaGalleriesSizeKey, &total_size_in_bytes) &&
281 out_gallery_info->total_size_in_bytes = total_size_in_bytes;
309 dict->SetDouble(kMediaGalleriesSizeKey, gallery.total_size_in_bytes);
378 total_size_in_bytes(0),
425 volume_label, vendor_name, model_name, total_size_in_bytes);
558 existing_devices[i].total_size_in_bytes(),
601 info.total_size_in_bytes(),
755 info.vendor_name(), info.model_name(), info.total_size_in_bytes(),
    [all...]
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 67 uint64 total_size_in_bytes,
124 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:chromeos::disks::DiskMountManager::Disk
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 156 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:chromeos::DiskInfo

Completed in 2575 milliseconds