Searched defs:IsReadOnly (Results 1 - 5 of 5) sorted by relevance

/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
/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/net/base/
H A Dcert_database_nss.cc272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const { function in class:net::CertDatabase

Completed in 922 milliseconds