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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_attributes.py 58 has_custom_setter = (not attribute.is_read_only and
133 'is_read_only': attribute.is_read_only,
165 (not attribute.is_read_only or 'PutForwards' in extended_attributes)):
267 (attribute.is_read_only and
386 if attribute.is_read_only and 'PutForwards' not in extended_attributes:
401 if (not attribute.is_read_only or
idl_definitions.py 349 self.is_read_only = node.GetProperty('READONLY') or False
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_apitest.cc 32 bool is_read_only; member in struct:__anon7682::TestDiskInfo
219 kTestDisks[disk_info_index].is_read_only,
private_api_util.cc 254 volume_metadata->is_read_only = volume_info.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/chrome/browser/chromeos/file_manager/
volume_manager.cc 141 volume_info.is_read_only = false;
154 volume_info.is_read_only = false;
169 volume_info.is_read_only = false;
188 volume_info.is_read_only = disk->is_read_only();
192 volume_info.is_read_only =
207 volume_info.is_read_only = true;
223 volume_info.is_read_only = true;
242 is_read_only(false) {
751 volume_info.is_read_only = true
    [all...]
volume_manager.h 110 bool is_read_only; member in struct:file_manager::VolumeInfo
  /external/chromium_org/chrome/browser/prerender/
prerender_cookie_store.cc 118 bool is_read_only = (op.op == COOKIE_OP_GET_COOKIES_WITH_OPTIONS_ASYNC || local
133 if (is_read_only) {
  /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 449 disk_info.is_read_only(),
605 bool is_read_only,
624 is_read_only_(is_read_only),
disk_mount_manager_unittest.cc 41 bool is_read_only; member in struct:__anon10664::TestDiskInfo
173 disk.is_read_only,
  /external/chromium_org/ui/native_theme/
native_theme.h 185 bool is_read_only; member in struct:ui::NativeTheme::TextFieldExtraParams
native_theme_win.cc     [all...]
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 156 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/third_party/WebKit/Source/bindings/templates/
interface_base.cpp 68 {% if not attribute.is_read_only or attribute.put_forwards %}
interface.cpp 23 (not attribute.is_read_only or attribute.put_forwards) else '0' %}
    [all...]

Completed in 318 milliseconds