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

/external/chromium_org/components/storage_monitor/
H A Dstorage_info.h87 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:storage_monitor::StorageInfo
H A Dtest_volume_mount_watcher_win.cc99 uint64 total_size_in_bytes) {
101 base::string16(), base::string16(), total_size_in_bytes);
95 AddDeviceForTesting( const base::FilePath& device_path, const std::string& device_id, const base::string16& storage_label, uint64 total_size_in_bytes) argument
H A Dstorage_monitor_linux.cc111 uint64 total_size_in_bytes = 0; local
112 if (!base::StringToUint64(partition_size, &total_size_in_bytes))
114 return (total_size_in_bytes <= kuint64max / 512) ?
115 total_size_in_bytes * 512 : 0;
H A Dvolume_mount_watcher_win.cc172 uint64 total_size_in_bytes = GetVolumeSize(mount_point); local
179 base::string16(), total_size_in_bytes);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.h106 uint64 total_size_in_bytes; member in struct:MediaGalleryPrefInfo
114 // model_name, total_size_in_bytes) were set. False if these fields were
236 uint64 total_size_in_bytes,
333 uint64 total_size_in_bytes,
H A Dmedia_galleries_preferences.cc235 double total_size_in_bytes = 0.0; local
256 dict.GetDouble(kMediaGalleriesSizeKey, &total_size_in_bytes) &&
281 out_gallery_info->total_size_in_bytes = total_size_in_bytes;
309 dict->SetDouble(kMediaGalleriesSizeKey, gallery.total_size_in_bytes);
378 total_size_in_bytes(0),
425 volume_label, vendor_name, model_name, total_size_in_bytes);
558 existing_devices[i].total_size_in_bytes(),
601 info.total_size_in_bytes(),
755 info.vendor_name(), info.model_name(), info.total_size_in_bytes(),
846 AddGallery( const std::string& device_id, const base::FilePath& relative_path, MediaGalleryPrefInfo::Type type, 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, int audio_count, int image_count, int video_count) argument
877 AddOrUpdateGalleryInternal( const std::string& device_id, const base::string16& display_name, const base::FilePath& relative_path, MediaGalleryPrefInfo::Type type, 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 audio_count, int image_count, int video_count, int prefs_version, MediaGalleryPrefInfo::DefaultGalleryType default_gallery_type) argument
[all...]
/external/chromium_org/chromeos/disks/
H A Dmock_disk_mount_manager.cc190 uint64 total_size_in_bytes,
208 total_size_in_bytes,
183 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, bool is_parent, bool has_media, bool on_boot_device, bool on_removable_device) argument
H A Ddisk_mount_manager.cc460 disk_info.total_size_in_bytes(),
652 uint64 total_size_in_bytes,
672 total_size_in_bytes_(total_size_in_bytes),
639 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 on_removable_device, bool is_hidden) argument
H A Ddisk_mount_manager.h67 uint64 total_size_in_bytes,
124 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:chromeos::disks::DiskMountManager::Disk
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h156 uint64 total_size_in_bytes() const { return total_size_in_bytes_; } function in class:chromeos::DiskInfo
/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.h140 uint32_t total_size_in_bytes) {
142 DCHECK_GE(total_size_in_bytes, sizeof(T)); // NOLINT
144 RoundSizeToMultipleOfEntries(total_size_in_bytes);
139 NextImmediateCmdAddressTotalSize(void* cmd, uint32_t total_size_in_bytes) argument

Completed in 160 milliseconds