Searched defs:on_boot_device (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc34 bool on_boot_device; member in struct:__anon3137::TestDiskInfo
222 kTestDisks[disk_info_index].on_boot_device,
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_device_handler_unittest.cc152 bool on_boot_device,
174 on_boot_device,
205 // If on_boot_device, it shouldn't be burnable.
149 CreateMockDisk( const std::string& device_path, bool is_parent, bool on_boot_device, bool has_media, DeviceType device_type) argument
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_chromeos_unittest.cc50 bool on_boot_device) {
57 on_boot_device);
66 bool on_boot_device) {
81 on_boot_device,
46 CreateDisk(const std::string& device_path, chromeos::DeviceType device_type, bool is_parent, bool has_media, bool on_boot_device) argument
60 CreateDisk(const std::string& device_path, const std::string& vendor_name, const std::string& product_name, chromeos::DeviceType device_type, bool is_parent, bool has_media, bool on_boot_device) argument
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager_unittest.cc42 bool on_boot_device; member in struct:__anon6149::TestDiskInfo
173 disk.on_boot_device,
H A Dmock_disk_mount_manager.cc90 false, // on_boot_device
123 false, // on_boot_device
151 false, // on_boot_device
193 bool on_boot_device,
212 on_boot_device,
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.cc435 if (disk_info.on_boot_device())
464 disk_info.on_boot_device(),
656 bool on_boot_device,
676 on_boot_device_(on_boot_device),
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.h71 bool on_boot_device,
136 bool on_boot_device() const { return on_boot_device_; } function in class:chromeos::disks::DiskMountManager::Disk
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h126 bool on_boot_device() const { return on_boot_device_; } function in class:chromeos::DiskInfo

Completed in 350 milliseconds