HomeSort by relevance Sort by last modified time
    Searched refs:is_read_only (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 48 bool is_read_only,
72 bool is_read_only() const { return is_read_only_; } function in class:chromeos::MountLibrary::Disk
mount_library.cc 28 bool is_read_only,
41 is_read_only_(is_read_only),
308 disk->is_read_only(),
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_apitest.cc 31 bool is_read_only; member in struct:__anon6830::TestDiskInfo
213 kTestDisks[disk_info_index].is_read_only,
private_api_file_system.cc 94 volume_info->SetBoolean("isReadOnly", volume->is_read_only());
  /external/chromium_org/webkit/browser/database/
vfs_backend.cc 27 const bool is_read_only = (desired_flags & SQLITE_OPEN_READONLY) != 0; local
31 if (is_read_only == is_read_write)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 247 def __init__(self, data_type=None, extended_attributes=None, getter_exceptions=None, is_nullable=False, is_static=False, is_read_only=False, name=None, setter_exceptions=None):
253 self.is_read_only = is_read_only
262 'domAttribute::isReadOnly': boolean_to_perl(false_to_none(self.is_read_only)),
idl_definitions_builder.py 128 is_read_only = node.GetProperty('READONLY') or False
143 return IdlAttribute(data_type=data_type, extended_attributes=extended_attributes, is_nullable=is_nullable, is_read_only=is_read_only, is_static=is_static, name=name)
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 69 bool is_read_only,
129 bool is_read_only() const { return is_read_only_; } function in class:chromeos::disks::DiskMountManager::Disk
disk_mount_manager.cc 442 disk_info.is_read_only(),
637 bool is_read_only,
656 is_read_only_(is_read_only),
disk_mount_manager_unittest.cc 41 bool is_read_only; member in struct:__anon9683::TestDiskInfo
172 disk.is_read_only,
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 158 bool is_read_only() const { return is_read_only_; } function in class:chromeos::DiskInfo
cros_disks_client_unittest.cc 124 EXPECT_EQ(kDeviceIsReadOnly, result.is_read_only());
  /external/chromium_org/ui/native_theme/
native_theme.h 184 bool is_read_only; member in struct:ui::NativeTheme::TextFieldExtraParams
native_theme_win.cc     [all...]
  /external/chromium_org/webkit/child/
webthemeengine_impl_win.cc 848 extra->is_read_only = false;
853 extra->is_read_only = false;
858 extra->is_read_only = false;
863 extra->is_read_only = false;
868 extra->is_read_only = false;
873 extra->is_read_only = true;
    [all...]
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 46 result->SetBoolean("readOnly", disk->is_read_only());

Completed in 237 milliseconds