HomeSort by relevance Sort by last modified time
    Searched full:is_parent (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications_unittest.cc 87 true /* is_parent */,
109 true /* is_parent */,
128 false /* is_parent */,
142 false /* is_parent */,
160 false /* is_parent */,
192 true /* is_parent */,
211 false /* is_parent */,
244 false /* is_parent */,
257 false /* is_parent */,
284 false /* is_parent */,
    [all...]
desktop_notifications.h 54 bool is_parent,
volume_manager.cc 89 volume_info.is_parent = false;
103 volume_info.is_parent = false;
122 volume_info.is_parent = disk->is_parent();
126 volume_info.is_parent = false;
desktop_notifications.cc 223 const std::string& system_path, const std::string& label, bool is_parent,
237 if (!is_parent && it->second.fail_notification_shown &&
279 it->second.non_parent_device_failed |= !is_parent;
volume_manager.h 83 bool is_parent; member in struct:file_manager::VolumeInfo
  /external/chromium_org/chromeos/disks/
mock_disk_mount_manager.cc 84 false, // is_parent
116 false, // is_parent
143 false, // is_parent
199 false, // is_parent
disk_mount_manager.h 68 bool is_parent,
126 bool is_parent() const { return is_parent_; } function in class:chromeos::disks::DiskMountManager::Disk
disk_mount_manager_unittest.cc 40 bool is_parent; member in struct:__anon9929::TestDiskInfo
172 disk.is_parent,
disk_mount_manager.cc 636 bool is_parent,
655 is_parent_(is_parent),
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 47 bool is_parent,
70 bool is_parent() const { return is_parent_; } function in class:chromeos::MountLibrary::Disk
mount_library.cc 27 bool is_parent,
40 is_parent_(is_parent),
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler.cc 23 return disk.is_parent() && !disk.on_boot_device() && disk.has_media() &&
burn_device_handler_unittest.cc 150 bool is_parent,
170 is_parent,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_apitest.cc 31 bool is_parent; member in struct:__anon6952::TestDiskInfo
213 kTestDisks[disk_info_index].is_parent,
event_router.cc 720 volume_info.is_parent,
  /external/chromium_org/sync/syncable/
model_neutral_mutable_entry.h 78 // The normal Put(IS_PARENT) call will move the item to the front of the
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 143 if (disk->is_parent()) {
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 312 if (iter->second->is_parent()) {
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 487 // The normal Put(IS_PARENT) call will move the item to the front of the
    [all...]

Completed in 728 milliseconds