Searched refs:IsReadOnly (Results 1 - 13 of 13) sorted by relevance

/external/chromium/net/base/
H A Dcert_database.h170 bool IsReadOnly(const X509Certificate* cert) const;
H A Dcert_database_nss.cc272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const { function in class:net::CertDatabase
/external/v8/src/
H A Dproperty-details.h112 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; } function in class:v8::internal::BASE_EMBEDDED
H A Dproperty.h283 bool IsReadOnly() { return details_.IsReadOnly(); } function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-instructions.cc1828 if (details_.IsReadOnly()) stream->Add(" (read-only)");
1833 if (details_.IsDontDelete() && !details_.IsReadOnly()) return false;
1851 if (details_.IsReadOnly()) stream->Add(" (read-only)");
H A Dic.cc1272 if (lookup->IsReadOnly()) return false;
1363 if (lookup.IsProperty() && lookup.IsReadOnly()) {
2024 ASSERT(debug_lookup.type() == CALLBACKS && !debug_lookup.IsReadOnly());
H A Dobjects.cc617 ASSERT(!value->IsTheHole() || result->IsReadOnly());
621 ASSERT(!value->IsTheHole() || result->IsReadOnly());
2061 if (result->type() == CALLBACKS && !result->IsReadOnly()) return;
2497 if (result->IsReadOnly() && result->type() == FIELD &&
2559 if (!result->IsReadOnly()) {
2933 if (result->IsReadOnly() && result->IsProperty()) {
3005 // SetProperty, with the check for IsReadOnly and the check for a
3064 // Check of IsReadOnly removed from here in clone.
4659 if (result.IsProperty() && (result.IsReadOnly() || result.IsDontDelete())) {
4712 if (result.IsReadOnly()) retur
[all...]
H A Druntime.cc1081 elms->set(WRITABLE_INDEX, heap->ToBoolean(!details.IsReadOnly()));
1125 elms->set(WRITABLE_INDEX, heap->ToBoolean(!result.IsReadOnly()));
1571 if (!lookup.IsReadOnly()) {
1596 if (properties->get(index)->IsTheHole() || !lookup.IsReadOnly()) {
1601 !lookup.IsReadOnly()) {
1607 ASSERT(lookup.IsReadOnly() && type == CONSTANT_FUNCTION);
1681 ASSERT(lookup.IsReadOnly()); // and it was declared as read-only
H A Dhydrogen-instructions.h3545 return !details_.IsDontDelete() || details_.IsReadOnly();
H A Dhydrogen.cc3550 (is_store && lookup->IsReadOnly()) ||
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in class:Antlr.Runtime.Collections.HashList
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs75 public bool IsReadOnly property in class:Antlr.Runtime.JavaExtensions.SubList
298 public bool IsReadOnly property in class:Antlr.Runtime.JavaExtensions.SubList
/external/chromium/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc916 certificate_manager_model_->cert_db().IsReadOnly(cert));

Completed in 1552 milliseconds