Searched refs:is_read_only (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
H A Dv8_attributes.py57 has_custom_setter = (not attribute.is_read_only and
100 'is_read_only': attribute.is_read_only,
124 if not(attribute.is_read_only or has_custom_setter):
215 (attribute.is_read_only and
294 if attribute.is_read_only:
309 if not attribute.is_read_only:
H A Didl_definitions.py247 def __init__(self, idl_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)),
H A Didl_definitions_builder.py127 is_read_only = node.GetProperty('READONLY') or False
142 return IdlAttribute(idl_type=idl_type, extended_attributes=extended_attributes, is_nullable=is_nullable, is_read_only=is_read_only, is_static=is_static, name=name)
/external/chromium/chrome/browser/chromeos/cros/
H A Dmount_library.h48 bool is_read_only,
72 bool is_read_only() const { return is_read_only_; } function in class:chromeos::MountLibrary::Disk
H A Dmount_library.cc28 bool is_read_only,
41 is_read_only_(is_read_only),
308 disk->is_read_only(),
18 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& parent_path, DeviceType device_type, uint64 total_size, bool is_parent, bool is_read_only, bool has_media, bool on_boot_device) argument
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_private_apitest.cc32 bool is_read_only; member in struct:__anon4546::TestDiskInfo
214 kTestDisks[disk_info_index].is_read_only,
H A Dprivate_api_util.cc198 volume_metadata->is_read_only = volume_info.is_read_only;
/external/chromium_org/webkit/browser/database/
H A Dvfs_backend.cc27 const bool is_read_only = (desired_flags & SQLITE_OPEN_READONLY) != 0; local
31 if (is_read_only == is_read_write)
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc90 volume_info.is_read_only = false;
104 volume_info.is_read_only = false;
123 volume_info.is_read_only = disk->is_read_only();
127 volume_info.is_read_only = false;
H A Dvolume_manager.h86 bool is_read_only; member in struct:file_manager::VolumeInfo
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h69 bool is_read_only,
129 bool is_read_only() const { return is_read_only_; } function in class:chromeos::disks::DiskMountManager::Disk
H A Ddisk_mount_manager.cc442 disk_info.is_read_only(),
637 bool is_read_only,
656 is_read_only_(is_read_only),
622 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 is_hidden) argument
H A Ddisk_mount_manager_unittest.cc41 bool is_read_only; member in struct:__anon7523::TestDiskInfo
173 disk.is_read_only,
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h156 bool is_read_only() const { return is_read_only_; } function in class:chromeos::DiskInfo
H A Dcros_disks_client_unittest.cc124 EXPECT_EQ(kDeviceIsReadOnly, result.is_read_only());
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface_base.cpp89 {% if not attribute.is_read_only %}
H A Dinterface.cpp19 if attribute.is_per_world_bindings and not attribute.is_read_only else '0' %}
526 if not method.is_read_only else '0' %}
/external/chromium_org/ui/native_theme/
H A Dnative_theme.h177 bool is_read_only; member in struct:ui::NativeTheme::TextFieldExtraParams
H A Dnative_theme_win.cc1544 if (extra.is_read_only) {
/external/chromium_org/webkit/child/
H A Dwebthemeengine_impl_win.cc848 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;
/external/chromium/chrome/browser/chromeos/extensions/
H A Dfile_browser_event_router.cc46 result->SetBoolean("readOnly", disk->is_read_only());

Completed in 169 milliseconds