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/chrome/browser/storage_monitor/
storage_info.h 75 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in struct:chrome::StorageInfo
storage_monitor_linux.cc 109 uint64 total_size_in_bytes = 0; local
110 if (!base::StringToUint64(partition_size, &total_size_in_bytes))
112 return (total_size_in_bytes <= kuint64max / 512) ?
113 total_size_in_bytes * 512 : 0;
volume_mount_watcher_win.cc 171 uint64 total_size_in_bytes = GetVolumeSize(mount_point); local
178 total_size_in_bytes);
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.h 90 uint64 total_size_in_bytes; member in struct:chrome::MediaGalleryPrefInfo
98 // model_name, total_size_in_bytes) were set. False if these fields were
178 uint64 total_size_in_bytes,
252 uint64 total_size_in_bytes,
media_galleries_preferences.cc 113 double total_size_in_bytes = 0.0; local
131 dict.GetDouble(kMediaGalleriesSizeKey, &total_size_in_bytes) &&
144 out_gallery_info->total_size_in_bytes = total_size_in_bytes;
184 dict->SetDouble(kMediaGalleriesSizeKey, gallery.total_size_in_bytes);
263 total_size_in_bytes(0),
298 name = GetDisplayNameForDevice(total_size_in_bytes, name);
386 info.model_name(), info.total_size_in_bytes(),
503 info.total_size_in_bytes(),
548 gallery_info->total_size_in_bytes = info.total_size_in_bytes()
    [all...]
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 67 uint64 total_size_in_bytes,
123 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 155 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:chromeos::DiskInfo

Completed in 324 milliseconds