Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 25 of 66) sorted by relevance

123

/external/pdfium/fpdfsdk/pwl/
Dcpwl_special_button.cpp35 if (IsReadOnly()) in OnLButtonUp()
43 if (IsReadOnly()) in OnChar()
59 if (IsReadOnly()) in OnLButtonUp()
67 if (IsReadOnly()) in OnChar()
Dcpwl_edit.cpp100 return CanCopy() && !IsReadOnly(); in CanCut()
225 if (!IsReadOnly()) { in OnSetFocus()
518 if (!IsReadOnly()) in CreateChildWnd()
664 if (IsReadOnly()) in OnCharInternal()
809 if (!IsReadOnly()) in ClearSelection()
826 if (!IsReadOnly()) in InsertWord()
831 if (!IsReadOnly()) in InsertReturn()
836 if (!IsReadOnly()) in Delete()
841 if (!IsReadOnly()) in Backspace()
846 return !IsReadOnly() && m_pEditImpl->CanUndo(); in CanUndo()
[all …]
/external/deqp-deps/amber/src/vulkan/
Dbuffer_backed_descriptor.cc45 if (!transfer_resource->IsReadOnly()) in RecordCopyBufferDataToTransferResourceIfNeeded()
55 if (!transfer_resource->IsReadOnly()) { in RecordCopyTransferResourceToHost()
66 if (transfer_resource->IsReadOnly()) { in MoveTransferResourceToBufferOutput()
91 bool BufferBackedDescriptor::IsReadOnly() const { in IsReadOnly() function in amber::vulkan::BufferBackedDescriptor
Dbuffer_descriptor.cc67 transfer_buffer->SetReadOnly(IsReadOnly()); in CreateResourceIfNeeded()
71 if (!IsReadOnly()) { in CreateResourceIfNeeded()
Dbuffer_backed_descriptor.h59 bool IsReadOnly() const;
Dresource.h50 bool IsReadOnly() const { return is_read_only_; } in IsReadOnly() function
/external/libbrillo/brillo/streams/
Dmemory_containers.h59 virtual bool IsReadOnly() const = 0;
117 bool IsReadOnly() const override { return true; } in IsReadOnly() function
164 bool IsReadOnly() const override { return false; } in IsReadOnly() function
248 bool IsReadOnly() const override { return false; } in IsReadOnly() function
/external/lzma/CPP/Windows/
DFileFind.h15 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function
56 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } in IsReadOnly() function
/external/llvm/tools/lli/
DRemoteJITUtils.h98 bool IsReadOnly) override { in allocateDataSection() argument
100 IsReadOnly); in allocateDataSection()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp26 bool IsReadOnly) { in allocateDataSection() argument
27 if (IsReadOnly) in allocateDataSection()
/external/libchrome/libchrome_tools/patch/
Dshared_memory_posix.patch45 - if (shm_.IsReadOnly()) {
58 + // if (shm_.IsReadOnly()) {
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp107 bool IsReadOnly) override { in allocateDataSection() argument
108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment); in allocateDataSection()
110 SectionID, SectionName, IsReadOnly); in allocateDataSection()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp54 bool IsReadOnly) override { in TEST() argument
60 IsReadOnly); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h312 bool IsReadOnly; variable
326 IsReadOnly(false), in CArc()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp203 bool IsReadOnly) { in allocateDataSection() argument
206 IsReadOnly); in allocateDataSection()
/external/libchrome/base/memory/
Dshared_memory_handle_android.cc76 if (IsReadOnly()) in Duplicate()
Dshared_memory_handle.h156 bool IsReadOnly() const { return read_only_; } in IsReadOnly() function
/external/cronet/net/cert/
Dnss_cert_database.cc454 bool NSSCertDatabase::IsReadOnly(const CERTCertificate* cert) { in IsReadOnly() function in net::NSSCertDatabase
550 cert_info.on_read_only_slot = IsReadOnly(cert_info.cert.get()); in ListCertsInfoImpl()
580 cert_info.on_read_only_slot = IsReadOnly(cert_info.cert.get()); in ListCertsInfoImpl()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.cpp62 if (pWnd && !pWnd->IsReadOnly()) in OnChar()
Dcffl_checkbox.cpp68 if (pWnd && !pWnd->IsReadOnly()) { in OnChar()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs81 bool ICollection<Extension>.IsReadOnly => false;

123