HomeSort by relevance Sort by last modified time
    Searched defs:IsReadOnly (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/device/nfc/
nfc_tag_chromeos.cc 82 bool NfcTagChromeOS::IsReadOnly() const {
147 TagWritePermissionChanged(this, IsReadOnly()));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } }
  /external/chromium_org/v8/src/
lookup.h 129 bool IsReadOnly() const { return property_details().IsReadOnly(); }
property.h 167 bool IsReadOnly() const {
169 return details_.IsReadOnly();
property-details.h 257 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; }
hydrogen.h     [all...]
  /external/lzma/CPP/Windows/
FileFind.h 17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
54 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); }
  /external/chromium_org/net/cert/
nss_cert_database.cc 382 bool NSSCertDatabase::IsReadOnly(const X509Certificate* cert) const {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 256 bool IsReadOnly = false;
261 Check(Section.isReadOnlyData(IsReadOnly));
280 } else if (IsReadOnly) {
408 bool IsReadOnly;
416 Check(Section.isReadOnlyData(IsReadOnly));
440 Name, IsReadOnly);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 132 if (!IsReadOnly(pWidget) && IsFillingAllowed(pWidget))
615 FX_BOOL CFFL_IFormFiller::IsReadOnly(CPDFSDK_Widget* pWidget)
  /art/runtime/
dex_file.cc 154 bool DexFile::IsReadOnly() const {
159 CHECK(IsReadOnly());
168 CHECK(!IsReadOnly());
277 CHECK(dex_file->IsReadOnly()) << location;
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 514 .SetProperty("isReadOnly", &WebAXObjectProxy::IsReadOnly)
774 bool WebAXObjectProxy::IsReadOnly() {
776 return accessibility_object_.isReadOnly();
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 944 FX_BOOL CPWL_Wnd::IsReadOnly() const
  /external/chromium_org/base/files/
file_util_unittest.cc     [all...]

Completed in 875 milliseconds