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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_attributes.py 122 '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
idl_definitions.py 376 self.is_read_only = node.GetProperty('READONLY') or False
    [all...]
  /external/chromium_org/storage/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 134 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;
volume_manager.h 109 bool is_read_only; member in struct:file_manager::VolumeInfo
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_private_apitest.cc 32 bool is_read_only; member in struct:__anon7762::TestDiskInfo
220 kTestDisks[disk_info_index].is_read_only,
private_api_util.cc 258 volume_metadata->is_read_only = volume_info.is_read_only;
  /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,
130 bool is_read_only() const { return is_read_only_; } function in class:chromeos::disks::DiskMountManager::Disk
disk_mount_manager.cc 462 disk_info.is_read_only(),
654 bool is_read_only,
674 is_read_only_(is_read_only),
disk_mount_manager_unittest.cc 40 bool is_read_only; member in struct:__anon10774::TestDiskInfo
171 disk.is_read_only,
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface_base.cpp 60 {% if not attribute.is_read_only or attribute.put_forwards %}
157 {% if not attribute.is_read_only or attribute.put_forwards %}
interface.h 38 {% if not attribute.is_read_only %}
attributes.cpp 407 (not attribute.is_read_only or attribute.put_forwards) else '0' %}
  /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 159 bool is_read_only() const { return is_read_only_; } function in class:chromeos::DiskInfo
cros_disks_client_unittest.cc 127 EXPECT_EQ(kDeviceIsReadOnly, result.is_read_only());

Completed in 570 milliseconds