Home
last modified time | relevance | path

Searched defs:total_size_in_bytes (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/components/storage_monitor/
Dstorage_info.h87 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } in total_size_in_bytes() function
Dtest_volume_mount_watcher_win.cc99 uint64 total_size_in_bytes) { in AddDeviceForTesting()
Dvolume_mount_watcher_win.cc172 uint64 total_size_in_bytes = GetVolumeSize(mount_point); in GetDeviceDetails() local
Dstorage_monitor_linux.cc111 uint64 total_size_in_bytes = 0; in GetDeviceStorageSize() local
/external/chromium_org/chromeos/disks/
Dmock_disk_mount_manager.cc190 uint64 total_size_in_bytes, in CreateDiskEntryForMountDevice()
Ddisk_mount_manager.h124 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } in total_size_in_bytes() function
Ddisk_mount_manager.cc652 uint64 total_size_in_bytes, in Disk()
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_preferences.h106 uint64 total_size_in_bytes; member
Dmedia_galleries_preferences.cc235 double total_size_in_bytes = 0.0; in PopulateGalleryPrefInfoFromDictionary() local
853 uint64 total_size_in_bytes, in AddGallery()
881 const base::string16& model_name, uint64 total_size_in_bytes, in AddOrUpdateGalleryInternal()
/external/chromium_org/chromeos/dbus/
Dcros_disks_client.h156 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } in total_size_in_bytes() function
/external/chromium_org/gpu/command_buffer/common/
Dcmd_buffer_common.h140 uint32_t total_size_in_bytes) { in NextImmediateCmdAddressTotalSize()