Searched refs:total_size_in_bytes (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
H A Dtest_volume_mount_watcher_win.h33 uint64 total_size_in_bytes);
H A Dtest_volume_mount_watcher_win.cc97 uint64 total_size_in_bytes) {
100 total_size_in_bytes);
93 AddDeviceForTesting( const base::FilePath& device_path, const std::string& device_id, const base::string16& device_name, uint64 total_size_in_bytes) argument
H A Dstorage_info.h77 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in struct:StorageInfo
H A Dstorage_monitor_linux.cc107 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;
H A Dvolume_mount_watcher_win.cc169 uint64 total_size_in_bytes = GetVolumeSize(mount_point); local
176 total_size_in_bytes);
H A Dstorage_monitor_linux_unittest.cc254 return info.total_size_in_bytes();
614 EXPECT_EQ(88788ULL, device_info.total_size_in_bytes());
H A Dstorage_monitor_chromeos.cc76 disk->total_size_in_bytes());
H A Dstorage_monitor_chromeos_unittest.cc229 return info.total_size_in_bytes();
H A Dstorage_monitor_win_unittest.cc488 EXPECT_EQ(1000000, info.total_size_in_bytes());
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc137 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(),
698 AddGallery( const std::string& device_id, const base::FilePath& relative_path, bool user_added, const base::string16& volume_label, const base::string16& vendor_name, const base::string16& model_name, uint64 total_size_in_bytes, base::Time last_attach_time) argument
710 AddGalleryInternal( const std::string& device_id, const base::string16& display_name, const base::FilePath& relative_path, bool user_added, const base::string16& volume_label, const base::string16& vendor_name, const base::string16& model_name, uint64 total_size_in_bytes, base::Time last_attach_time, bool volume_metadata_valid, int prefs_version) argument
[all...]
H A Dmedia_galleries_dialog_controller_unittest.cc69 gallery.total_size_in_bytes = 1000000;
H A Dmedia_galleries_preferences.h89 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,
H A Dmedia_galleries_dialog_controller.cc437 gallery.total_size_in_bytes, gallery.last_attach_time);
H A Dmedia_galleries_preferences_unittest.cc399 EXPECT_EQ(1000000ULL, gallery_info.total_size_in_bytes);
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_private_event_router.cc100 pref_info.total_size_in_bytes = info.total_size_in_bytes();
/external/chromium_org/chromeos/disks/
H A Dmock_disk_mount_manager.h63 uint64 total_size_in_bytes);
H A Ddisk_mount_manager.h67 uint64 total_size_in_bytes,
123 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:chromeos::disks::DiskMountManager::Disk
H A Dmock_disk_mount_manager.cc184 uint64 total_size_in_bytes) {
198 total_size_in_bytes,
177 CreateDiskEntryForMountDevice( const DiskMountManager::MountPointInfo& mount_info, const std::string& device_id, const std::string& device_label, const std::string& vendor_name, const std::string& product_name, DeviceType device_type, uint64 total_size_in_bytes) argument
H A Ddisk_mount_manager.cc440 disk_info.total_size_in_bytes(),
635 uint64 total_size_in_bytes,
654 total_size_in_bytes_(total_size_in_bytes),
622 Disk(const std::string& device_path, const std::string& mount_path, const std::string& system_path, const std::string& file_path, const std::string& device_label, const std::string& drive_label, const std::string& vendor_id, const std::string& vendor_name, const std::string& product_id, const std::string& product_name, const std::string& fs_uuid, const std::string& system_path_prefix, DeviceType device_type, uint64 total_size_in_bytes, bool is_parent, bool is_read_only, bool has_media, bool on_boot_device, bool is_hidden) argument
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dstorage_info_provider.cc31 unit->capacity = static_cast<double>(info.total_size_in_bytes());
/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.h134 void* NextImmediateCmdAddressTotalSize(void* cmd, uint32 total_size_in_bytes) { argument
136 DCHECK_GE(total_size_in_bytes, sizeof(T)); // NOLINT
138 RoundSizeToMultipleOfEntries(total_size_in_bytes);
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_controller.cc161 return disk ? disk->total_size_in_bytes() : 0;
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h153 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:chromeos::DiskInfo
H A Dcros_disks_client_unittest.cc144 EXPECT_EQ(kDeviceSize, result.total_size_in_bytes());
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_apitest.cc152 gallery_info.total_size_in_bytes,

Completed in 409 milliseconds