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

1 2

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 137 double total_size_in_bytes = 0.0; local
155 dict.GetDouble(kMediaGalleriesSizeKey, &total_size_in_bytes) &&
168 out_gallery_info->total_size_in_bytes = total_size_in_bytes;
208 dict->SetDouble(kMediaGalleriesSizeKey, gallery.total_size_in_bytes);
287 total_size_in_bytes(0),
333 name = GetDisplayNameForDevice(total_size_in_bytes, name);
468 existing_devices[i].total_size_in_bytes(),
498 info.model_name(), info.total_size_in_bytes(),
619 info.total_size_in_bytes(),
    [all...]
media_galleries_dialog_controller_unittest.cc 69 gallery.total_size_in_bytes = 1000000;
media_galleries_preferences.h 89 uint64 total_size_in_bytes; member in struct:MediaGalleryPrefInfo
97 // model_name, total_size_in_bytes) were set. False if these fields were
201 uint64 total_size_in_bytes,
272 uint64 total_size_in_bytes,
media_galleries_dialog_controller.cc 437 gallery.total_size_in_bytes, gallery.last_attach_time);
  /external/chromium_org/chrome/browser/storage_monitor/
test_volume_mount_watcher_win.h 33 uint64 total_size_in_bytes);
storage_monitor_mac_unittest.mm 108 mock_storage_observer_->last_attached().total_size_in_bytes());
123 mock_storage_observer_->last_attached().total_size_in_bytes());
165 EXPECT_EQ(kTestSize, info.total_size_in_bytes());
test_volume_mount_watcher_win.cc 97 uint64 total_size_in_bytes) {
100 total_size_in_bytes);
storage_info.h 77 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in struct:StorageInfo
storage_monitor_linux.cc 107 uint64 total_size_in_bytes = 0; local
108 if (!base::StringToUint64(partition_size, &total_size_in_bytes))
110 return (total_size_in_bytes <= kuint64max / 512) ?
111 total_size_in_bytes * 512 : 0;
volume_mount_watcher_win.cc 169 uint64 total_size_in_bytes = GetVolumeSize(mount_point); local
176 total_size_in_bytes);
storage_monitor_chromeos.cc 76 disk->total_size_in_bytes());
storage_monitor_linux_unittest.cc 254 return info.total_size_in_bytes();
614 EXPECT_EQ(88788ULL, device_info.total_size_in_bytes());
storage_monitor_chromeos_unittest.cc 229 return info.total_size_in_bytes();
storage_monitor_win_unittest.cc 488 EXPECT_EQ(1000000, info.total_size_in_bytes());
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_event_router.cc 100 pref_info.total_size_in_bytes = info.total_size_in_bytes();
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.cc 184 uint64 total_size_in_bytes) {
198 total_size_in_bytes,
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
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/chrome/browser/extensions/api/system_storage/
storage_info_provider.cc 31 unit->capacity = static_cast<double>(info.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 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/chromeos/dbus/
cros_disks_client_unittest.cc 144 EXPECT_EQ(kDeviceSize, result.total_size_in_bytes());
cros_disks_client.h 153 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:chromeos::DiskInfo
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 152 gallery_info.total_size_in_bytes,

Completed in 360 milliseconds

1 2