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

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_attributes.py122 'is_read_only': attribute.is_read_only,
154 (not attribute.is_read_only or 'PutForwards' in extended_attributes)):
279 (attribute.is_read_only and
437 if attribute.is_read_only and 'PutForwards' not in extended_attributes:
452 if (not attribute.is_read_only or
482 return (not attribute.is_read_only and
H A Didl_definitions.py376 self.is_read_only = node.GetProperty('READONLY') or False
/external/chromium_org/storage/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.cc134 volume_info.is_read_only = false;
147 volume_info.is_read_only = false;
162 volume_info.is_read_only = false;
181 volume_info.is_read_only = disk->is_read_only();
185 volume_info.is_read_only =
204 volume_info.is_read_only = !file_system_info.writable();
223 is_read_only(false) {
656 volume_info.is_read_only = true;
H A Dvolume_manager.h109 bool is_read_only; member in struct:file_manager::VolumeInfo
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc32 bool is_read_only; member in struct:__anon3137::TestDiskInfo
220 kTestDisks[disk_info_index].is_read_only,
H A Dprivate_api_util.cc258 volume_metadata->is_read_only = volume_info.is_read_only;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_cookie_store.cc118 bool is_read_only = (op.op == COOKIE_OP_GET_COOKIES_WITH_OPTIONS_ASYNC || local
133 if (is_read_only) {
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h69 bool is_read_only,
130 bool is_read_only() const { return is_read_only_; } function in class:chromeos::disks::DiskMountManager::Disk
H A Ddisk_mount_manager.cc462 disk_info.is_read_only(),
654 bool is_read_only,
674 is_read_only_(is_read_only),
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_unittest.cc40 bool is_read_only; member in struct:__anon6149::TestDiskInfo
171 disk.is_read_only,
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface_base.cpp60 {% if not attribute.is_read_only or attribute.put_forwards %}
157 {% if not attribute.is_read_only or attribute.put_forwards %}
H A Dinterface.h38 {% if not attribute.is_read_only %}
H A Dattributes.cpp407 (not attribute.is_read_only or attribute.put_forwards) else '0' %}
/external/chromium_org/ui/native_theme/
H A Dnative_theme.h185 bool is_read_only; member in struct:ui::NativeTheme::TextFieldExtraParams
H A Dnative_theme_win.cc1560 if (extra.is_read_only)
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h159 bool is_read_only() const { return is_read_only_; } function in class:chromeos::DiskInfo
H A Dcros_disks_client_unittest.cc127 EXPECT_EQ(kDeviceIsReadOnly, result.is_read_only());

Completed in 1477 milliseconds