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

  /external/chromium_org/components/storage_monitor/
storage_info.h 87 uint64 total_size_in_bytes() const { return total_size_in_bytes_; }
118 uint64 total_size_in_bytes_; member in class:storage_monitor::StorageInfo
storage_info.cc 53 StorageInfo::StorageInfo() : total_size_in_bytes_(0) {
67 total_size_in_bytes_(size_in_bytes) {
210 name = GetDisplayNameForDevice(total_size_in_bytes_, name);
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 156 uint64 total_size_in_bytes() const { return total_size_in_bytes_; }
186 uint64 total_size_in_bytes_; member in class:chromeos::DiskInfo
cros_disks_client.cc 651 total_size_in_bytes_(0),
799 total_size_in_bytes_ = device_size_double;
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 124 uint64 total_size_in_bytes() const { return total_size_in_bytes_; }
164 uint64 total_size_in_bytes_; member in class:chromeos::disks::DiskMountManager::Disk
disk_mount_manager.cc 672 total_size_in_bytes_(total_size_in_bytes),

Completed in 1198 milliseconds