HomeSort by relevance Sort by last modified time
    Searched refs:total_size_in_bytes (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/storage_monitor/
test_volume_mount_watcher_win.h 36 uint64 total_size_in_bytes);
storage_info.h 75 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in struct:chrome::StorageInfo
test_volume_mount_watcher_win.cc 100 uint64 total_size_in_bytes) {
103 total_size_in_bytes);
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);
storage_monitor_linux_unittest.cc 264 return info.total_size_in_bytes();
627 EXPECT_EQ(88788ULL, device_info.total_size_in_bytes());
storage_monitor_chromeos.cc 78 disk->total_size_in_bytes());
storage_monitor_chromeos_unittest.cc 236 return info.total_size_in_bytes();
  /external/chromium_org/chrome/browser/media_galleries/
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...]
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_dialog_controller_unittest.cc 59 gallery.total_size_in_bytes = 1000000;
media_galleries_dialog_controller.cc 335 gallery.total_size_in_bytes, gallery.last_attach_time);
media_file_system_registry.cc 481 existing_devices[i].total_size_in_bytes(),
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_event_router.cc 96 pref_info.total_size_in_bytes = info.total_size_in_bytes();
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
storage_info_provider.cc 32 unit->capacity = static_cast<double>(info.total_size_in_bytes());
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.h 63 uint64 total_size_in_bytes);
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
mock_disk_mount_manager.cc 184 uint64 total_size_in_bytes) {
198 total_size_in_bytes,
disk_mount_manager.cc 440 disk_info.total_size_in_bytes(),
635 uint64 total_size_in_bytes,
654 total_size_in_bytes_(total_size_in_bytes),
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 134 void* NextImmediateCmdAddressTotalSize(void* cmd, uint32 total_size_in_bytes) {
136 GPU_DCHECK_GE(total_size_in_bytes, sizeof(T)); // NOLINT
138 RoundSizeToMultipleOfEntries(total_size_in_bytes);
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.cc 161 return disk ? disk->total_size_in_bytes() : 0;
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 62 gallery_info.total_size_in_bytes,
  /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
cros_disks_client_unittest.cc 144 EXPECT_EQ(kDeviceSize, result.total_size_in_bytes());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.cc 92 static_cast<double>(volume->total_size_in_bytes()));

Completed in 1686 milliseconds

1 2